Color spaces of #806677
RGB | 128 | 102 | 119 |
---|---|---|---|
HSL | 0.89 | 0.11 | 0.45 |
HSV | 321° | 20° | 50° |
CMYK | 0.00 | 0.20 | 0.07 0.50 |
XYZ | 16.9832 | 15.4238 | 19.5347 |
Yxy | 15.4238 | 0.3270 | 0.2969 |
Hunter Lab | 39.2731 | 8.4622 | -2.0000 |
CIE-Lab | 46.2093 | 13.4767 | -5.5434 |
#806677 color RGB value is (128,102,119).
#806677 hex color red value is 128, green value is 102 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #806677 hue: 0.89 , saturation: 0.11 and the lightness value of 806677 is 0.45.
The process color (four color CMYK) of #806677 color hex is 0.00, 0.20, 0.07, 0.50. Web safe color of #806677 is #996666. Color #806677 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 01100110 | 01110111 |
Octal | 200 | 146 | 167 |
Decimal | 128 | 102 | 119 |
Hex | 80 | 66 | 77 |
Shades of #806677
Tints of #806677
RGB Percentages of Color #806677
CMYK Percentages of Color #806677
Complementary Color
#806677 | #66806f |
#806677 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#806677 Color Preview on White Background
Lorem ipsum dolor sit amet.
#806677 Color CSS Codes
.mybgcolor {background-color:#806677; } .myforecolor {color:#806677; } .mybordercolor {border:3px solid #806677; }
#806677 Text Font Color
<p style="color:#806677">Text here</p>
This sample text font color is #806677
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.
#806677 Background Color
<div style="background-color:#806677">
Div content here</div>
This div background color is #806677
#806677 Border Color
<div style="border:3px solid #806677">
Div here</div>
This div border color is #806677
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,102,119, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #806677; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #806677; -webkit-box-shadow: 1px 1px 3px 2px #806677; box-shadow: 1px 1px 3px 2px #806677; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,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 #806677">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #806677; -webkit-box-shadow: 1px 1px 3px 2px #806677; box-shadow: 1px 1px 3px 2px #806677;">
Div content here</div>
This div box has shadow with color #806677
Comments
No comments written yet.
Please login to write comment.