Shades of Raven #666B77
Tints of Raven #666B77
RGB
CMYK
RGB Variations
Color information
#666B77 (or 0x666B77) is known color: Raven. HEX triplet: 66, 6B and 77. RGB value is (102,107,119). Sum of RGB (Red+Green+Blue) = 102+107+119=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 107 (42.19% from 255 or 32.62% from 328); Blue value is 119 (46.88% from 255 or 36.28% from 328); Max value from RGB is 119 - color contains mainly: blue. Hex color #666B77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666B77 is #999488. Grayscale: #6A6A6A. Windows color (decimal): -10065033 or 7826278. OLE color: 7826278.
HSL color Cylindrical-coordinate representation of color #666B77: hue angle of 222.35º 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 #666B77 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 107 | 119 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.53 |
| HSL | 222.35º | 0.08% | 0.43% | - |
| HSV(B) | 222.35º | 0.14% | 0.47% | - |
| XYZ | 14.07 | 14.67 | 19.54 | - |
| YUV | 106.87 | 134.84 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 107 | 119 | 0.14 | 0.10 | 0 | 0.53 | 222.35 | 0.08 | 0.43 |
| Hex | 66 | 6B | 77 | E | A | 0 | 35 | DE | 8 | 2B |
| Octal | 146 | 153 | 167 | 16 | 12 | 0 | 65 | 336 | 10 | 53 |
| Binary | 1100110 | 1101011 | 1110111 | 1110 | 1010 | 0 | 110101 | 11011110 | 1000 | 101011 |
Color Harmonies of #666B77
Complementary color
Monochromatic Colors of #666B77
Black with #666B77
Text Example
Text Example
White with #666B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666B77; }
p { color: rgb(102,107,119); }
H1.HeaderClassName
{
color: #666B77;
}
.AnyTagClassName
{
color: #666B77;
}
</style>
background-color css
<style>
a { background-color: #666B77; }
a { background-color: rgb(102,107,119); }
div.DivClassName
{
background-color: #666B77;
}
.BgClassName
{
background-color: #666B77;
}
</style>
border-color css
<style>
span { border-color: #666B77; }
span { border-color: rgb(102,107,119); }
td.TdClassName
{
border-color: #666B77;
}
.TagClassName
{
border-color: #666B77;
}
</style>