Shades of Storm Grey #70747E
Tints of Storm Grey #70747E
RGB
CMYK
RGB Variations
Color information
#70747E (or 0x70747E) is known color: Storm Grey. HEX triplet: 70, 74 and 7E. RGB value is (112,116,126). Sum of RGB (Red+Green+Blue) = 112+116+126=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 126 (49.61% from 255 or 35.59% from 354); Max value from RGB is 126 - color contains mainly: blue. Hex color #70747E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70747E is #8F8B81. Grayscale: #737373. Windows color (decimal): -9407362 or 8287344. OLE color: 8287344.
HSL color Cylindrical-coordinate representation of color #70747E: hue angle of 222.86º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #70747E is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 116 | 126 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.51 |
| HSL | 222.86º | 0.06% | 0.47% | - |
| HSV(B) | 222.86º | 0.11% | 0.49% | - |
| XYZ | 16.69 | 17.44 | 22.23 | - |
| YUV | 115.94 | 133.67 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 116 | 126 | 0.11 | 0.08 | 0 | 0.51 | 222.86 | 0.06 | 0.47 |
| Hex | 70 | 74 | 7E | B | 8 | 0 | 33 | DF | 6 | 2F |
| Octal | 160 | 164 | 176 | 13 | 10 | 0 | 63 | 337 | 6 | 57 |
| Binary | 1110000 | 1110100 | 1111110 | 1011 | 1000 | 0 | 110011 | 11011111 | 110 | 101111 |
Color Harmonies of #70747E
Complementary color
Monochromatic Colors of #70747E
Black with #70747E
Text Example
Text Example
White with #70747E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70747E; }
p { color: rgb(112,116,126); }
H1.HeaderClassName
{
color: #70747E;
}
.AnyTagClassName
{
color: #70747E;
}
</style>
background-color css
<style>
a { background-color: #70747E; }
a { background-color: rgb(112,116,126); }
div.DivClassName
{
background-color: #70747E;
}
.BgClassName
{
background-color: #70747E;
}
</style>
border-color css
<style>
span { border-color: #70747E; }
span { border-color: rgb(112,116,126); }
td.TdClassName
{
border-color: #70747E;
}
.TagClassName
{
border-color: #70747E;
}
</style>