Shades of Storm Grey #73758E
Tints of Storm Grey #73758E
RGB
CMYK
RGB Variations
Color information
#73758E (or 0x73758E) is known color: Storm Grey. HEX triplet: 73, 75 and 8E. RGB value is (115,117,142). Sum of RGB (Red+Green+Blue) = 115+117+142=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 142 (55.86% from 255 or 37.97% from 374); Max value from RGB is 142 - color contains mainly: blue. Hex color #73758E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73758E is #8C8A71. Grayscale: #777777. Windows color (decimal): -9210482 or 9336179. OLE color: 9336179.
HSL color Cylindrical-coordinate representation of color #73758E: hue angle of 235.56º 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 #73758E is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 117 | 142 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.44 |
| HSL | 235.56º | 0.11% | 0.5% | - |
| HSV(B) | 235.56º | 0.19% | 0.56% | - |
| XYZ | 18.31 | 18.32 | 28.16 | - |
| YUV | 119.25 | 140.84 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 117 | 142 | 0.19 | 0.18 | 0 | 0.44 | 235.56 | 0.11 | 0.5 |
| Hex | 73 | 75 | 8E | 13 | 12 | 0 | 2C | EC | B | 32 |
| Octal | 163 | 165 | 216 | 23 | 22 | 0 | 54 | 354 | 13 | 62 |
| Binary | 1110011 | 1110101 | 10001110 | 10011 | 10010 | 0 | 101100 | 11101100 | 1011 | 110010 |
Color Harmonies of #73758E
Complementary color
Monochromatic Colors of #73758E
Black with #73758E
Text Example
Text Example
White with #73758E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73758E; }
p { color: rgb(115,117,142); }
H1.HeaderClassName
{
color: #73758E;
}
.AnyTagClassName
{
color: #73758E;
}
</style>
background-color css
<style>
a { background-color: #73758E; }
a { background-color: rgb(115,117,142); }
div.DivClassName
{
background-color: #73758E;
}
.BgClassName
{
background-color: #73758E;
}
</style>
border-color css
<style>
span { border-color: #73758E; }
span { border-color: rgb(115,117,142); }
td.TdClassName
{
border-color: #73758E;
}
.TagClassName
{
border-color: #73758E;
}
</style>