Shades of Storm Grey #72788E
Tints of Storm Grey #72788E
RGB
CMYK
RGB Variations
Color information
#72788E (or 0x72788E) is known color: Storm Grey. HEX triplet: 72, 78 and 8E. RGB value is (114,120,142). Sum of RGB (Red+Green+Blue) = 114+120+142=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 142 (55.86% from 255 or 37.77% from 376); Max value from RGB is 142 - color contains mainly: blue. Hex color #72788E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72788E is #8D8771. Grayscale: #787878. Windows color (decimal): -9275250 or 9336946. OLE color: 9336946.
HSL color Cylindrical-coordinate representation of color #72788E: hue angle of 227.14º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #72788E is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 114 | 120 | 142 | - |
| CMYK | 0.20 | 0.15 | 0 | 0.44 |
| HSL | 227.14º | 0.11% | 0.5% | - |
| HSV(B) | 227.14º | 0.2% | 0.56% | - |
| XYZ | 18.54 | 18.96 | 28.27 | - |
| YUV | 120.71 | 140.01 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 120 | 142 | 0.20 | 0.15 | 0 | 0.44 | 227.14 | 0.11 | 0.5 |
| Hex | 72 | 78 | 8E | 14 | F | 0 | 2C | E3 | B | 32 |
| Octal | 162 | 170 | 216 | 24 | 17 | 0 | 54 | 343 | 13 | 62 |
| Binary | 1110010 | 1111000 | 10001110 | 10100 | 1111 | 0 | 101100 | 11100011 | 1011 | 110010 |
Color Harmonies of #72788E
Complementary color
Monochromatic Colors of #72788E
Black with #72788E
Text Example
Text Example
White with #72788E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72788E; }
p { color: rgb(114,120,142); }
H1.HeaderClassName
{
color: #72788E;
}
.AnyTagClassName
{
color: #72788E;
}
</style>
background-color css
<style>
a { background-color: #72788E; }
a { background-color: rgb(114,120,142); }
div.DivClassName
{
background-color: #72788E;
}
.BgClassName
{
background-color: #72788E;
}
</style>
border-color css
<style>
span { border-color: #72788E; }
span { border-color: rgb(114,120,142); }
td.TdClassName
{
border-color: #72788E;
}
.TagClassName
{
border-color: #72788E;
}
</style>