Shades of Storm Grey #70748B
Tints of Storm Grey #70748B
RGB
CMYK
RGB Variations
Color information
#70748B (or 0x70748B) is known color: Storm Grey. HEX triplet: 70, 74 and 8B. RGB value is (112,116,139). Sum of RGB (Red+Green+Blue) = 112+116+139=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 116 (45.70% from 255 or 31.61% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 139 - color contains mainly: blue. Hex color #70748B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70748B is #8F8B74. Grayscale: #757575. Windows color (decimal): -9407349 or 9139312. OLE color: 9139312.
HSL color Cylindrical-coordinate representation of color #70748B: hue angle of 231.11º 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 #70748B is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 116 | 139 | - |
| CMYK | 0.19 | 0.17 | 0 | 0.45 |
| HSL | 231.11º | 0.11% | 0.49% | - |
| HSV(B) | 231.11º | 0.19% | 0.55% | - |
| XYZ | 17.59 | 17.8 | 26.93 | - |
| YUV | 117.43 | 140.17 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 116 | 139 | 0.19 | 0.17 | 0 | 0.45 | 231.11 | 0.11 | 0.49 |
| Hex | 70 | 74 | 8B | 13 | 11 | 0 | 2D | E7 | B | 31 |
| Octal | 160 | 164 | 213 | 23 | 21 | 0 | 55 | 347 | 13 | 61 |
| Binary | 1110000 | 1110100 | 10001011 | 10011 | 10001 | 0 | 101101 | 11100111 | 1011 | 110001 |
Color Harmonies of #70748B
Complementary color
Monochromatic Colors of #70748B
Black with #70748B
Text Example
Text Example
White with #70748B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70748B; }
p { color: rgb(112,116,139); }
H1.HeaderClassName
{
color: #70748B;
}
.AnyTagClassName
{
color: #70748B;
}
</style>
background-color css
<style>
a { background-color: #70748B; }
a { background-color: rgb(112,116,139); }
div.DivClassName
{
background-color: #70748B;
}
.BgClassName
{
background-color: #70748B;
}
</style>
border-color css
<style>
span { border-color: #70748B; }
span { border-color: rgb(112,116,139); }
td.TdClassName
{
border-color: #70748B;
}
.TagClassName
{
border-color: #70748B;
}
</style>