Color spaces of #78697f
RGB | 120 | 105 | 127 |
---|---|---|---|
HSL | 0.78 | 0.09 | 0.45 |
HSV | 281° | 17° | 50° |
CMYK | 0.06 | 0.17 | 0.00 0.50 |
XYZ | 16.6281 | 15.6285 | 22.2189 |
Yxy | 15.6285 | 0.3052 | 0.2869 |
Hunter Lab | 39.5329 | 5.8971 | -5.6501 |
CIE-Lab | 46.4833 | 10.3191 | -10.0175 |
#78697f color RGB value is (120,105,127).
#78697f hex color red value is 120, green value is 105 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #78697f hue: 0.78 , saturation: 0.09 and the lightness value of 78697f is 0.45.
The process color (four color CMYK) of #78697f color hex is 0.06, 0.17, 0.00, 0.50. Web safe color of #78697f is #666666. Color #78697f contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111000 | 01101001 | 01111111 |
Octal | 170 | 151 | 177 |
Decimal | 120 | 105 | 127 |
Hex | 78 | 69 | 7F |
Shades of #78697f
Tints of #78697f
RGB Percentages of Color #78697f
CMYK Percentages of Color #78697f
Complementary Color
#78697f | #707f69 |
#78697f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#78697f Color Preview on White Background
Lorem ipsum dolor sit amet.
#78697f Color CSS Codes
.mybgcolor {background-color:#78697f; } .myforecolor {color:#78697f; } .mybordercolor {border:3px solid #78697f; }
#78697f Text Font Color
<p style="color:#78697f">Text here</p>
This sample text font color is #78697f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#78697f Background Color
<div style="background-color:#78697f">
Div content here</div>
This div background color is #78697f
#78697f Border Color
<div style="border:3px solid #78697f">
Div here</div>
This div border color is #78697f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(120,105,127, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #78697f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #78697f; -webkit-box-shadow: 1px 1px 3px 2px #78697f; box-shadow: 1px 1px 3px 2px #78697f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(120,105,127, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #78697f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #78697f; -webkit-box-shadow: 1px 1px 3px 2px #78697f; box-shadow: 1px 1px 3px 2px #78697f;">
Div content here</div>
This div box has shadow with color #78697f
Comments
No comments written yet.
Please login to write comment.