Shades of Storm Grey #737695
Tints of Storm Grey #737695
RGB
CMYK
RGB Variations
Color information
#737695 (or 0x737695) is known color: Storm Grey. HEX triplet: 73, 76 and 95. RGB value is (115,118,149). Sum of RGB (Red+Green+Blue) = 115+118+149=382 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.10% from 382); Green value is 118 (46.48% from 255 or 30.89% from 382); Blue value is 149 (58.59% from 255 or 39.01% from 382); Max value from RGB is 149 - color contains mainly: blue. Hex color #737695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737695 is #8C896A. Grayscale: #787878. Windows color (decimal): -9210219 or 9795187. OLE color: 9795187.
HSL color Cylindrical-coordinate representation of color #737695: hue angle of 234.71º 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 #737695 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 118 | 149 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.42 |
| HSL | 234.71º | 0.14% | 0.52% | - |
| HSV(B) | 234.71º | 0.23% | 0.58% | - |
| XYZ | 18.97 | 18.77 | 31.06 | - |
| YUV | 120.64 | 144.01 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 118 | 149 | 0.23 | 0.21 | 0 | 0.42 | 234.71 | 0.14 | 0.52 |
| Hex | 73 | 76 | 95 | 17 | 15 | 0 | 2A | EB | E | 34 |
| Octal | 163 | 166 | 225 | 27 | 25 | 0 | 52 | 353 | 16 | 64 |
| Binary | 1110011 | 1110110 | 10010101 | 10111 | 10101 | 0 | 101010 | 11101011 | 1110 | 110100 |
Color Harmonies of #737695
Complementary color
Monochromatic Colors of #737695
Black with #737695
Text Example
Text Example
White with #737695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737695; }
p { color: rgb(115,118,149); }
H1.HeaderClassName
{
color: #737695;
}
.AnyTagClassName
{
color: #737695;
}
</style>
background-color css
<style>
a { background-color: #737695; }
a { background-color: rgb(115,118,149); }
div.DivClassName
{
background-color: #737695;
}
.BgClassName
{
background-color: #737695;
}
</style>
border-color css
<style>
span { border-color: #737695; }
span { border-color: rgb(115,118,149); }
td.TdClassName
{
border-color: #737695;
}
.TagClassName
{
border-color: #737695;
}
</style>