Shades of Storm Grey #70718B
Tints of Storm Grey #70718B
RGB
CMYK
RGB Variations
Color information
#70718B (or 0x70718B) is known color: Storm Grey. HEX triplet: 70, 71 and 8B. RGB value is (112,113,139). Sum of RGB (Red+Green+Blue) = 112+113+139=364 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.77% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 139 - color contains mainly: blue. Hex color #70718B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70718B is #8F8E74. Grayscale: #737373. Windows color (decimal): -9408117 or 9138544. OLE color: 9138544.
HSL color Cylindrical-coordinate representation of color #70718B: hue angle of 237.78º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #70718B is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 113 | 139 | - |
| CMYK | 0.19 | 0.19 | 0 | 0.45 |
| HSL | 237.78º | 0.11% | 0.49% | - |
| HSV(B) | 237.78º | 0.19% | 0.55% | - |
| XYZ | 17.25 | 17.12 | 26.82 | - |
| YUV | 115.67 | 141.17 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 113 | 139 | 0.19 | 0.19 | 0 | 0.45 | 237.78 | 0.11 | 0.49 |
| Hex | 70 | 71 | 8B | 13 | 13 | 0 | 2D | EE | B | 31 |
| Octal | 160 | 161 | 213 | 23 | 23 | 0 | 55 | 356 | 13 | 61 |
| Binary | 1110000 | 1110001 | 10001011 | 10011 | 10011 | 0 | 101101 | 11101110 | 1011 | 110001 |
Color Harmonies of #70718B
Complementary color
Monochromatic Colors of #70718B
Black with #70718B
Text Example
Text Example
White with #70718B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70718B; }
p { color: rgb(112,113,139); }
H1.HeaderClassName
{
color: #70718B;
}
.AnyTagClassName
{
color: #70718B;
}
</style>
background-color css
<style>
a { background-color: #70718B; }
a { background-color: rgb(112,113,139); }
div.DivClassName
{
background-color: #70718B;
}
.BgClassName
{
background-color: #70718B;
}
</style>
border-color css
<style>
span { border-color: #70718B; }
span { border-color: rgb(112,113,139); }
td.TdClassName
{
border-color: #70718B;
}
.TagClassName
{
border-color: #70718B;
}
</style>