Shades of Storm Grey #707A89
Tints of Storm Grey #707A89
RGB
CMYK
RGB Variations
Color information
#707A89 (or 0x707A89) is known color: Storm Grey. HEX triplet: 70, 7A and 89. RGB value is (112,122,137). Sum of RGB (Red+Green+Blue) = 112+122+137=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 122 (48.05% from 255 or 32.88% from 371); Blue value is 137 (53.91% from 255 or 36.93% from 371); Max value from RGB is 137 - color contains mainly: blue. Hex color #707A89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707A89 is #8F8576. Grayscale: #787878. Windows color (decimal): -9405815 or 9009776. OLE color: 9009776.
HSL color Cylindrical-coordinate representation of color #707A89: hue angle of 216º 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 #707A89 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 122 | 137 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.46 |
| HSL | 216º | 0.1% | 0.49% | - |
| HSV(B) | 216º | 0.18% | 0.54% | - |
| XYZ | 18.16 | 19.17 | 26.41 | - |
| YUV | 120.72 | 137.19 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 122 | 137 | 0.18 | 0.11 | 0 | 0.46 | 216 | 0.1 | 0.49 |
| Hex | 70 | 7A | 89 | 12 | B | 0 | 2E | D8 | A | 31 |
| Octal | 160 | 172 | 211 | 22 | 13 | 0 | 56 | 330 | 12 | 61 |
| Binary | 1110000 | 1111010 | 10001001 | 10010 | 1011 | 0 | 101110 | 11011000 | 1010 | 110001 |
Color Harmonies of #707A89
Complementary color
Monochromatic Colors of #707A89
Black with #707A89
Text Example
Text Example
White with #707A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707A89; }
p { color: rgb(112,122,137); }
H1.HeaderClassName
{
color: #707A89;
}
.AnyTagClassName
{
color: #707A89;
}
</style>
background-color css
<style>
a { background-color: #707A89; }
a { background-color: rgb(112,122,137); }
div.DivClassName
{
background-color: #707A89;
}
.BgClassName
{
background-color: #707A89;
}
</style>
border-color css
<style>
span { border-color: #707A89; }
span { border-color: rgb(112,122,137); }
td.TdClassName
{
border-color: #707A89;
}
.TagClassName
{
border-color: #707A89;
}
</style>