Shades of Raven #666E77
Tints of Raven #666E77
RGB
CMYK
RGB Variations
Color information
#666E77 (or 0x666E77) is known color: Raven. HEX triplet: 66, 6E and 77. RGB value is (102,110,119). Sum of RGB (Red+Green+Blue) = 102+110+119=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 110 (43.36% from 255 or 33.23% from 331); Blue value is 119 (46.88% from 255 or 35.95% from 331); Max value from RGB is 119 - color contains mainly: blue. Hex color #666E77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666E77 is #999188. Grayscale: #6C6C6C. Windows color (decimal): -10064265 or 7827046. OLE color: 7827046.
HSL color Cylindrical-coordinate representation of color #666E77: hue angle of 211.76º 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 #666E77 is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 110 | 119 | - |
| CMYK | 0.14 | 0.08 | 0 | 0.53 |
| HSL | 211.76º | 0.08% | 0.43% | - |
| HSV(B) | 211.76º | 0.14% | 0.47% | - |
| XYZ | 14.39 | 15.31 | 19.65 | - |
| YUV | 108.63 | 133.85 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 110 | 119 | 0.14 | 0.08 | 0 | 0.53 | 211.76 | 0.08 | 0.43 |
| Hex | 66 | 6E | 77 | E | 8 | 0 | 35 | D4 | 8 | 2B |
| Octal | 146 | 156 | 167 | 16 | 10 | 0 | 65 | 324 | 10 | 53 |
| Binary | 1100110 | 1101110 | 1110111 | 1110 | 1000 | 0 | 110101 | 11010100 | 1000 | 101011 |
Color Harmonies of #666E77
Complementary color
Monochromatic Colors of #666E77
Black with #666E77
Text Example
Text Example
White with #666E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666E77; }
p { color: rgb(102,110,119); }
H1.HeaderClassName
{
color: #666E77;
}
.AnyTagClassName
{
color: #666E77;
}
</style>
background-color css
<style>
a { background-color: #666E77; }
a { background-color: rgb(102,110,119); }
div.DivClassName
{
background-color: #666E77;
}
.BgClassName
{
background-color: #666E77;
}
</style>
border-color css
<style>
span { border-color: #666E77; }
span { border-color: rgb(102,110,119); }
td.TdClassName
{
border-color: #666E77;
}
.TagClassName
{
border-color: #666E77;
}
</style>