Shades of Raven #65707D
Tints of Raven #65707D
RGB
CMYK
RGB Variations
Color information
#65707D (or 0x65707D) is known color: Raven. HEX triplet: 65, 70 and 7D. RGB value is (101,112,125). Sum of RGB (Red+Green+Blue) = 101+112+125=338 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.88% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 125 - color contains mainly: blue. Hex color #65707D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65707D is #9A8F82. Grayscale: #6E6E6E. Windows color (decimal): -10129283 or 8220773. OLE color: 8220773.
HSL color Cylindrical-coordinate representation of color #65707D: hue angle of 212.5º degrees, saturation: 0.11, 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 #65707D is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 112 | 125 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.51 |
| HSL | 212.5º | 0.11% | 0.44% | - |
| HSV(B) | 212.5º | 0.19% | 0.49% | - |
| XYZ | 14.86 | 15.84 | 21.68 | - |
| YUV | 110.19 | 136.36 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 112 | 125 | 0.19 | 0.10 | 0 | 0.51 | 212.5 | 0.11 | 0.44 |
| Hex | 65 | 70 | 7D | 13 | A | 0 | 33 | D4 | B | 2C |
| Octal | 145 | 160 | 175 | 23 | 12 | 0 | 63 | 324 | 13 | 54 |
| Binary | 1100101 | 1110000 | 1111101 | 10011 | 1010 | 0 | 110011 | 11010100 | 1011 | 101100 |
Color Harmonies of #65707D
Complementary color
Monochromatic Colors of #65707D
Black with #65707D
Text Example
Text Example
White with #65707D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65707D; }
p { color: rgb(101,112,125); }
H1.HeaderClassName
{
color: #65707D;
}
.AnyTagClassName
{
color: #65707D;
}
</style>
background-color css
<style>
a { background-color: #65707D; }
a { background-color: rgb(101,112,125); }
div.DivClassName
{
background-color: #65707D;
}
.BgClassName
{
background-color: #65707D;
}
</style>
border-color css
<style>
span { border-color: #65707D; }
span { border-color: rgb(101,112,125); }
td.TdClassName
{
border-color: #65707D;
}
.TagClassName
{
border-color: #65707D;
}
</style>