Shades of Storm Grey #707790
Tints of Storm Grey #707790
RGB
CMYK
RGB Variations
Color information
#707790 (or 0x707790) is known color: Storm Grey. HEX triplet: 70, 77 and 90. RGB value is (112,119,144). Sum of RGB (Red+Green+Blue) = 112+119+144=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 144 - color contains mainly: blue. Hex color #707790 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707790 is #8F886F. Grayscale: #777777. Windows color (decimal): -9406576 or 9467760. OLE color: 9467760.
HSL color Cylindrical-coordinate representation of color #707790: hue angle of 226.88º 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 #707790 is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 119 | 144 | - |
| CMYK | 0.22 | 0.17 | 0 | 0.44 |
| HSL | 226.88º | 0.13% | 0.5% | - |
| HSV(B) | 226.88º | 0.22% | 0.56% | - |
| XYZ | 18.31 | 18.65 | 29.02 | - |
| YUV | 119.76 | 141.68 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 119 | 144 | 0.22 | 0.17 | 0 | 0.44 | 226.88 | 0.13 | 0.5 |
| Hex | 70 | 77 | 90 | 16 | 11 | 0 | 2C | E3 | D | 32 |
| Octal | 160 | 167 | 220 | 26 | 21 | 0 | 54 | 343 | 15 | 62 |
| Binary | 1110000 | 1110111 | 10010000 | 10110 | 10001 | 0 | 101100 | 11100011 | 1101 | 110010 |
Color Harmonies of #707790
Complementary color
Monochromatic Colors of #707790
Black with #707790
Text Example
Text Example
White with #707790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707790; }
p { color: rgb(112,119,144); }
H1.HeaderClassName
{
color: #707790;
}
.AnyTagClassName
{
color: #707790;
}
</style>
background-color css
<style>
a { background-color: #707790; }
a { background-color: rgb(112,119,144); }
div.DivClassName
{
background-color: #707790;
}
.BgClassName
{
background-color: #707790;
}
</style>
border-color css
<style>
span { border-color: #707790; }
span { border-color: rgb(112,119,144); }
td.TdClassName
{
border-color: #707790;
}
.TagClassName
{
border-color: #707790;
}
</style>