Shades of Storm Grey #70728B
Tints of Storm Grey #70728B
RGB
CMYK
RGB Variations
Color information
#70728B (or 0x70728B) is known color: Storm Grey. HEX triplet: 70, 72 and 8B. RGB value is (112,114,139). Sum of RGB (Red+Green+Blue) = 112+114+139=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 139 - color contains mainly: blue. Hex color #70728B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70728B is #8F8D74. Grayscale: #747474. Windows color (decimal): -9407861 or 9138800. OLE color: 9138800.
HSL color Cylindrical-coordinate representation of color #70728B: hue angle of 235.56º 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 #70728B is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 114 | 139 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.45 |
| HSL | 235.56º | 0.11% | 0.49% | - |
| HSV(B) | 235.56º | 0.19% | 0.55% | - |
| XYZ | 17.36 | 17.34 | 26.86 | - |
| YUV | 116.25 | 140.84 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 114 | 139 | 0.19 | 0.18 | 0 | 0.45 | 235.56 | 0.11 | 0.49 |
| Hex | 70 | 72 | 8B | 13 | 12 | 0 | 2D | EC | B | 31 |
| Octal | 160 | 162 | 213 | 23 | 22 | 0 | 55 | 354 | 13 | 61 |
| Binary | 1110000 | 1110010 | 10001011 | 10011 | 10010 | 0 | 101101 | 11101100 | 1011 | 110001 |
Color Harmonies of #70728B
Complementary color
Monochromatic Colors of #70728B
Black with #70728B
Text Example
Text Example
White with #70728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70728B; }
p { color: rgb(112,114,139); }
H1.HeaderClassName
{
color: #70728B;
}
.AnyTagClassName
{
color: #70728B;
}
</style>
background-color css
<style>
a { background-color: #70728B; }
a { background-color: rgb(112,114,139); }
div.DivClassName
{
background-color: #70728B;
}
.BgClassName
{
background-color: #70728B;
}
</style>
border-color css
<style>
span { border-color: #70728B; }
span { border-color: rgb(112,114,139); }
td.TdClassName
{
border-color: #70728B;
}
.TagClassName
{
border-color: #70728B;
}
</style>