Shades of Storm Grey #72748D
Tints of Storm Grey #72748D
RGB
CMYK
RGB Variations
Color information
#72748D (or 0x72748D) is known color: Storm Grey. HEX triplet: 72, 74 and 8D. RGB value is (114,116,141). Sum of RGB (Red+Green+Blue) = 114+116+141=371 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.73% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 141 - color contains mainly: blue. Hex color #72748D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72748D is #8D8B72. Grayscale: #767676. Windows color (decimal): -9276275 or 9270386. OLE color: 9270386.
HSL color Cylindrical-coordinate representation of color #72748D: hue angle of 235.56º 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 #72748D is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 116 | 141 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.45 |
| HSL | 235.56º | 0.11% | 0.5% | - |
| HSV(B) | 235.56º | 0.19% | 0.55% | - |
| XYZ | 17.99 | 17.99 | 27.72 | - |
| YUV | 118.25 | 140.84 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 116 | 141 | 0.19 | 0.18 | 0 | 0.45 | 235.56 | 0.11 | 0.5 |
| Hex | 72 | 74 | 8D | 13 | 12 | 0 | 2D | EC | B | 32 |
| Octal | 162 | 164 | 215 | 23 | 22 | 0 | 55 | 354 | 13 | 62 |
| Binary | 1110010 | 1110100 | 10001101 | 10011 | 10010 | 0 | 101101 | 11101100 | 1011 | 110010 |
Color Harmonies of #72748D
Complementary color
Monochromatic Colors of #72748D
Black with #72748D
Text Example
Text Example
White with #72748D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72748D; }
p { color: rgb(114,116,141); }
H1.HeaderClassName
{
color: #72748D;
}
.AnyTagClassName
{
color: #72748D;
}
</style>
background-color css
<style>
a { background-color: #72748D; }
a { background-color: rgb(114,116,141); }
div.DivClassName
{
background-color: #72748D;
}
.BgClassName
{
background-color: #72748D;
}
</style>
border-color css
<style>
span { border-color: #72748D; }
span { border-color: rgb(114,116,141); }
td.TdClassName
{
border-color: #72748D;
}
.TagClassName
{
border-color: #72748D;
}
</style>