Shades of Raven #66717A
Tints of Raven #66717A
RGB
CMYK
RGB Variations
Color information
#66717A (or 0x66717A) is known color: Raven. HEX triplet: 66, 71 and 7A. RGB value is (102,113,122). Sum of RGB (Red+Green+Blue) = 102+113+122=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 122 - color contains mainly: blue. Hex color #66717A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66717A is #998E85. Grayscale: #6E6E6E. Windows color (decimal): -10063494 or 8024422. OLE color: 8024422.
HSL color Cylindrical-coordinate representation of color #66717A: hue angle of 207º 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 #66717A is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 102 | 113 | 122 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.52 |
| HSL | 207º | 0.09% | 0.44% | - |
| HSV(B) | 207º | 0.16% | 0.48% | - |
| XYZ | 14.9 | 16.04 | 20.72 | - |
| YUV | 110.74 | 134.36 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 113 | 122 | 0.16 | 0.07 | 0 | 0.52 | 207 | 0.09 | 0.44 |
| Hex | 66 | 71 | 7A | 10 | 7 | 0 | 34 | CF | 9 | 2C |
| Octal | 146 | 161 | 172 | 20 | 7 | 0 | 64 | 317 | 11 | 54 |
| Binary | 1100110 | 1110001 | 1111010 | 10000 | 111 | 0 | 110100 | 11001111 | 1001 | 101100 |
Color Harmonies of #66717A
Complementary color
Monochromatic Colors of #66717A
Black with #66717A
Text Example
Text Example
White with #66717A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66717A; }
p { color: rgb(102,113,122); }
H1.HeaderClassName
{
color: #66717A;
}
.AnyTagClassName
{
color: #66717A;
}
</style>
background-color css
<style>
a { background-color: #66717A; }
a { background-color: rgb(102,113,122); }
div.DivClassName
{
background-color: #66717A;
}
.BgClassName
{
background-color: #66717A;
}
</style>
border-color css
<style>
span { border-color: #66717A; }
span { border-color: rgb(102,113,122); }
td.TdClassName
{
border-color: #66717A;
}
.TagClassName
{
border-color: #66717A;
}
</style>