Shades of Storm Grey #70788A
Tints of Storm Grey #70788A
RGB
CMYK
RGB Variations
Color information
#70788A (or 0x70788A) is known color: Storm Grey. HEX triplet: 70, 78 and 8A. RGB value is (112,120,138). Sum of RGB (Red+Green+Blue) = 112+120+138=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 120 (47.27% from 255 or 32.43% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 138 - color contains mainly: blue. Hex color #70788A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70788A is #8F8775. Grayscale: #777777. Windows color (decimal): -9406326 or 9074800. OLE color: 9074800.
HSL color Cylindrical-coordinate representation of color #70788A: hue angle of 221.54º 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 #70788A is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 120 | 138 | - |
| CMYK | 0.19 | 0.13 | 0 | 0.46 |
| HSL | 221.54º | 0.1% | 0.49% | - |
| HSV(B) | 221.54º | 0.19% | 0.54% | - |
| XYZ | 17.99 | 18.71 | 26.71 | - |
| YUV | 119.66 | 138.35 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 120 | 138 | 0.19 | 0.13 | 0 | 0.46 | 221.54 | 0.1 | 0.49 |
| Hex | 70 | 78 | 8A | 13 | D | 0 | 2E | DE | A | 31 |
| Octal | 160 | 170 | 212 | 23 | 15 | 0 | 56 | 336 | 12 | 61 |
| Binary | 1110000 | 1111000 | 10001010 | 10011 | 1101 | 0 | 101110 | 11011110 | 1010 | 110001 |
Color Harmonies of #70788A
Complementary color
Monochromatic Colors of #70788A
Black with #70788A
Text Example
Text Example
White with #70788A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70788A; }
p { color: rgb(112,120,138); }
H1.HeaderClassName
{
color: #70788A;
}
.AnyTagClassName
{
color: #70788A;
}
</style>
background-color css
<style>
a { background-color: #70788A; }
a { background-color: rgb(112,120,138); }
div.DivClassName
{
background-color: #70788A;
}
.BgClassName
{
background-color: #70788A;
}
</style>
border-color css
<style>
span { border-color: #70788A; }
span { border-color: rgb(112,120,138); }
td.TdClassName
{
border-color: #70788A;
}
.TagClassName
{
border-color: #70788A;
}
</style>