Shades of Storm Grey #707789
Tints of Storm Grey #707789
RGB
CMYK
RGB Variations
Color information
#707789 (or 0x707789) is known color: Storm Grey. HEX triplet: 70, 77 and 89. RGB value is (112,119,137). Sum of RGB (Red+Green+Blue) = 112+119+137=368 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.43% from 368); Green value is 119 (46.88% from 255 or 32.34% from 368); Blue value is 137 (53.91% from 255 or 37.23% from 368); Max value from RGB is 137 - color contains mainly: blue. Hex color #707789 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707789 is #8F8876. Grayscale: #767676. Windows color (decimal): -9406583 or 9009008. OLE color: 9009008.
HSL color Cylindrical-coordinate representation of color #707789: hue angle of 223.2º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #707789 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 119 | 137 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.46 |
| HSL | 223.2º | 0.1% | 0.49% | - |
| HSV(B) | 223.2º | 0.18% | 0.54% | - |
| XYZ | 17.79 | 18.44 | 26.29 | - |
| YUV | 118.96 | 138.18 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 119 | 137 | 0.18 | 0.13 | 0 | 0.46 | 223.2 | 0.1 | 0.49 |
| Hex | 70 | 77 | 89 | 12 | D | 0 | 2E | DF | A | 31 |
| Octal | 160 | 167 | 211 | 22 | 15 | 0 | 56 | 337 | 12 | 61 |
| Binary | 1110000 | 1110111 | 10001001 | 10010 | 1101 | 0 | 101110 | 11011111 | 1010 | 110001 |
Color Harmonies of #707789
Complementary color
Monochromatic Colors of #707789
Black with #707789
Text Example
Text Example
White with #707789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707789; }
p { color: rgb(112,119,137); }
H1.HeaderClassName
{
color: #707789;
}
.AnyTagClassName
{
color: #707789;
}
</style>
background-color css
<style>
a { background-color: #707789; }
a { background-color: rgb(112,119,137); }
div.DivClassName
{
background-color: #707789;
}
.BgClassName
{
background-color: #707789;
}
</style>
border-color css
<style>
span { border-color: #707789; }
span { border-color: rgb(112,119,137); }
td.TdClassName
{
border-color: #707789;
}
.TagClassName
{
border-color: #707789;
}
</style>