Shades of Raven #787A7C
Tints of Raven #787A7C
RGB
CMYK
RGB Variations
Color information
#787A7C (or 0x787A7C) is known color: Raven. HEX triplet: 78, 7A and 7C. RGB value is (120,122,124). Sum of RGB (Red+Green+Blue) = 120+122+124=366 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.79% from 366); Green value is 122 (48.05% from 255 or 33.33% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 124 - color contains mainly: blue. Hex color #787A7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787A7C is #878583. Grayscale: #797979. Windows color (decimal): -8881540 or 8157816. OLE color: 8157816.
HSL color Cylindrical-coordinate representation of color #787A7C: hue angle of 210º degrees, saturation: 0.02, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #787A7C is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 122 | 124 | - |
| CMYK | 0.03 | 0.02 | 0 | 0.51 |
| HSL | 210º | 0.02% | 0.48% | - |
| HSV(B) | 210º | 0.03% | 0.49% | - |
| XYZ | 18.34 | 19.37 | 21.84 | - |
| YUV | 121.63 | 129.34 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 122 | 124 | 0.03 | 0.02 | 0 | 0.51 | 210 | 0.02 | 0.48 |
| Hex | 78 | 7A | 7C | 3 | 2 | 0 | 33 | D2 | 2 | 30 |
| Octal | 170 | 172 | 174 | 3 | 2 | 0 | 63 | 322 | 2 | 60 |
| Binary | 1111000 | 1111010 | 1111100 | 11 | 10 | 0 | 110011 | 11010010 | 10 | 110000 |
Color Harmonies of #787A7C
Complementary color
Monochromatic Colors of #787A7C
Black with #787A7C
Text Example
Text Example
White with #787A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787A7C; }
p { color: rgb(120,122,124); }
H1.HeaderClassName
{
color: #787A7C;
}
.AnyTagClassName
{
color: #787A7C;
}
</style>
background-color css
<style>
a { background-color: #787A7C; }
a { background-color: rgb(120,122,124); }
div.DivClassName
{
background-color: #787A7C;
}
.BgClassName
{
background-color: #787A7C;
}
</style>
border-color css
<style>
span { border-color: #787A7C; }
span { border-color: rgb(120,122,124); }
td.TdClassName
{
border-color: #787A7C;
}
.TagClassName
{
border-color: #787A7C;
}
</style>