Shades of Raven #656C77
Tints of Raven #656C77
RGB
CMYK
RGB Variations
Color information
#656C77 (or 0x656C77) is known color: Raven. HEX triplet: 65, 6C and 77. RGB value is (101,108,119). Sum of RGB (Red+Green+Blue) = 101+108+119=328 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.79% from 328); Green value is 108 (42.58% from 255 or 32.93% from 328); Blue value is 119 (46.88% from 255 or 36.28% from 328); Max value from RGB is 119 - color contains mainly: blue. Hex color #656C77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656C77 is #9A9388. Grayscale: #6B6B6B. Windows color (decimal): -10130313 or 7826533. OLE color: 7826533.
HSL color Cylindrical-coordinate representation of color #656C77: hue angle of 216.67º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #656C77 is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 101 | 108 | 119 | - |
| CMYK | 0.15 | 0.09 | 0 | 0.53 |
| HSL | 216.67º | 0.08% | 0.43% | - |
| HSV(B) | 216.67º | 0.15% | 0.47% | - |
| XYZ | 14.06 | 14.82 | 19.57 | - |
| YUV | 107.16 | 134.68 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 108 | 119 | 0.15 | 0.09 | 0 | 0.53 | 216.67 | 0.08 | 0.43 |
| Hex | 65 | 6C | 77 | F | 9 | 0 | 35 | D9 | 8 | 2B |
| Octal | 145 | 154 | 167 | 17 | 11 | 0 | 65 | 331 | 10 | 53 |
| Binary | 1100101 | 1101100 | 1110111 | 1111 | 1001 | 0 | 110101 | 11011001 | 1000 | 101011 |
Color Harmonies of #656C77
Complementary color
Monochromatic Colors of #656C77
Black with #656C77
Text Example
Text Example
White with #656C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656C77; }
p { color: rgb(101,108,119); }
H1.HeaderClassName
{
color: #656C77;
}
.AnyTagClassName
{
color: #656C77;
}
</style>
background-color css
<style>
a { background-color: #656C77; }
a { background-color: rgb(101,108,119); }
div.DivClassName
{
background-color: #656C77;
}
.BgClassName
{
background-color: #656C77;
}
</style>
border-color css
<style>
span { border-color: #656C77; }
span { border-color: rgb(101,108,119); }
td.TdClassName
{
border-color: #656C77;
}
.TagClassName
{
border-color: #656C77;
}
</style>