Shades of Storm Grey #70737F
Tints of Storm Grey #70737F
RGB
CMYK
RGB Variations
Color information
#70737F (or 0x70737F) is known color: Storm Grey. HEX triplet: 70, 73 and 7F. RGB value is (112,115,127). Sum of RGB (Red+Green+Blue) = 112+115+127=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 127 - color contains mainly: blue. Hex color #70737F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70737F is #8F8C80. Grayscale: #737373. Windows color (decimal): -9407617 or 8352624. OLE color: 8352624.
HSL color Cylindrical-coordinate representation of color #70737F: hue angle of 228º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #70737F is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 112 | 115 | 127 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.50 |
| HSL | 228º | 0.06% | 0.47% | - |
| HSV(B) | 228º | 0.12% | 0.5% | - |
| XYZ | 16.64 | 17.24 | 22.53 | - |
| YUV | 115.47 | 134.51 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 115 | 127 | 0.12 | 0.09 | 0 | 0.50 | 228 | 0.06 | 0.47 |
| Hex | 70 | 73 | 7F | C | 9 | 0 | 32 | E4 | 6 | 2F |
| Octal | 160 | 163 | 177 | 14 | 11 | 0 | 62 | 344 | 6 | 57 |
| Binary | 1110000 | 1110011 | 1111111 | 1100 | 1001 | 0 | 110010 | 11100100 | 110 | 101111 |
Color Harmonies of #70737F
Complementary color
Monochromatic Colors of #70737F
Black with #70737F
Text Example
Text Example
White with #70737F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70737F; }
p { color: rgb(112,115,127); }
H1.HeaderClassName
{
color: #70737F;
}
.AnyTagClassName
{
color: #70737F;
}
</style>
background-color css
<style>
a { background-color: #70737F; }
a { background-color: rgb(112,115,127); }
div.DivClassName
{
background-color: #70737F;
}
.BgClassName
{
background-color: #70737F;
}
</style>
border-color css
<style>
span { border-color: #70737F; }
span { border-color: rgb(112,115,127); }
td.TdClassName
{
border-color: #70737F;
}
.TagClassName
{
border-color: #70737F;
}
</style>