Shades of Raven #65707F
Tints of Raven #65707F
RGB
CMYK
RGB Variations
Color information
#65707F (or 0x65707F) is known color: Raven. HEX triplet: 65, 70 and 7F. RGB value is (101,112,127). Sum of RGB (Red+Green+Blue) = 101+112+127=340 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.71% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 127 (50% from 255 or 37.35% from 340); Max value from RGB is 127 - color contains mainly: blue. Hex color #65707F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65707F is #9A8F80. Grayscale: #6E6E6E. Windows color (decimal): -10129281 or 8351845. OLE color: 8351845.
HSL color Cylindrical-coordinate representation of color #65707F: hue angle of 214.62º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #65707F is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 101 | 112 | 127 | - |
| CMYK | 0.20 | 0.12 | 0 | 0.50 |
| HSL | 214.62º | 0.11% | 0.45% | - |
| HSV(B) | 214.62º | 0.2% | 0.5% | - |
| XYZ | 14.99 | 15.89 | 22.36 | - |
| YUV | 110.42 | 137.36 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 112 | 127 | 0.20 | 0.12 | 0 | 0.50 | 214.62 | 0.11 | 0.45 |
| Hex | 65 | 70 | 7F | 14 | C | 0 | 32 | D7 | B | 2D |
| Octal | 145 | 160 | 177 | 24 | 14 | 0 | 62 | 327 | 13 | 55 |
| Binary | 1100101 | 1110000 | 1111111 | 10100 | 1100 | 0 | 110010 | 11010111 | 1011 | 101101 |
Color Harmonies of #65707F
Complementary color
Monochromatic Colors of #65707F
Black with #65707F
Text Example
Text Example
White with #65707F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65707F; }
p { color: rgb(101,112,127); }
H1.HeaderClassName
{
color: #65707F;
}
.AnyTagClassName
{
color: #65707F;
}
</style>
background-color css
<style>
a { background-color: #65707F; }
a { background-color: rgb(101,112,127); }
div.DivClassName
{
background-color: #65707F;
}
.BgClassName
{
background-color: #65707F;
}
</style>
border-color css
<style>
span { border-color: #65707F; }
span { border-color: rgb(101,112,127); }
td.TdClassName
{
border-color: #65707F;
}
.TagClassName
{
border-color: #65707F;
}
</style>