Shades of Raven #66717E
Tints of Raven #66717E
RGB
CMYK
RGB Variations
Color information
#66717E (or 0x66717E) is known color: Raven. HEX triplet: 66, 71 and 7E. RGB value is (102,113,126). Sum of RGB (Red+Green+Blue) = 102+113+126=341 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.91% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 126 - color contains mainly: blue. Hex color #66717E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66717E is #998E81. Grayscale: #6F6F6F. Windows color (decimal): -10063490 or 8286566. OLE color: 8286566.
HSL color Cylindrical-coordinate representation of color #66717E: hue angle of 212.5º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #66717E is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 113 | 126 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.51 |
| HSL | 212.5º | 0.11% | 0.45% | - |
| HSV(B) | 212.5º | 0.19% | 0.49% | - |
| XYZ | 15.15 | 16.14 | 22.06 | - |
| YUV | 111.19 | 136.36 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 113 | 126 | 0.19 | 0.10 | 0 | 0.51 | 212.5 | 0.11 | 0.45 |
| Hex | 66 | 71 | 7E | 13 | A | 0 | 33 | D4 | B | 2D |
| Octal | 146 | 161 | 176 | 23 | 12 | 0 | 63 | 324 | 13 | 55 |
| Binary | 1100110 | 1110001 | 1111110 | 10011 | 1010 | 0 | 110011 | 11010100 | 1011 | 101101 |
Color Harmonies of #66717E
Complementary color
Monochromatic Colors of #66717E
Black with #66717E
Text Example
Text Example
White with #66717E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66717E; }
p { color: rgb(102,113,126); }
H1.HeaderClassName
{
color: #66717E;
}
.AnyTagClassName
{
color: #66717E;
}
</style>
background-color css
<style>
a { background-color: #66717E; }
a { background-color: rgb(102,113,126); }
div.DivClassName
{
background-color: #66717E;
}
.BgClassName
{
background-color: #66717E;
}
</style>
border-color css
<style>
span { border-color: #66717E; }
span { border-color: rgb(102,113,126); }
td.TdClassName
{
border-color: #66717E;
}
.TagClassName
{
border-color: #66717E;
}
</style>