Shades of Raven #767B80
Tints of Raven #767B80
RGB
CMYK
RGB Variations
Color information
#767B80 (or 0x767B80) is known color: Raven. HEX triplet: 76, 7B and 80. RGB value is (118,123,128). Sum of RGB (Red+Green+Blue) = 118+123+128=369 (48% of max value = 765). Red value is 118 (46.48% from 255 or 31.98% from 369); Green value is 123 (48.44% from 255 or 33.33% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 128 - color contains mainly: blue. Hex color #767B80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767B80 is #89847F. Grayscale: #7A7A7A. Windows color (decimal): -9012352 or 8420214. OLE color: 8420214.
HSL color Cylindrical-coordinate representation of color #767B80: hue angle of 210º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #767B80 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 118 | 123 | 128 | - |
| CMYK | 0.08 | 0.04 | 0 | 0.50 |
| HSL | 210º | 0.04% | 0.48% | - |
| HSV(B) | 210º | 0.08% | 0.5% | - |
| XYZ | 18.45 | 19.58 | 23.23 | - |
| YUV | 122.08 | 131.34 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 123 | 128 | 0.08 | 0.04 | 0 | 0.50 | 210 | 0.04 | 0.48 |
| Hex | 76 | 7B | 80 | 8 | 4 | 0 | 32 | D2 | 4 | 30 |
| Octal | 166 | 173 | 200 | 10 | 4 | 0 | 62 | 322 | 4 | 60 |
| Binary | 1110110 | 1111011 | 10000000 | 1000 | 100 | 0 | 110010 | 11010010 | 100 | 110000 |
Color Harmonies of #767B80
Complementary color
Monochromatic Colors of #767B80
Black with #767B80
Text Example
Text Example
White with #767B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767B80; }
p { color: rgb(118,123,128); }
H1.HeaderClassName
{
color: #767B80;
}
.AnyTagClassName
{
color: #767B80;
}
</style>
background-color css
<style>
a { background-color: #767B80; }
a { background-color: rgb(118,123,128); }
div.DivClassName
{
background-color: #767B80;
}
.BgClassName
{
background-color: #767B80;
}
</style>
border-color css
<style>
span { border-color: #767B80; }
span { border-color: rgb(118,123,128); }
td.TdClassName
{
border-color: #767B80;
}
.TagClassName
{
border-color: #767B80;
}
</style>