Shades of Raven #666D77
Tints of Raven #666D77
RGB
CMYK
RGB Variations
Color information
#666D77 (or 0x666D77) is known color: Raven. HEX triplet: 66, 6D and 77. RGB value is (102,109,119). Sum of RGB (Red+Green+Blue) = 102+109+119=330 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.91% from 330); Green value is 109 (42.97% from 255 or 33.03% from 330); Blue value is 119 (46.88% from 255 or 36.06% from 330); Max value from RGB is 119 - color contains mainly: blue. Hex color #666D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666D77 is #999288. Grayscale: #6C6C6C. Windows color (decimal): -10064521 or 7826790. OLE color: 7826790.
HSL color Cylindrical-coordinate representation of color #666D77: hue angle of 215.29º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #666D77 is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 109 | 119 | - |
| CMYK | 0.14 | 0.08 | 0 | 0.53 |
| HSL | 215.29º | 0.08% | 0.43% | - |
| HSV(B) | 215.29º | 0.14% | 0.47% | - |
| XYZ | 14.28 | 15.09 | 19.61 | - |
| YUV | 108.05 | 134.18 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 109 | 119 | 0.14 | 0.08 | 0 | 0.53 | 215.29 | 0.08 | 0.43 |
| Hex | 66 | 6D | 77 | E | 8 | 0 | 35 | D7 | 8 | 2B |
| Octal | 146 | 155 | 167 | 16 | 10 | 0 | 65 | 327 | 10 | 53 |
| Binary | 1100110 | 1101101 | 1110111 | 1110 | 1000 | 0 | 110101 | 11010111 | 1000 | 101011 |
Color Harmonies of #666D77
Complementary color
Monochromatic Colors of #666D77
Black with #666D77
Text Example
Text Example
White with #666D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666D77; }
p { color: rgb(102,109,119); }
H1.HeaderClassName
{
color: #666D77;
}
.AnyTagClassName
{
color: #666D77;
}
</style>
background-color css
<style>
a { background-color: #666D77; }
a { background-color: rgb(102,109,119); }
div.DivClassName
{
background-color: #666D77;
}
.BgClassName
{
background-color: #666D77;
}
</style>
border-color css
<style>
span { border-color: #666D77; }
span { border-color: rgb(102,109,119); }
td.TdClassName
{
border-color: #666D77;
}
.TagClassName
{
border-color: #666D77;
}
</style>