Shades of Storm Grey #73798D
Tints of Storm Grey #73798D
RGB
CMYK
RGB Variations
Color information
#73798D (or 0x73798D) is known color: Storm Grey. HEX triplet: 73, 79 and 8D. RGB value is (115,121,141). Sum of RGB (Red+Green+Blue) = 115+121+141=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 121 (47.66% from 255 or 32.10% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 141 - color contains mainly: blue. Hex color #73798D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73798D is #8C8672. Grayscale: #797979. Windows color (decimal): -9209459 or 9271667. OLE color: 9271667.
HSL color Cylindrical-coordinate representation of color #73798D: hue angle of 226.15º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #73798D is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 121 | 141 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.45 |
| HSL | 226.15º | 0.1% | 0.5% | - |
| HSV(B) | 226.15º | 0.18% | 0.55% | - |
| XYZ | 18.72 | 19.24 | 27.93 | - |
| YUV | 121.49 | 139.01 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 121 | 141 | 0.18 | 0.14 | 0 | 0.45 | 226.15 | 0.1 | 0.5 |
| Hex | 73 | 79 | 8D | 12 | E | 0 | 2D | E2 | A | 32 |
| Octal | 163 | 171 | 215 | 22 | 16 | 0 | 55 | 342 | 12 | 62 |
| Binary | 1110011 | 1111001 | 10001101 | 10010 | 1110 | 0 | 101101 | 11100010 | 1010 | 110010 |
Color Harmonies of #73798D
Complementary color
Monochromatic Colors of #73798D
Black with #73798D
Text Example
Text Example
White with #73798D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73798D; }
p { color: rgb(115,121,141); }
H1.HeaderClassName
{
color: #73798D;
}
.AnyTagClassName
{
color: #73798D;
}
</style>
background-color css
<style>
a { background-color: #73798D; }
a { background-color: rgb(115,121,141); }
div.DivClassName
{
background-color: #73798D;
}
.BgClassName
{
background-color: #73798D;
}
</style>
border-color css
<style>
span { border-color: #73798D; }
span { border-color: rgb(115,121,141); }
td.TdClassName
{
border-color: #73798D;
}
.TagClassName
{
border-color: #73798D;
}
</style>