Shades of Storm Grey #767B81
Tints of Storm Grey #767B81
RGB
CMYK
RGB Variations
Color information
#767B81 (or 0x767B81) is known color: Storm Grey. HEX triplet: 76, 7B and 81. RGB value is (118,123,129). Sum of RGB (Red+Green+Blue) = 118+123+129=370 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.89% from 370); Green value is 123 (48.44% from 255 or 33.24% from 370); Blue value is 129 (50.78% from 255 or 34.86% from 370); Max value from RGB is 129 - color contains mainly: blue. Hex color #767B81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767B81 is #89847E. Grayscale: #7A7A7A. Windows color (decimal): -9012351 or 8485750. OLE color: 8485750.
HSL color Cylindrical-coordinate representation of color #767B81: hue angle of 212.73º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #767B81 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 118 | 123 | 129 | - |
| CMYK | 0.09 | 0.05 | 0 | 0.49 |
| HSL | 212.73º | 0.04% | 0.48% | - |
| HSV(B) | 212.73º | 0.09% | 0.51% | - |
| XYZ | 18.52 | 19.6 | 23.58 | - |
| YUV | 122.19 | 131.84 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 123 | 129 | 0.09 | 0.05 | 0 | 0.49 | 212.73 | 0.04 | 0.48 |
| Hex | 76 | 7B | 81 | 9 | 5 | 0 | 31 | D5 | 4 | 30 |
| Octal | 166 | 173 | 201 | 11 | 5 | 0 | 61 | 325 | 4 | 60 |
| Binary | 1110110 | 1111011 | 10000001 | 1001 | 101 | 0 | 110001 | 11010101 | 100 | 110000 |
Color Harmonies of #767B81
Complementary color
Monochromatic Colors of #767B81
Black with #767B81
Text Example
Text Example
White with #767B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767B81; }
p { color: rgb(118,123,129); }
H1.HeaderClassName
{
color: #767B81;
}
.AnyTagClassName
{
color: #767B81;
}
</style>
background-color css
<style>
a { background-color: #767B81; }
a { background-color: rgb(118,123,129); }
div.DivClassName
{
background-color: #767B81;
}
.BgClassName
{
background-color: #767B81;
}
</style>
border-color css
<style>
span { border-color: #767B81; }
span { border-color: rgb(118,123,129); }
td.TdClassName
{
border-color: #767B81;
}
.TagClassName
{
border-color: #767B81;
}
</style>