Shades of Storm Grey #737995
Tints of Storm Grey #737995
RGB
CMYK
RGB Variations
Color information
#737995 (or 0x737995) is known color: Storm Grey. HEX triplet: 73, 79 and 95. RGB value is (115,121,149). Sum of RGB (Red+Green+Blue) = 115+121+149=385 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.87% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 149 (58.59% from 255 or 38.70% from 385); Max value from RGB is 149 - color contains mainly: blue. Hex color #737995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737995 is #8C866A. Grayscale: #7A7A7A. Windows color (decimal): -9209451 or 9795955. OLE color: 9795955.
HSL color Cylindrical-coordinate representation of color #737995: hue angle of 229.41º 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 #737995 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 121 | 149 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.42 |
| HSL | 229.41º | 0.14% | 0.52% | - |
| HSV(B) | 229.41º | 0.23% | 0.58% | - |
| XYZ | 19.33 | 19.49 | 31.18 | - |
| YUV | 122.4 | 143.01 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 121 | 149 | 0.23 | 0.19 | 0 | 0.42 | 229.41 | 0.14 | 0.52 |
| Hex | 73 | 79 | 95 | 17 | 13 | 0 | 2A | E5 | E | 34 |
| Octal | 163 | 171 | 225 | 27 | 23 | 0 | 52 | 345 | 16 | 64 |
| Binary | 1110011 | 1111001 | 10010101 | 10111 | 10011 | 0 | 101010 | 11100101 | 1110 | 110100 |
Color Harmonies of #737995
Complementary color
Monochromatic Colors of #737995
Black with #737995
Text Example
Text Example
White with #737995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737995; }
p { color: rgb(115,121,149); }
H1.HeaderClassName
{
color: #737995;
}
.AnyTagClassName
{
color: #737995;
}
</style>
background-color css
<style>
a { background-color: #737995; }
a { background-color: rgb(115,121,149); }
div.DivClassName
{
background-color: #737995;
}
.BgClassName
{
background-color: #737995;
}
</style>
border-color css
<style>
span { border-color: #737995; }
span { border-color: rgb(115,121,149); }
td.TdClassName
{
border-color: #737995;
}
.TagClassName
{
border-color: #737995;
}
</style>