Shades of Storm Grey #707291
Tints of Storm Grey #707291
RGB
CMYK
RGB Variations
Color information
#707291 (or 0x707291) is known color: Storm Grey. HEX triplet: 70, 72 and 91. RGB value is (112,114,145). Sum of RGB (Red+Green+Blue) = 112+114+145=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 145 (57.03% from 255 or 39.08% from 371); Max value from RGB is 145 - color contains mainly: blue. Hex color #707291 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707291 is #8F8D6E. Grayscale: #747474. Windows color (decimal): -9407855 or 9532016. OLE color: 9532016.
HSL color Cylindrical-coordinate representation of color #707291: hue angle of 236.36º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #707291 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 114 | 145 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.43 |
| HSL | 236.36º | 0.13% | 0.5% | - |
| HSV(B) | 236.36º | 0.23% | 0.57% | - |
| XYZ | 17.81 | 17.52 | 29.23 | - |
| YUV | 116.94 | 143.84 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 114 | 145 | 0.23 | 0.21 | 0 | 0.43 | 236.36 | 0.13 | 0.5 |
| Hex | 70 | 72 | 91 | 17 | 15 | 0 | 2B | EC | D | 32 |
| Octal | 160 | 162 | 221 | 27 | 25 | 0 | 53 | 354 | 15 | 62 |
| Binary | 1110000 | 1110010 | 10010001 | 10111 | 10101 | 0 | 101011 | 11101100 | 1101 | 110010 |
Color Harmonies of #707291
Complementary color
Monochromatic Colors of #707291
Black with #707291
Text Example
Text Example
White with #707291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707291; }
p { color: rgb(112,114,145); }
H1.HeaderClassName
{
color: #707291;
}
.AnyTagClassName
{
color: #707291;
}
</style>
background-color css
<style>
a { background-color: #707291; }
a { background-color: rgb(112,114,145); }
div.DivClassName
{
background-color: #707291;
}
.BgClassName
{
background-color: #707291;
}
</style>
border-color css
<style>
span { border-color: #707291; }
span { border-color: rgb(112,114,145); }
td.TdClassName
{
border-color: #707291;
}
.TagClassName
{
border-color: #707291;
}
</style>