Color spaces of #66787e
RGB | 102 | 120 | 126 |
---|---|---|---|
HSL | 0.54 | 0.11 | 0.45 |
HSV | 195° | 19° | 49° |
CMYK | 0.19 | 0.05 | 0.00 0.51 |
XYZ | 15.9619 | 17.7641 | 22.3262 |
Yxy | 17.7641 | 0.2848 | 0.3169 |
Hunter Lab | 42.1475 | -6.1574 | -1.9036 |
CIE-Lab | 49.2087 | -5.2142 | -5.5077 |
#66787e color RGB value is (102,120,126).
#66787e hex color red value is 102, green value is 120 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #66787e hue: 0.54 , saturation: 0.11 and the lightness value of 66787e is 0.45.
The process color (four color CMYK) of #66787e color hex is 0.19, 0.05, 0.00, 0.51. Web safe color of #66787e is #666666. Color #66787e contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100110 | 01111000 | 01111110 |
Octal | 146 | 170 | 176 |
Decimal | 102 | 120 | 126 |
Hex | 66 | 78 | 7E |
Shades of #66787e
Tints of #66787e
RGB Percentages of Color #66787e
CMYK Percentages of Color #66787e
Complementary Color
#66787e | #7e6c66 |
#66787e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#66787e Color Preview on White Background
Lorem ipsum dolor sit amet.
#66787e Color CSS Codes
.mybgcolor {background-color:#66787e; } .myforecolor {color:#66787e; } .mybordercolor {border:3px solid #66787e; }
#66787e Text Font Color
<p style="color:#66787e">Text here</p>
This sample text font color is #66787e
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.
#66787e Background Color
<div style="background-color:#66787e">
Div content here</div>
This div background color is #66787e
#66787e Border Color
<div style="border:3px solid #66787e">
Div here</div>
This div border color is #66787e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(102,120,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #66787e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #66787e; -webkit-box-shadow: 1px 1px 3px 2px #66787e; box-shadow: 1px 1px 3px 2px #66787e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(102,120,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #66787e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #66787e; -webkit-box-shadow: 1px 1px 3px 2px #66787e; box-shadow: 1px 1px 3px 2px #66787e;">
Div content here</div>
This div box has shadow with color #66787e
Comments
No comments written yet.
Please login to write comment.