Shades of Raven #656B77
Tints of Raven #656B77
RGB
CMYK
RGB Variations
Color information
#656B77 (or 0x656B77) is known color: Raven. HEX triplet: 65, 6B and 77. RGB value is (101,107,119). Sum of RGB (Red+Green+Blue) = 101+107+119=327 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.89% from 327); Green value is 107 (42.19% from 255 or 32.72% from 327); Blue value is 119 (46.88% from 255 or 36.39% from 327); Max value from RGB is 119 - color contains mainly: blue. Hex color #656B77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656B77 is #9A9488. Grayscale: #6A6A6A. Windows color (decimal): -10130569 or 7826277. OLE color: 7826277.
HSL color Cylindrical-coordinate representation of color #656B77: hue angle of 220º 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 #656B77 is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 101 | 107 | 119 | - |
| CMYK | 0.15 | 0.10 | 0 | 0.53 |
| HSL | 220º | 0.08% | 0.43% | - |
| HSV(B) | 220º | 0.15% | 0.47% | - |
| XYZ | 13.95 | 14.61 | 19.54 | - |
| YUV | 106.57 | 135.01 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 107 | 119 | 0.15 | 0.10 | 0 | 0.53 | 220 | 0.08 | 0.43 |
| Hex | 65 | 6B | 77 | F | A | 0 | 35 | DC | 8 | 2B |
| Octal | 145 | 153 | 167 | 17 | 12 | 0 | 65 | 334 | 10 | 53 |
| Binary | 1100101 | 1101011 | 1110111 | 1111 | 1010 | 0 | 110101 | 11011100 | 1000 | 101011 |
Color Harmonies of #656B77
Complementary color
Monochromatic Colors of #656B77
Black with #656B77
Text Example
Text Example
White with #656B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656B77; }
p { color: rgb(101,107,119); }
H1.HeaderClassName
{
color: #656B77;
}
.AnyTagClassName
{
color: #656B77;
}
</style>
background-color css
<style>
a { background-color: #656B77; }
a { background-color: rgb(101,107,119); }
div.DivClassName
{
background-color: #656B77;
}
.BgClassName
{
background-color: #656B77;
}
</style>
border-color css
<style>
span { border-color: #656B77; }
span { border-color: rgb(101,107,119); }
td.TdClassName
{
border-color: #656B77;
}
.TagClassName
{
border-color: #656B77;
}
</style>