Shades of Storm Grey #76788D
Tints of Storm Grey #76788D
RGB
CMYK
RGB Variations
Color information
#76788D (or 0x76788D) is known color: Storm Grey. HEX triplet: 76, 78 and 8D. RGB value is (118,120,141). Sum of RGB (Red+Green+Blue) = 118+120+141=379 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.13% from 379); Green value is 120 (47.27% from 255 or 31.66% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 141 - color contains mainly: blue. Hex color #76788D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76788D is #898772. Grayscale: #797979. Windows color (decimal): -9013107 or 9271414. OLE color: 9271414.
HSL color Cylindrical-coordinate representation of color #76788D: hue angle of 234.78º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #76788D is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 120 | 141 | - |
| CMYK | 0.16 | 0.15 | 0 | 0.45 |
| HSL | 234.78º | 0.09% | 0.51% | - |
| HSV(B) | 234.78º | 0.16% | 0.55% | - |
| XYZ | 19 | 19.21 | 27.91 | - |
| YUV | 121.8 | 138.84 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 120 | 141 | 0.16 | 0.15 | 0 | 0.45 | 234.78 | 0.09 | 0.51 |
| Hex | 76 | 78 | 8D | 10 | F | 0 | 2D | EB | 9 | 33 |
| Octal | 166 | 170 | 215 | 20 | 17 | 0 | 55 | 353 | 11 | 63 |
| Binary | 1110110 | 1111000 | 10001101 | 10000 | 1111 | 0 | 101101 | 11101011 | 1001 | 110011 |
Color Harmonies of #76788D
Complementary color
Monochromatic Colors of #76788D
Black with #76788D
Text Example
Text Example
White with #76788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76788D; }
p { color: rgb(118,120,141); }
H1.HeaderClassName
{
color: #76788D;
}
.AnyTagClassName
{
color: #76788D;
}
</style>
background-color css
<style>
a { background-color: #76788D; }
a { background-color: rgb(118,120,141); }
div.DivClassName
{
background-color: #76788D;
}
.BgClassName
{
background-color: #76788D;
}
</style>
border-color css
<style>
span { border-color: #76788D; }
span { border-color: rgb(118,120,141); }
td.TdClassName
{
border-color: #76788D;
}
.TagClassName
{
border-color: #76788D;
}
</style>