Shades of Storm Grey #737896
Tints of Storm Grey #737896
RGB
CMYK
RGB Variations
Color information
#737896 (or 0x737896) is known color: Storm Grey. HEX triplet: 73, 78 and 96. RGB value is (115,120,150). Sum of RGB (Red+Green+Blue) = 115+120+150=385 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.87% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 150 (58.98% from 255 or 38.96% from 385); Max value from RGB is 150 - color contains mainly: blue. Hex color #737896 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737896 is #8C8769. Grayscale: #797979. Windows color (decimal): -9209706 or 9861235. OLE color: 9861235.
HSL color Cylindrical-coordinate representation of color #737896: hue angle of 231.43º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #737896 is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 115 | 120 | 150 | - |
| CMYK | 0.23 | 0.20 | 0 | 0.41 |
| HSL | 231.43º | 0.14% | 0.52% | - |
| HSV(B) | 231.43º | 0.23% | 0.59% | - |
| XYZ | 19.29 | 19.28 | 31.56 | - |
| YUV | 121.93 | 143.84 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 120 | 150 | 0.23 | 0.20 | 0 | 0.41 | 231.43 | 0.14 | 0.52 |
| Hex | 73 | 78 | 96 | 17 | 14 | 0 | 29 | E7 | E | 34 |
| Octal | 163 | 170 | 226 | 27 | 24 | 0 | 51 | 347 | 16 | 64 |
| Binary | 1110011 | 1111000 | 10010110 | 10111 | 10100 | 0 | 101001 | 11100111 | 1110 | 110100 |
Color Harmonies of #737896
Complementary color
Monochromatic Colors of #737896
Black with #737896
Text Example
Text Example
White with #737896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737896; }
p { color: rgb(115,120,150); }
H1.HeaderClassName
{
color: #737896;
}
.AnyTagClassName
{
color: #737896;
}
</style>
background-color css
<style>
a { background-color: #737896; }
a { background-color: rgb(115,120,150); }
div.DivClassName
{
background-color: #737896;
}
.BgClassName
{
background-color: #737896;
}
</style>
border-color css
<style>
span { border-color: #737896; }
span { border-color: rgb(115,120,150); }
td.TdClassName
{
border-color: #737896;
}
.TagClassName
{
border-color: #737896;
}
</style>