Shades of Raven #65717B
Tints of Raven #65717B
RGB
CMYK
RGB Variations
Color information
#65717B (or 0x65717B) is known color: Raven. HEX triplet: 65, 71 and 7B. RGB value is (101,113,123). Sum of RGB (Red+Green+Blue) = 101+113+123=337 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.97% from 337); Green value is 113 (44.53% from 255 or 33.53% 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 #65717B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65717B is #9A8E84. Grayscale: #6E6E6E. Windows color (decimal): -10129029 or 8089957. OLE color: 8089957.
HSL color Cylindrical-coordinate representation of color #65717B: hue angle of 207.27º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #65717B is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 101 | 113 | 123 | - |
| CMYK | 0.18 | 0.08 | 0 | 0.52 |
| HSL | 207.27º | 0.1% | 0.44% | - |
| HSV(B) | 207.27º | 0.18% | 0.48% | - |
| XYZ | 14.85 | 16.01 | 21.05 | - |
| YUV | 110.55 | 135.02 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 113 | 123 | 0.18 | 0.08 | 0 | 0.52 | 207.27 | 0.1 | 0.44 |
| Hex | 65 | 71 | 7B | 12 | 8 | 0 | 34 | CF | A | 2C |
| Octal | 145 | 161 | 173 | 22 | 10 | 0 | 64 | 317 | 12 | 54 |
| Binary | 1100101 | 1110001 | 1111011 | 10010 | 1000 | 0 | 110100 | 11001111 | 1010 | 101100 |
Color Harmonies of #65717B
Complementary color
Monochromatic Colors of #65717B
Black with #65717B
Text Example
Text Example
White with #65717B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65717B; }
p { color: rgb(101,113,123); }
H1.HeaderClassName
{
color: #65717B;
}
.AnyTagClassName
{
color: #65717B;
}
</style>
background-color css
<style>
a { background-color: #65717B; }
a { background-color: rgb(101,113,123); }
div.DivClassName
{
background-color: #65717B;
}
.BgClassName
{
background-color: #65717B;
}
</style>
border-color css
<style>
span { border-color: #65717B; }
span { border-color: rgb(101,113,123); }
td.TdClassName
{
border-color: #65717B;
}
.TagClassName
{
border-color: #65717B;
}
</style>