Shades of Storm Grey #707893
Tints of Storm Grey #707893
RGB
CMYK
RGB Variations
Color information
#707893 (or 0x707893) is known color: Storm Grey. HEX triplet: 70, 78 and 93. RGB value is (112,120,147). Sum of RGB (Red+Green+Blue) = 112+120+147=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 120 (47.27% from 255 or 31.66% from 379); Blue value is 147 (57.81% from 255 or 38.79% from 379); Max value from RGB is 147 - color contains mainly: blue. Hex color #707893 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707893 is #8F876C. Grayscale: #787878. Windows color (decimal): -9406317 or 9664624. OLE color: 9664624.
HSL color Cylindrical-coordinate representation of color #707893: hue angle of 226.29º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #707893 is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 120 | 147 | - |
| CMYK | 0.24 | 0.18 | 0 | 0.42 |
| HSL | 226.29º | 0.14% | 0.51% | - |
| HSV(B) | 226.29º | 0.24% | 0.58% | - |
| XYZ | 18.67 | 18.98 | 30.28 | - |
| YUV | 120.69 | 142.85 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 120 | 147 | 0.24 | 0.18 | 0 | 0.42 | 226.29 | 0.14 | 0.51 |
| Hex | 70 | 78 | 93 | 18 | 12 | 0 | 2A | E2 | E | 33 |
| Octal | 160 | 170 | 223 | 30 | 22 | 0 | 52 | 342 | 16 | 63 |
| Binary | 1110000 | 1111000 | 10010011 | 11000 | 10010 | 0 | 101010 | 11100010 | 1110 | 110011 |
Color Harmonies of #707893
Complementary color
Monochromatic Colors of #707893
Black with #707893
Text Example
Text Example
White with #707893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707893; }
p { color: rgb(112,120,147); }
H1.HeaderClassName
{
color: #707893;
}
.AnyTagClassName
{
color: #707893;
}
</style>
background-color css
<style>
a { background-color: #707893; }
a { background-color: rgb(112,120,147); }
div.DivClassName
{
background-color: #707893;
}
.BgClassName
{
background-color: #707893;
}
</style>
border-color css
<style>
span { border-color: #707893; }
span { border-color: rgb(112,120,147); }
td.TdClassName
{
border-color: #707893;
}
.TagClassName
{
border-color: #707893;
}
</style>