Shades of Storm Grey #707992
Tints of Storm Grey #707992
RGB
CMYK
RGB Variations
Color information
#707992 (or 0x707992) is known color: Storm Grey. HEX triplet: 70, 79 and 92. RGB value is (112,121,146). Sum of RGB (Red+Green+Blue) = 112+121+146=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 146 (57.42% from 255 or 38.52% from 379); Max value from RGB is 146 - color contains mainly: blue. Hex color #707992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707992 is #8F866D. Grayscale: #797979. Windows color (decimal): -9406062 or 9599344. OLE color: 9599344.
HSL color Cylindrical-coordinate representation of color #707992: hue angle of 224.12º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #707992 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 121 | 146 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.43 |
| HSL | 224.12º | 0.13% | 0.51% | - |
| HSV(B) | 224.12º | 0.23% | 0.57% | - |
| XYZ | 18.71 | 19.19 | 29.91 | - |
| YUV | 121.16 | 142.02 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 121 | 146 | 0.23 | 0.17 | 0 | 0.43 | 224.12 | 0.13 | 0.51 |
| Hex | 70 | 79 | 92 | 17 | 11 | 0 | 2B | E0 | D | 33 |
| Octal | 160 | 171 | 222 | 27 | 21 | 0 | 53 | 340 | 15 | 63 |
| Binary | 1110000 | 1111001 | 10010010 | 10111 | 10001 | 0 | 101011 | 11100000 | 1101 | 110011 |
Color Harmonies of #707992
Complementary color
Monochromatic Colors of #707992
Black with #707992
Text Example
Text Example
White with #707992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707992; }
p { color: rgb(112,121,146); }
H1.HeaderClassName
{
color: #707992;
}
.AnyTagClassName
{
color: #707992;
}
</style>
background-color css
<style>
a { background-color: #707992; }
a { background-color: rgb(112,121,146); }
div.DivClassName
{
background-color: #707992;
}
.BgClassName
{
background-color: #707992;
}
</style>
border-color css
<style>
span { border-color: #707992; }
span { border-color: rgb(112,121,146); }
td.TdClassName
{
border-color: #707992;
}
.TagClassName
{
border-color: #707992;
}
</style>