Shades of Storm Grey #70758F
Tints of Storm Grey #70758F
RGB
CMYK
RGB Variations
Color information
#70758F (or 0x70758F) is known color: Storm Grey. HEX triplet: 70, 75 and 8F. RGB value is (112,117,143). Sum of RGB (Red+Green+Blue) = 112+117+143=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 143 (56.25% from 255 or 38.44% from 372); Max value from RGB is 143 - color contains mainly: blue. Hex color #70758F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70758F is #8F8A70. Grayscale: #767676. Windows color (decimal): -9407089 or 9401712. OLE color: 9401712.
HSL color Cylindrical-coordinate representation of color #70758F: hue angle of 230.32º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #70758F is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 117 | 143 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.44 |
| HSL | 230.32º | 0.12% | 0.5% | - |
| HSV(B) | 230.32º | 0.22% | 0.56% | - |
| XYZ | 18 | 18.15 | 28.54 | - |
| YUV | 118.47 | 141.84 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 117 | 143 | 0.22 | 0.18 | 0 | 0.44 | 230.32 | 0.12 | 0.5 |
| Hex | 70 | 75 | 8F | 16 | 12 | 0 | 2C | E6 | C | 32 |
| Octal | 160 | 165 | 217 | 26 | 22 | 0 | 54 | 346 | 14 | 62 |
| Binary | 1110000 | 1110101 | 10001111 | 10110 | 10010 | 0 | 101100 | 11100110 | 1100 | 110010 |
Color Harmonies of #70758F
Complementary color
Monochromatic Colors of #70758F
Black with #70758F
Text Example
Text Example
White with #70758F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70758F; }
p { color: rgb(112,117,143); }
H1.HeaderClassName
{
color: #70758F;
}
.AnyTagClassName
{
color: #70758F;
}
</style>
background-color css
<style>
a { background-color: #70758F; }
a { background-color: rgb(112,117,143); }
div.DivClassName
{
background-color: #70758F;
}
.BgClassName
{
background-color: #70758F;
}
</style>
border-color css
<style>
span { border-color: #70758F; }
span { border-color: rgb(112,117,143); }
td.TdClassName
{
border-color: #70758F;
}
.TagClassName
{
border-color: #70758F;
}
</style>