Shades of Raven #666B76
Tints of Raven #666B76
RGB
CMYK
RGB Variations
Color information
#666B76 (or 0x666B76) is known color: Raven. HEX triplet: 66, 6B and 76. RGB value is (102,107,118). Sum of RGB (Red+Green+Blue) = 102+107+118=327 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.19% from 327); Green value is 107 (42.19% from 255 or 32.72% from 327); Blue value is 118 (46.48% from 255 or 36.09% from 327); Max value from RGB is 118 - color contains mainly: blue. Hex color #666B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666B76 is #999489. Grayscale: #6A6A6A. Windows color (decimal): -10065034 or 7760742. OLE color: 7760742.
HSL color Cylindrical-coordinate representation of color #666B76: hue angle of 221.25º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #666B76 is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 102 | 107 | 118 | - |
| CMYK | 0.14 | 0.09 | 0 | 0.54 |
| HSL | 221.25º | 0.07% | 0.43% | - |
| HSV(B) | 221.25º | 0.14% | 0.46% | - |
| XYZ | 14.01 | 14.65 | 19.23 | - |
| YUV | 106.76 | 134.34 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 107 | 118 | 0.14 | 0.09 | 0 | 0.54 | 221.25 | 0.07 | 0.43 |
| Hex | 66 | 6B | 76 | E | 9 | 0 | 36 | DD | 7 | 2B |
| Octal | 146 | 153 | 166 | 16 | 11 | 0 | 66 | 335 | 7 | 53 |
| Binary | 1100110 | 1101011 | 1110110 | 1110 | 1001 | 0 | 110110 | 11011101 | 111 | 101011 |
Color Harmonies of #666B76
Complementary color
Monochromatic Colors of #666B76
Black with #666B76
Text Example
Text Example
White with #666B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666B76; }
p { color: rgb(102,107,118); }
H1.HeaderClassName
{
color: #666B76;
}
.AnyTagClassName
{
color: #666B76;
}
</style>
background-color css
<style>
a { background-color: #666B76; }
a { background-color: rgb(102,107,118); }
div.DivClassName
{
background-color: #666B76;
}
.BgClassName
{
background-color: #666B76;
}
</style>
border-color css
<style>
span { border-color: #666B76; }
span { border-color: rgb(102,107,118); }
td.TdClassName
{
border-color: #666B76;
}
.TagClassName
{
border-color: #666B76;
}
</style>