Shades of Storm Grey #707A8A
Tints of Storm Grey #707A8A
RGB
CMYK
RGB Variations
Color information
#707A8A (or 0x707A8A) is known color: Storm Grey. HEX triplet: 70, 7A and 8A. RGB value is (112,122,138). Sum of RGB (Red+Green+Blue) = 112+122+138=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 122 (48.05% from 255 or 32.80% from 372); Blue value is 138 (54.30% from 255 or 37.10% from 372); Max value from RGB is 138 - color contains mainly: blue. Hex color #707A8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707A8A is #8F8575. Grayscale: #787878. Windows color (decimal): -9405814 or 9075312. OLE color: 9075312.
HSL color Cylindrical-coordinate representation of color #707A8A: hue angle of 216.92º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #707A8A is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 122 | 138 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.46 |
| HSL | 216.92º | 0.1% | 0.49% | - |
| HSV(B) | 216.92º | 0.19% | 0.54% | - |
| XYZ | 18.23 | 19.2 | 26.79 | - |
| YUV | 120.83 | 137.69 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 122 | 138 | 0.19 | 0.12 | 0 | 0.46 | 216.92 | 0.1 | 0.49 |
| Hex | 70 | 7A | 8A | 13 | C | 0 | 2E | D9 | A | 31 |
| Octal | 160 | 172 | 212 | 23 | 14 | 0 | 56 | 331 | 12 | 61 |
| Binary | 1110000 | 1111010 | 10001010 | 10011 | 1100 | 0 | 101110 | 11011001 | 1010 | 110001 |
Color Harmonies of #707A8A
Complementary color
Monochromatic Colors of #707A8A
Black with #707A8A
Text Example
Text Example
White with #707A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707A8A; }
p { color: rgb(112,122,138); }
H1.HeaderClassName
{
color: #707A8A;
}
.AnyTagClassName
{
color: #707A8A;
}
</style>
background-color css
<style>
a { background-color: #707A8A; }
a { background-color: rgb(112,122,138); }
div.DivClassName
{
background-color: #707A8A;
}
.BgClassName
{
background-color: #707A8A;
}
</style>
border-color css
<style>
span { border-color: #707A8A; }
span { border-color: rgb(112,122,138); }
td.TdClassName
{
border-color: #707A8A;
}
.TagClassName
{
border-color: #707A8A;
}
</style>