Shades of Storm Grey #72758D
Tints of Storm Grey #72758D
RGB
CMYK
RGB Variations
Color information
#72758D (or 0x72758D) is known color: Storm Grey. HEX triplet: 72, 75 and 8D. RGB value is (114,117,141). Sum of RGB (Red+Green+Blue) = 114+117+141=372 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.65% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 141 (55.47% from 255 or 37.90% from 372); Max value from RGB is 141 - color contains mainly: blue. Hex color #72758D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72758D is #8D8A72. Grayscale: #767676. Windows color (decimal): -9276019 or 9270642. OLE color: 9270642.
HSL color Cylindrical-coordinate representation of color #72758D: hue angle of 233.33º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #72758D is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 117 | 141 | - |
| CMYK | 0.19 | 0.17 | 0 | 0.45 |
| HSL | 233.33º | 0.11% | 0.5% | - |
| HSV(B) | 233.33º | 0.19% | 0.55% | - |
| XYZ | 18.11 | 18.22 | 27.76 | - |
| YUV | 118.84 | 140.51 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 117 | 141 | 0.19 | 0.17 | 0 | 0.45 | 233.33 | 0.11 | 0.5 |
| Hex | 72 | 75 | 8D | 13 | 11 | 0 | 2D | E9 | B | 32 |
| Octal | 162 | 165 | 215 | 23 | 21 | 0 | 55 | 351 | 13 | 62 |
| Binary | 1110010 | 1110101 | 10001101 | 10011 | 10001 | 0 | 101101 | 11101001 | 1011 | 110010 |
Color Harmonies of #72758D
Complementary color
Monochromatic Colors of #72758D
Black with #72758D
Text Example
Text Example
White with #72758D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72758D; }
p { color: rgb(114,117,141); }
H1.HeaderClassName
{
color: #72758D;
}
.AnyTagClassName
{
color: #72758D;
}
</style>
background-color css
<style>
a { background-color: #72758D; }
a { background-color: rgb(114,117,141); }
div.DivClassName
{
background-color: #72758D;
}
.BgClassName
{
background-color: #72758D;
}
</style>
border-color css
<style>
span { border-color: #72758D; }
span { border-color: rgb(114,117,141); }
td.TdClassName
{
border-color: #72758D;
}
.TagClassName
{
border-color: #72758D;
}
</style>