Shades of Storm Grey #707590
Tints of Storm Grey #707590
RGB
CMYK
RGB Variations
Color information
#707590 (or 0x707590) is known color: Storm Grey. HEX triplet: 70, 75 and 90. RGB value is (112,117,144). Sum of RGB (Red+Green+Blue) = 112+117+144=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 144 (56.64% from 255 or 38.61% from 373); Max value from RGB is 144 - color contains mainly: blue. Hex color #707590 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707590 is #8F8A6F. Grayscale: #767676. Windows color (decimal): -9407088 or 9467248. OLE color: 9467248.
HSL color Cylindrical-coordinate representation of color #707590: hue angle of 230.62º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #707590 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 117 | 144 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.44 |
| HSL | 230.63º | 0.13% | 0.5% | - |
| HSV(B) | 230.63º | 0.22% | 0.56% | - |
| XYZ | 18.08 | 18.18 | 28.94 | - |
| YUV | 118.58 | 142.34 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 117 | 144 | 0.22 | 0.19 | 0 | 0.44 | 230.63 | 0.13 | 0.5 |
| Hex | 70 | 75 | 90 | 16 | 13 | 0 | 2C | E7 | D | 32 |
| Octal | 160 | 165 | 220 | 26 | 23 | 0 | 54 | 347 | 15 | 62 |
| Binary | 1110000 | 1110101 | 10010000 | 10110 | 10011 | 0 | 101100 | 11100111 | 1101 | 110010 |
Color Harmonies of #707590
Complementary color
Monochromatic Colors of #707590
Black with #707590
Text Example
Text Example
White with #707590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707590; }
p { color: rgb(112,117,144); }
H1.HeaderClassName
{
color: #707590;
}
.AnyTagClassName
{
color: #707590;
}
</style>
background-color css
<style>
a { background-color: #707590; }
a { background-color: rgb(112,117,144); }
div.DivClassName
{
background-color: #707590;
}
.BgClassName
{
background-color: #707590;
}
</style>
border-color css
<style>
span { border-color: #707590; }
span { border-color: rgb(112,117,144); }
td.TdClassName
{
border-color: #707590;
}
.TagClassName
{
border-color: #707590;
}
</style>