Shades of Raven #65707C
Tints of Raven #65707C
RGB
CMYK
RGB Variations
Color information
#65707C (or 0x65707C) is known color: Raven. HEX triplet: 65, 70 and 7C. RGB value is (101,112,124). Sum of RGB (Red+Green+Blue) = 101+112+124=337 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.97% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 124 - color contains mainly: blue. Hex color #65707C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65707C is #9A8F83. Grayscale: #6E6E6E. Windows color (decimal): -10129284 or 8155237. OLE color: 8155237.
HSL color Cylindrical-coordinate representation of color #65707C: hue angle of 211.3º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #65707C is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 112 | 124 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.51 |
| HSL | 211.3º | 0.1% | 0.44% | - |
| HSV(B) | 211.3º | 0.19% | 0.49% | - |
| XYZ | 14.8 | 15.81 | 21.34 | - |
| YUV | 110.08 | 135.86 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 112 | 124 | 0.19 | 0.10 | 0 | 0.51 | 211.3 | 0.1 | 0.44 |
| Hex | 65 | 70 | 7C | 13 | A | 0 | 33 | D3 | A | 2C |
| Octal | 145 | 160 | 174 | 23 | 12 | 0 | 63 | 323 | 12 | 54 |
| Binary | 1100101 | 1110000 | 1111100 | 10011 | 1010 | 0 | 110011 | 11010011 | 1010 | 101100 |
Color Harmonies of #65707C
Complementary color
Monochromatic Colors of #65707C
Black with #65707C
Text Example
Text Example
White with #65707C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65707C; }
p { color: rgb(101,112,124); }
H1.HeaderClassName
{
color: #65707C;
}
.AnyTagClassName
{
color: #65707C;
}
</style>
background-color css
<style>
a { background-color: #65707C; }
a { background-color: rgb(101,112,124); }
div.DivClassName
{
background-color: #65707C;
}
.BgClassName
{
background-color: #65707C;
}
</style>
border-color css
<style>
span { border-color: #65707C; }
span { border-color: rgb(101,112,124); }
td.TdClassName
{
border-color: #65707C;
}
.TagClassName
{
border-color: #65707C;
}
</style>