Shades of Raven #66707B
Tints of Raven #66707B
RGB
CMYK
RGB Variations
Color information
#66707B (or 0x66707B) is known color: Raven. HEX triplet: 66, 70 and 7B. RGB value is (102,112,123). Sum of RGB (Red+Green+Blue) = 102+112+123=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 123 - color contains mainly: blue. Hex color #66707B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66707B is #998F84. Grayscale: #6E6E6E. Windows color (decimal): -10063749 or 8089702. OLE color: 8089702.
HSL color Cylindrical-coordinate representation of color #66707B: hue angle of 211.43º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #66707B is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 102 | 112 | 123 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.52 |
| HSL | 211.43º | 0.09% | 0.44% | - |
| HSV(B) | 211.43º | 0.17% | 0.48% | - |
| XYZ | 14.85 | 15.84 | 21.01 | - |
| YUV | 110.26 | 135.19 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 112 | 123 | 0.17 | 0.09 | 0 | 0.52 | 211.43 | 0.09 | 0.44 |
| Hex | 66 | 70 | 7B | 11 | 9 | 0 | 34 | D3 | 9 | 2C |
| Octal | 146 | 160 | 173 | 21 | 11 | 0 | 64 | 323 | 11 | 54 |
| Binary | 1100110 | 1110000 | 1111011 | 10001 | 1001 | 0 | 110100 | 11010011 | 1001 | 101100 |
Color Harmonies of #66707B
Complementary color
Monochromatic Colors of #66707B
Black with #66707B
Text Example
Text Example
White with #66707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66707B; }
p { color: rgb(102,112,123); }
H1.HeaderClassName
{
color: #66707B;
}
.AnyTagClassName
{
color: #66707B;
}
</style>
background-color css
<style>
a { background-color: #66707B; }
a { background-color: rgb(102,112,123); }
div.DivClassName
{
background-color: #66707B;
}
.BgClassName
{
background-color: #66707B;
}
</style>
border-color css
<style>
span { border-color: #66707B; }
span { border-color: rgb(102,112,123); }
td.TdClassName
{
border-color: #66707B;
}
.TagClassName
{
border-color: #66707B;
}
</style>