Shades of Raven #66707C
Tints of Raven #66707C
RGB
CMYK
RGB Variations
Color information
#66707C (or 0x66707C) is known color: Raven. HEX triplet: 66, 70 and 7C. RGB value is (102,112,124). Sum of RGB (Red+Green+Blue) = 102+112+124=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 124 (48.83% from 255 or 36.69% from 338); Max value from RGB is 124 - color contains mainly: blue. Hex color #66707C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66707C is #998F83. Grayscale: #6E6E6E. Windows color (decimal): -10063748 or 8155238. OLE color: 8155238.
HSL color Cylindrical-coordinate representation of color #66707C: hue angle of 212.73º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #66707C is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 112 | 124 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.51 |
| HSL | 212.73º | 0.1% | 0.44% | - |
| HSV(B) | 212.73º | 0.18% | 0.49% | - |
| XYZ | 14.91 | 15.87 | 21.35 | - |
| YUV | 110.38 | 135.69 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 112 | 124 | 0.18 | 0.10 | 0 | 0.51 | 212.73 | 0.1 | 0.44 |
| Hex | 66 | 70 | 7C | 12 | A | 0 | 33 | D5 | A | 2C |
| Octal | 146 | 160 | 174 | 22 | 12 | 0 | 63 | 325 | 12 | 54 |
| Binary | 1100110 | 1110000 | 1111100 | 10010 | 1010 | 0 | 110011 | 11010101 | 1010 | 101100 |
Color Harmonies of #66707C
Complementary color
Monochromatic Colors of #66707C
Black with #66707C
Text Example
Text Example
White with #66707C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66707C; }
p { color: rgb(102,112,124); }
H1.HeaderClassName
{
color: #66707C;
}
.AnyTagClassName
{
color: #66707C;
}
</style>
background-color css
<style>
a { background-color: #66707C; }
a { background-color: rgb(102,112,124); }
div.DivClassName
{
background-color: #66707C;
}
.BgClassName
{
background-color: #66707C;
}
</style>
border-color css
<style>
span { border-color: #66707C; }
span { border-color: rgb(102,112,124); }
td.TdClassName
{
border-color: #66707C;
}
.TagClassName
{
border-color: #66707C;
}
</style>