Shades of Raven #767778
Tints of Raven #767778
RGB
CMYK
RGB Variations
Color information
#767778 (or 0x767778) is known color: Raven. HEX triplet: 76, 77 and 78. RGB value is (118,119,120). Sum of RGB (Red+Green+Blue) = 118+119+120=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 120 - color contains mainly: blue. Hex color #767778 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767778 is #898887. Grayscale: #767676. Windows color (decimal): -9013384 or 7894902. OLE color: 7894902.
HSL color Cylindrical-coordinate representation of color #767778: hue angle of 210º degrees, saturation: 0.01, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #767778 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
RGB | 118 | 119 | 120 | - |
CMYK | 0.02 | 0.01 | 0 | 0.53 |
HSL | 210º | 0.01% | 0.47% | - |
HSV(B) | 210º | 0.02% | 0.47% | - |
XYZ | 17.46 | 18.4 | 20.4 | - |
YUV | 118.82 | 128.67 | 127.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 118 | 119 | 120 | 0.02 | 0.01 | 0 | 0.53 | 210 | 0.01 | 0.47 |
Hex | 76 | 77 | 78 | 2 | 1 | 0 | 35 | D2 | 1 | 2F |
Octal | 166 | 167 | 170 | 2 | 1 | 0 | 65 | 322 | 1 | 57 |
Binary | 1110110 | 1110111 | 1111000 | 10 | 1 | 0 | 110101 | 11010010 | 1 | 101111 |
Color Harmonies of #767778
Complementary color
Monochromatic Colors of #767778
Black with #767778
Text Example
Text Example
White with #767778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767778; }
p { color: rgb(118,119,120); }
H1.HeaderClassName
{
color: #767778;
}
.AnyTagClassName
{
color: #767778;
}
</style>
background-color css
<style>
a { background-color: #767778; }
a { background-color: rgb(118,119,120); }
div.DivClassName
{
background-color: #767778;
}
.BgClassName
{
background-color: #767778;
}
</style>
border-color css
<style>
span { border-color: #767778; }
span { border-color: rgb(118,119,120); }
td.TdClassName
{
border-color: #767778;
}
.TagClassName
{
border-color: #767778;
}
</style>