Shades of Storm Grey #70798A
Tints of Storm Grey #70798A
RGB
CMYK
RGB Variations
Color information
#70798A (or 0x70798A) is known color: Storm Grey. HEX triplet: 70, 79 and 8A. RGB value is (112,121,138). Sum of RGB (Red+Green+Blue) = 112+121+138=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 121 (47.66% from 255 or 32.61% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 138 - color contains mainly: blue. Hex color #70798A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70798A is #8F8675. Grayscale: #787878. Windows color (decimal): -9406070 or 9075056. OLE color: 9075056.
HSL color Cylindrical-coordinate representation of color #70798A: hue angle of 219.23º 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 #70798A is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 121 | 138 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.46 |
| HSL | 219.23º | 0.1% | 0.49% | - |
| HSV(B) | 219.23º | 0.19% | 0.54% | - |
| XYZ | 18.11 | 18.95 | 26.75 | - |
| YUV | 120.25 | 138.02 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 121 | 138 | 0.19 | 0.12 | 0 | 0.46 | 219.23 | 0.1 | 0.49 |
| Hex | 70 | 79 | 8A | 13 | C | 0 | 2E | DB | A | 31 |
| Octal | 160 | 171 | 212 | 23 | 14 | 0 | 56 | 333 | 12 | 61 |
| Binary | 1110000 | 1111001 | 10001010 | 10011 | 1100 | 0 | 101110 | 11011011 | 1010 | 110001 |
Color Harmonies of #70798A
Complementary color
Monochromatic Colors of #70798A
Black with #70798A
Text Example
Text Example
White with #70798A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70798A; }
p { color: rgb(112,121,138); }
H1.HeaderClassName
{
color: #70798A;
}
.AnyTagClassName
{
color: #70798A;
}
</style>
background-color css
<style>
a { background-color: #70798A; }
a { background-color: rgb(112,121,138); }
div.DivClassName
{
background-color: #70798A;
}
.BgClassName
{
background-color: #70798A;
}
</style>
border-color css
<style>
span { border-color: #70798A; }
span { border-color: rgb(112,121,138); }
td.TdClassName
{
border-color: #70798A;
}
.TagClassName
{
border-color: #70798A;
}
</style>