Shades of Raven #76787A
Tints of Raven #76787A
RGB
CMYK
RGB Variations
Color information
#76787A (or 0x76787A) is known color: Raven. HEX triplet: 76, 78 and 7A. RGB value is (118,120,122). Sum of RGB (Red+Green+Blue) = 118+120+122=360 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.78% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 122 - color contains mainly: blue. Hex color #76787A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76787A is #898785. Grayscale: #777777. Windows color (decimal): -9013126 or 8026230. OLE color: 8026230.
HSL color Cylindrical-coordinate representation of color #76787A: hue angle of 210º degrees, saturation: 0.02, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #76787A is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 118 | 120 | 122 | - |
| CMYK | 0.03 | 0.02 | 0 | 0.52 |
| HSL | 210º | 0.02% | 0.47% | - |
| HSV(B) | 210º | 0.03% | 0.48% | - |
| XYZ | 17.7 | 18.69 | 21.09 | - |
| YUV | 119.63 | 129.34 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 120 | 122 | 0.03 | 0.02 | 0 | 0.52 | 210 | 0.02 | 0.47 |
| Hex | 76 | 78 | 7A | 3 | 2 | 0 | 34 | D2 | 2 | 2F |
| Octal | 166 | 170 | 172 | 3 | 2 | 0 | 64 | 322 | 2 | 57 |
| Binary | 1110110 | 1111000 | 1111010 | 11 | 10 | 0 | 110100 | 11010010 | 10 | 101111 |
Color Harmonies of #76787A
Complementary color
Monochromatic Colors of #76787A
Black with #76787A
Text Example
Text Example
White with #76787A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76787A; }
p { color: rgb(118,120,122); }
H1.HeaderClassName
{
color: #76787A;
}
.AnyTagClassName
{
color: #76787A;
}
</style>
background-color css
<style>
a { background-color: #76787A; }
a { background-color: rgb(118,120,122); }
div.DivClassName
{
background-color: #76787A;
}
.BgClassName
{
background-color: #76787A;
}
</style>
border-color css
<style>
span { border-color: #76787A; }
span { border-color: rgb(118,120,122); }
td.TdClassName
{
border-color: #76787A;
}
.TagClassName
{
border-color: #76787A;
}
</style>