Shades of Storm Grey #70747D
Tints of Storm Grey #70747D
RGB
CMYK
RGB Variations
Color information
#70747D (or 0x70747D) is known color: Storm Grey. HEX triplet: 70, 74 and 7D. RGB value is (112,116,125). Sum of RGB (Red+Green+Blue) = 112+116+125=353 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.73% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 125 - color contains mainly: blue. Hex color #70747D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70747D is #8F8B82. Grayscale: #737373. Windows color (decimal): -9407363 or 8221808. OLE color: 8221808.
HSL color Cylindrical-coordinate representation of color #70747D: hue angle of 221.54º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #70747D is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 116 | 125 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.51 |
| HSL | 221.54º | 0.05% | 0.46% | - |
| HSV(B) | 221.54º | 0.1% | 0.49% | - |
| XYZ | 16.63 | 17.42 | 21.89 | - |
| YUV | 115.83 | 133.17 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 116 | 125 | 0.10 | 0.07 | 0 | 0.51 | 221.54 | 0.05 | 0.46 |
| Hex | 70 | 74 | 7D | A | 7 | 0 | 33 | DE | 5 | 2E |
| Octal | 160 | 164 | 175 | 12 | 7 | 0 | 63 | 336 | 5 | 56 |
| Binary | 1110000 | 1110100 | 1111101 | 1010 | 111 | 0 | 110011 | 11011110 | 101 | 101110 |
Color Harmonies of #70747D
Complementary color
Monochromatic Colors of #70747D
Black with #70747D
Text Example
Text Example
White with #70747D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70747D; }
p { color: rgb(112,116,125); }
H1.HeaderClassName
{
color: #70747D;
}
.AnyTagClassName
{
color: #70747D;
}
</style>
background-color css
<style>
a { background-color: #70747D; }
a { background-color: rgb(112,116,125); }
div.DivClassName
{
background-color: #70747D;
}
.BgClassName
{
background-color: #70747D;
}
</style>
border-color css
<style>
span { border-color: #70747D; }
span { border-color: rgb(112,116,125); }
td.TdClassName
{
border-color: #70747D;
}
.TagClassName
{
border-color: #70747D;
}
</style>