Color spaces of #676677
RGB | 103 | 102 | 119 |
---|---|---|---|
HSL | 0.68 | 0.08 | 0.43 |
HSV | 244° | 14° | 47° |
CMYK | 0.13 | 0.14 | 0.00 0.53 |
XYZ | 13.6747 | 13.7182 | 19.3799 |
Yxy | 13.7182 | 0.2924 | 0.2933 |
Hunter Lab | 37.0381 | 1.0867 | -5.0964 |
CIE-Lab | 43.8261 | 4.1262 | -9.3537 |
#676677 color RGB value is (103,102,119).
#676677 hex color red value is 103, green value is 102 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #676677 hue: 0.68 , saturation: 0.08 and the lightness value of 676677 is 0.43.
The process color (four color CMYK) of #676677 color hex is 0.13, 0.14, 0.00, 0.53. Web safe color of #676677 is #666666. Color #676677 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100111 | 01100110 | 01110111 |
Octal | 147 | 146 | 167 |
Decimal | 103 | 102 | 119 |
Hex | 67 | 66 | 77 |
Shades of #676677
Tints of #676677
RGB Percentages of Color #676677
CMYK Percentages of Color #676677
Complementary Color
#676677 | #767766 |
#676677 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#676677 Color Preview on White Background
Lorem ipsum dolor sit amet.
#676677 Color CSS Codes
.mybgcolor {background-color:#676677; } .myforecolor {color:#676677; } .mybordercolor {border:3px solid #676677; }
#676677 Text Font Color
<p style="color:#676677">Text here</p>
This sample text font color is #676677
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.
#676677 Background Color
<div style="background-color:#676677">
Div content here</div>
This div background color is #676677
#676677 Border Color
<div style="border:3px solid #676677">
Div here</div>
This div border color is #676677
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(103,102,119, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #676677; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #676677; -webkit-box-shadow: 1px 1px 3px 2px #676677; box-shadow: 1px 1px 3px 2px #676677; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(103,102,119, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #676677">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #676677; -webkit-box-shadow: 1px 1px 3px 2px #676677; box-shadow: 1px 1px 3px 2px #676677;">
Div content here</div>
This div box has shadow with color #676677
Comments
No comments written yet.
Please login to write comment.