Shades of Storm Grey #70758A
Tints of Storm Grey #70758A
RGB
CMYK
RGB Variations
Color information
#70758A (or 0x70758A) is known color: Storm Grey. HEX triplet: 70, 75 and 8A. RGB value is (112,117,138). Sum of RGB (Red+Green+Blue) = 112+117+138=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 138 (54.30% from 255 or 37.60% from 367); Max value from RGB is 138 - color contains mainly: blue. Hex color #70758A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70758A is #8F8A75. Grayscale: #757575. Windows color (decimal): -9407094 or 9074032. OLE color: 9074032.
HSL color Cylindrical-coordinate representation of color #70758A: hue angle of 228.46º 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 #70758A is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 117 | 138 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.46 |
| HSL | 228.46º | 0.1% | 0.49% | - |
| HSV(B) | 228.46º | 0.19% | 0.54% | - |
| XYZ | 17.63 | 18 | 26.59 | - |
| YUV | 117.9 | 139.34 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 117 | 138 | 0.19 | 0.15 | 0 | 0.46 | 228.46 | 0.1 | 0.49 |
| Hex | 70 | 75 | 8A | 13 | F | 0 | 2E | E4 | A | 31 |
| Octal | 160 | 165 | 212 | 23 | 17 | 0 | 56 | 344 | 12 | 61 |
| Binary | 1110000 | 1110101 | 10001010 | 10011 | 1111 | 0 | 101110 | 11100100 | 1010 | 110001 |
Color Harmonies of #70758A
Complementary color
Monochromatic Colors of #70758A
Black with #70758A
Text Example
Text Example
White with #70758A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70758A; }
p { color: rgb(112,117,138); }
H1.HeaderClassName
{
color: #70758A;
}
.AnyTagClassName
{
color: #70758A;
}
</style>
background-color css
<style>
a { background-color: #70758A; }
a { background-color: rgb(112,117,138); }
div.DivClassName
{
background-color: #70758A;
}
.BgClassName
{
background-color: #70758A;
}
</style>
border-color css
<style>
span { border-color: #70758A; }
span { border-color: rgb(112,117,138); }
td.TdClassName
{
border-color: #70758A;
}
.TagClassName
{
border-color: #70758A;
}
</style>