Shades of Raven #65707B
Tints of Raven #65707B
RGB
CMYK
RGB Variations
Color information
#65707B (or 0x65707B) is known color: Raven. HEX triplet: 65, 70 and 7B. RGB value is (101,112,123). Sum of RGB (Red+Green+Blue) = 101+112+123=336 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.06% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 123 - color contains mainly: blue. Hex color #65707B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65707B is #9A8F84. Grayscale: #6D6D6D. Windows color (decimal): -10129285 or 8089701. OLE color: 8089701.
HSL color Cylindrical-coordinate representation of color #65707B: hue angle of 210º 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 #65707B is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 101 | 112 | 123 | - |
| CMYK | 0.18 | 0.09 | 0 | 0.52 |
| HSL | 210º | 0.1% | 0.44% | - |
| HSV(B) | 210º | 0.18% | 0.48% | - |
| XYZ | 14.74 | 15.79 | 21.01 | - |
| YUV | 109.97 | 135.36 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 112 | 123 | 0.18 | 0.09 | 0 | 0.52 | 210 | 0.1 | 0.44 |
| Hex | 65 | 70 | 7B | 12 | 9 | 0 | 34 | D2 | A | 2C |
| Octal | 145 | 160 | 173 | 22 | 11 | 0 | 64 | 322 | 12 | 54 |
| Binary | 1100101 | 1110000 | 1111011 | 10010 | 1001 | 0 | 110100 | 11010010 | 1010 | 101100 |
Color Harmonies of #65707B
Complementary color
Monochromatic Colors of #65707B
Black with #65707B
Text Example
Text Example
White with #65707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65707B; }
p { color: rgb(101,112,123); }
H1.HeaderClassName
{
color: #65707B;
}
.AnyTagClassName
{
color: #65707B;
}
</style>
background-color css
<style>
a { background-color: #65707B; }
a { background-color: rgb(101,112,123); }
div.DivClassName
{
background-color: #65707B;
}
.BgClassName
{
background-color: #65707B;
}
</style>
border-color css
<style>
span { border-color: #65707B; }
span { border-color: rgb(101,112,123); }
td.TdClassName
{
border-color: #65707B;
}
.TagClassName
{
border-color: #65707B;
}
</style>