Shades of Storm Grey #767781
Tints of Storm Grey #767781
RGB
CMYK
RGB Variations
Color information
#767781 (or 0x767781) is known color: Storm Grey. HEX triplet: 76, 77 and 81. RGB value is (118,119,129). Sum of RGB (Red+Green+Blue) = 118+119+129=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 119 (46.88% from 255 or 32.51% from 366); Blue value is 129 (50.78% from 255 or 35.25% from 366); Max value from RGB is 129 - color contains mainly: blue. Hex color #767781 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767781 is #89887E. Grayscale: #777777. Windows color (decimal): -9013375 or 8484726. OLE color: 8484726.
HSL color Cylindrical-coordinate representation of color #767781: hue angle of 234.55º 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 #767781 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 118 | 119 | 129 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.49 |
| HSL | 234.55º | 0.04% | 0.48% | - |
| HSV(B) | 234.55º | 0.09% | 0.51% | - |
| XYZ | 18.03 | 18.63 | 23.41 | - |
| YUV | 119.84 | 133.17 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 119 | 129 | 0.09 | 0.08 | 0 | 0.49 | 234.55 | 0.04 | 0.48 |
| Hex | 76 | 77 | 81 | 9 | 8 | 0 | 31 | EB | 4 | 30 |
| Octal | 166 | 167 | 201 | 11 | 10 | 0 | 61 | 353 | 4 | 60 |
| Binary | 1110110 | 1110111 | 10000001 | 1001 | 1000 | 0 | 110001 | 11101011 | 100 | 110000 |
Color Harmonies of #767781
Complementary color
Monochromatic Colors of #767781
Black with #767781
Text Example
Text Example
White with #767781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767781; }
p { color: rgb(118,119,129); }
H1.HeaderClassName
{
color: #767781;
}
.AnyTagClassName
{
color: #767781;
}
</style>
background-color css
<style>
a { background-color: #767781; }
a { background-color: rgb(118,119,129); }
div.DivClassName
{
background-color: #767781;
}
.BgClassName
{
background-color: #767781;
}
</style>
border-color css
<style>
span { border-color: #767781; }
span { border-color: rgb(118,119,129); }
td.TdClassName
{
border-color: #767781;
}
.TagClassName
{
border-color: #767781;
}
</style>