Shades of Storm Grey #73748E
Tints of Storm Grey #73748E
RGB
CMYK
RGB Variations
Color information
#73748E (or 0x73748E) is known color: Storm Grey. HEX triplet: 73, 74 and 8E. RGB value is (115,116,142). Sum of RGB (Red+Green+Blue) = 115+116+142=373 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.83% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 142 (55.86% from 255 or 38.07% from 373); Max value from RGB is 142 - color contains mainly: blue. Hex color #73748E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73748E is #8C8B71. Grayscale: #767676. Windows color (decimal): -9210738 or 9335923. OLE color: 9335923.
HSL color Cylindrical-coordinate representation of color #73748E: hue angle of 237.78º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #73748E is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 116 | 142 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.44 |
| HSL | 237.78º | 0.11% | 0.5% | - |
| HSV(B) | 237.78º | 0.19% | 0.56% | - |
| XYZ | 18.2 | 18.09 | 28.12 | - |
| YUV | 118.67 | 141.17 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 116 | 142 | 0.19 | 0.18 | 0 | 0.44 | 237.78 | 0.11 | 0.5 |
| Hex | 73 | 74 | 8E | 13 | 12 | 0 | 2C | EE | B | 32 |
| Octal | 163 | 164 | 216 | 23 | 22 | 0 | 54 | 356 | 13 | 62 |
| Binary | 1110011 | 1110100 | 10001110 | 10011 | 10010 | 0 | 101100 | 11101110 | 1011 | 110010 |
Color Harmonies of #73748E
Complementary color
Monochromatic Colors of #73748E
Black with #73748E
Text Example
Text Example
White with #73748E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73748E; }
p { color: rgb(115,116,142); }
H1.HeaderClassName
{
color: #73748E;
}
.AnyTagClassName
{
color: #73748E;
}
</style>
background-color css
<style>
a { background-color: #73748E; }
a { background-color: rgb(115,116,142); }
div.DivClassName
{
background-color: #73748E;
}
.BgClassName
{
background-color: #73748E;
}
</style>
border-color css
<style>
span { border-color: #73748E; }
span { border-color: rgb(115,116,142); }
td.TdClassName
{
border-color: #73748E;
}
.TagClassName
{
border-color: #73748E;
}
</style>