Shades of Storm Grey #737895
Tints of Storm Grey #737895
RGB
CMYK
RGB Variations
Color information
#737895 (or 0x737895) is known color: Storm Grey. HEX triplet: 73, 78 and 95. RGB value is (115,120,149). Sum of RGB (Red+Green+Blue) = 115+120+149=384 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.95% from 384); Green value is 120 (47.27% from 255 or 31.25% from 384); Blue value is 149 (58.59% from 255 or 38.80% from 384); Max value from RGB is 149 - color contains mainly: blue. Hex color #737895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737895 is #8C876A. Grayscale: #797979. Windows color (decimal): -9209707 or 9795699. OLE color: 9795699.
HSL color Cylindrical-coordinate representation of color #737895: hue angle of 231.18º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #737895 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 120 | 149 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.42 |
| HSL | 231.18º | 0.14% | 0.52% | - |
| HSV(B) | 231.18º | 0.23% | 0.58% | - |
| XYZ | 19.21 | 19.25 | 31.14 | - |
| YUV | 121.81 | 143.34 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 120 | 149 | 0.23 | 0.19 | 0 | 0.42 | 231.18 | 0.14 | 0.52 |
| Hex | 73 | 78 | 95 | 17 | 13 | 0 | 2A | E7 | E | 34 |
| Octal | 163 | 170 | 225 | 27 | 23 | 0 | 52 | 347 | 16 | 64 |
| Binary | 1110011 | 1111000 | 10010101 | 10111 | 10011 | 0 | 101010 | 11100111 | 1110 | 110100 |
Color Harmonies of #737895
Complementary color
Monochromatic Colors of #737895
Black with #737895
Text Example
Text Example
White with #737895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737895; }
p { color: rgb(115,120,149); }
H1.HeaderClassName
{
color: #737895;
}
.AnyTagClassName
{
color: #737895;
}
</style>
background-color css
<style>
a { background-color: #737895; }
a { background-color: rgb(115,120,149); }
div.DivClassName
{
background-color: #737895;
}
.BgClassName
{
background-color: #737895;
}
</style>
border-color css
<style>
span { border-color: #737895; }
span { border-color: rgb(115,120,149); }
td.TdClassName
{
border-color: #737895;
}
.TagClassName
{
border-color: #737895;
}
</style>