Shades of Storm Grey #70718C
Tints of Storm Grey #70718C
RGB
CMYK
RGB Variations
Color information
#70718C (or 0x70718C) is known color: Storm Grey. HEX triplet: 70, 71 and 8C. RGB value is (112,113,140). Sum of RGB (Red+Green+Blue) = 112+113+140=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 140 - color contains mainly: blue. Hex color #70718C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70718C is #8F8E73. Grayscale: #737373. Windows color (decimal): -9408116 or 9204080. OLE color: 9204080.
HSL color Cylindrical-coordinate representation of color #70718C: hue angle of 237.86º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #70718C is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 113 | 140 | - |
| CMYK | 0.20 | 0.19 | 0 | 0.45 |
| HSL | 237.86º | 0.11% | 0.49% | - |
| HSV(B) | 237.86º | 0.2% | 0.55% | - |
| XYZ | 17.32 | 17.15 | 27.21 | - |
| YUV | 115.78 | 141.67 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 113 | 140 | 0.20 | 0.19 | 0 | 0.45 | 237.86 | 0.11 | 0.49 |
| Hex | 70 | 71 | 8C | 14 | 13 | 0 | 2D | EE | B | 31 |
| Octal | 160 | 161 | 214 | 24 | 23 | 0 | 55 | 356 | 13 | 61 |
| Binary | 1110000 | 1110001 | 10001100 | 10100 | 10011 | 0 | 101101 | 11101110 | 1011 | 110001 |
Color Harmonies of #70718C
Complementary color
Monochromatic Colors of #70718C
Black with #70718C
Text Example
Text Example
White with #70718C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70718C; }
p { color: rgb(112,113,140); }
H1.HeaderClassName
{
color: #70718C;
}
.AnyTagClassName
{
color: #70718C;
}
</style>
background-color css
<style>
a { background-color: #70718C; }
a { background-color: rgb(112,113,140); }
div.DivClassName
{
background-color: #70718C;
}
.BgClassName
{
background-color: #70718C;
}
</style>
border-color css
<style>
span { border-color: #70718C; }
span { border-color: rgb(112,113,140); }
td.TdClassName
{
border-color: #70718C;
}
.TagClassName
{
border-color: #70718C;
}
</style>