Shades of Raven #65717D
Tints of Raven #65717D
RGB
CMYK
RGB Variations
Color information
#65717D (or 0x65717D) is known color: Raven. HEX triplet: 65, 71 and 7D. RGB value is (101,113,125). Sum of RGB (Red+Green+Blue) = 101+113+125=339 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.79% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 125 - color contains mainly: blue. Hex color #65717D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65717D is #9A8E82. Grayscale: #6E6E6E. Windows color (decimal): -10129027 or 8221029. OLE color: 8221029.
HSL color Cylindrical-coordinate representation of color #65717D: hue angle of 210º 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 #65717D is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 113 | 125 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.51 |
| HSL | 210º | 0.11% | 0.44% | - |
| HSV(B) | 210º | 0.19% | 0.49% | - |
| XYZ | 14.97 | 16.06 | 21.71 | - |
| YUV | 110.78 | 136.02 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 113 | 125 | 0.19 | 0.10 | 0 | 0.51 | 210 | 0.11 | 0.44 |
| Hex | 65 | 71 | 7D | 13 | A | 0 | 33 | D2 | B | 2C |
| Octal | 145 | 161 | 175 | 23 | 12 | 0 | 63 | 322 | 13 | 54 |
| Binary | 1100101 | 1110001 | 1111101 | 10011 | 1010 | 0 | 110011 | 11010010 | 1011 | 101100 |
Color Harmonies of #65717D
Complementary color
Monochromatic Colors of #65717D
Black with #65717D
Text Example
Text Example
White with #65717D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65717D; }
p { color: rgb(101,113,125); }
H1.HeaderClassName
{
color: #65717D;
}
.AnyTagClassName
{
color: #65717D;
}
</style>
background-color css
<style>
a { background-color: #65717D; }
a { background-color: rgb(101,113,125); }
div.DivClassName
{
background-color: #65717D;
}
.BgClassName
{
background-color: #65717D;
}
</style>
border-color css
<style>
span { border-color: #65717D; }
span { border-color: rgb(101,113,125); }
td.TdClassName
{
border-color: #65717D;
}
.TagClassName
{
border-color: #65717D;
}
</style>