Shades of Storm Grey #72748A
Tints of Storm Grey #72748A
RGB
CMYK
RGB Variations
Color information
#72748A (or 0x72748A) is known color: Storm Grey. HEX triplet: 72, 74 and 8A. RGB value is (114,116,138). Sum of RGB (Red+Green+Blue) = 114+116+138=368 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.98% from 368); Green value is 116 (45.70% from 255 or 31.52% from 368); Blue value is 138 (54.30% from 255 or 37.5% from 368); Max value from RGB is 138 - color contains mainly: blue. Hex color #72748A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72748A is #8D8B75. Grayscale: #757575. Windows color (decimal): -9276278 or 9073778. OLE color: 9073778.
HSL color Cylindrical-coordinate representation of color #72748A: hue angle of 235º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #72748A is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 114 | 116 | 138 | - |
| CMYK | 0.17 | 0.16 | 0 | 0.46 |
| HSL | 235º | 0.1% | 0.49% | - |
| HSV(B) | 235º | 0.17% | 0.54% | - |
| XYZ | 17.77 | 17.9 | 26.56 | - |
| YUV | 117.91 | 139.34 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 116 | 138 | 0.17 | 0.16 | 0 | 0.46 | 235 | 0.1 | 0.49 |
| Hex | 72 | 74 | 8A | 11 | 10 | 0 | 2E | EB | A | 31 |
| Octal | 162 | 164 | 212 | 21 | 20 | 0 | 56 | 353 | 12 | 61 |
| Binary | 1110010 | 1110100 | 10001010 | 10001 | 10000 | 0 | 101110 | 11101011 | 1010 | 110001 |
Color Harmonies of #72748A
Complementary color
Monochromatic Colors of #72748A
Black with #72748A
Text Example
Text Example
White with #72748A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72748A; }
p { color: rgb(114,116,138); }
H1.HeaderClassName
{
color: #72748A;
}
.AnyTagClassName
{
color: #72748A;
}
</style>
background-color css
<style>
a { background-color: #72748A; }
a { background-color: rgb(114,116,138); }
div.DivClassName
{
background-color: #72748A;
}
.BgClassName
{
background-color: #72748A;
}
</style>
border-color css
<style>
span { border-color: #72748A; }
span { border-color: rgb(114,116,138); }
td.TdClassName
{
border-color: #72748A;
}
.TagClassName
{
border-color: #72748A;
}
</style>