Shades of Storm Grey #707487
Tints of Storm Grey #707487
RGB
CMYK
RGB Variations
Color information
#707487 (or 0x707487) is known color: Storm Grey. HEX triplet: 70, 74 and 87. RGB value is (112,116,135). Sum of RGB (Red+Green+Blue) = 112+116+135=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 116 (45.70% from 255 or 31.96% from 363); Blue value is 135 (53.12% from 255 or 37.19% from 363); Max value from RGB is 135 - color contains mainly: blue. Hex color #707487 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707487 is #8F8B78. Grayscale: #747474. Windows color (decimal): -9407353 or 8877168. OLE color: 8877168.
HSL color Cylindrical-coordinate representation of color #707487: hue angle of 229.57º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #707487 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 116 | 135 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.47 |
| HSL | 229.57º | 0.09% | 0.48% | - |
| HSV(B) | 229.57º | 0.17% | 0.53% | - |
| XYZ | 17.3 | 17.68 | 25.42 | - |
| YUV | 116.97 | 138.17 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 116 | 135 | 0.17 | 0.14 | 0 | 0.47 | 229.57 | 0.09 | 0.48 |
| Hex | 70 | 74 | 87 | 11 | E | 0 | 2F | E6 | 9 | 30 |
| Octal | 160 | 164 | 207 | 21 | 16 | 0 | 57 | 346 | 11 | 60 |
| Binary | 1110000 | 1110100 | 10000111 | 10001 | 1110 | 0 | 101111 | 11100110 | 1001 | 110000 |
Color Harmonies of #707487
Complementary color
Monochromatic Colors of #707487
Black with #707487
Text Example
Text Example
White with #707487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707487; }
p { color: rgb(112,116,135); }
H1.HeaderClassName
{
color: #707487;
}
.AnyTagClassName
{
color: #707487;
}
</style>
background-color css
<style>
a { background-color: #707487; }
a { background-color: rgb(112,116,135); }
div.DivClassName
{
background-color: #707487;
}
.BgClassName
{
background-color: #707487;
}
</style>
border-color css
<style>
span { border-color: #707487; }
span { border-color: rgb(112,116,135); }
td.TdClassName
{
border-color: #707487;
}
.TagClassName
{
border-color: #707487;
}
</style>