Shades of Raven #66707A
Tints of Raven #66707A
RGB
CMYK
RGB Variations
Color information
#66707A (or 0x66707A) is known color: Raven. HEX triplet: 66, 70 and 7A. RGB value is (102,112,122). Sum of RGB (Red+Green+Blue) = 102+112+122=336 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.36% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 122 (48.05% from 255 or 36.31% from 336); Max value from RGB is 122 - color contains mainly: blue. Hex color #66707A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66707A is #998F85. Grayscale: #6E6E6E. Windows color (decimal): -10063750 or 8024166. OLE color: 8024166.
HSL color Cylindrical-coordinate representation of color #66707A: hue angle of 210º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #66707A is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 102 | 112 | 122 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.52 |
| HSL | 210º | 0.09% | 0.44% | - |
| HSV(B) | 210º | 0.16% | 0.48% | - |
| XYZ | 14.79 | 15.82 | 20.69 | - |
| YUV | 110.15 | 134.69 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 112 | 122 | 0.16 | 0.08 | 0 | 0.52 | 210 | 0.09 | 0.44 |
| Hex | 66 | 70 | 7A | 10 | 8 | 0 | 34 | D2 | 9 | 2C |
| Octal | 146 | 160 | 172 | 20 | 10 | 0 | 64 | 322 | 11 | 54 |
| Binary | 1100110 | 1110000 | 1111010 | 10000 | 1000 | 0 | 110100 | 11010010 | 1001 | 101100 |
Color Harmonies of #66707A
Complementary color
Monochromatic Colors of #66707A
Black with #66707A
Text Example
Text Example
White with #66707A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66707A; }
p { color: rgb(102,112,122); }
H1.HeaderClassName
{
color: #66707A;
}
.AnyTagClassName
{
color: #66707A;
}
</style>
background-color css
<style>
a { background-color: #66707A; }
a { background-color: rgb(102,112,122); }
div.DivClassName
{
background-color: #66707A;
}
.BgClassName
{
background-color: #66707A;
}
</style>
border-color css
<style>
span { border-color: #66707A; }
span { border-color: rgb(102,112,122); }
td.TdClassName
{
border-color: #66707A;
}
.TagClassName
{
border-color: #66707A;
}
</style>