Shades of Raven #777C81
Tints of Raven #777C81
RGB
CMYK
RGB Variations
Color information
#777C81 (or 0x777C81) is known color: Raven. HEX triplet: 77, 7C and 81. RGB value is (119,124,129). Sum of RGB (Red+Green+Blue) = 119+124+129=372 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.99% from 372); Green value is 124 (48.83% from 255 or 33.33% from 372); Blue value is 129 (50.78% from 255 or 34.68% from 372); Max value from RGB is 129 - color contains mainly: blue. Hex color #777C81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777C81 is #88837E. Grayscale: #7B7B7B. Windows color (decimal): -8946559 or 8486007. OLE color: 8486007.
HSL color Cylindrical-coordinate representation of color #777C81: hue angle of 210º degrees, saturation: 0.04, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #777C81 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 124 | 129 | - |
| CMYK | 0.08 | 0.04 | 0 | 0.49 |
| HSL | 210º | 0.04% | 0.49% | - |
| HSV(B) | 210º | 0.08% | 0.51% | - |
| XYZ | 18.78 | 19.92 | 23.62 | - |
| YUV | 123.08 | 131.34 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 124 | 129 | 0.08 | 0.04 | 0 | 0.49 | 210 | 0.04 | 0.49 |
| Hex | 77 | 7C | 81 | 8 | 4 | 0 | 31 | D2 | 4 | 31 |
| Octal | 167 | 174 | 201 | 10 | 4 | 0 | 61 | 322 | 4 | 61 |
| Binary | 1110111 | 1111100 | 10000001 | 1000 | 100 | 0 | 110001 | 11010010 | 100 | 110001 |
Color Harmonies of #777C81
Complementary color
Monochromatic Colors of #777C81
Black with #777C81
Text Example
Text Example
White with #777C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777C81; }
p { color: rgb(119,124,129); }
H1.HeaderClassName
{
color: #777C81;
}
.AnyTagClassName
{
color: #777C81;
}
</style>
background-color css
<style>
a { background-color: #777C81; }
a { background-color: rgb(119,124,129); }
div.DivClassName
{
background-color: #777C81;
}
.BgClassName
{
background-color: #777C81;
}
</style>
border-color css
<style>
span { border-color: #777C81; }
span { border-color: rgb(119,124,129); }
td.TdClassName
{
border-color: #777C81;
}
.TagClassName
{
border-color: #777C81;
}
</style>