Shades of Storm Grey #707693
Tints of Storm Grey #707693
RGB
CMYK
RGB Variations
Color information
#707693 (or 0x707693) is known color: Storm Grey. HEX triplet: 70, 76 and 93. RGB value is (112,118,147). Sum of RGB (Red+Green+Blue) = 112+118+147=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 147 (57.81% from 255 or 38.99% from 377); Max value from RGB is 147 - color contains mainly: blue. Hex color #707693 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707693 is #8F896C. Grayscale: #777777. Windows color (decimal): -9406829 or 9664112. OLE color: 9664112.
HSL color Cylindrical-coordinate representation of color #707693: hue angle of 229.71º 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 #707693 is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 118 | 147 | - |
| CMYK | 0.24 | 0.20 | 0 | 0.42 |
| HSL | 229.71º | 0.14% | 0.51% | - |
| HSV(B) | 229.71º | 0.24% | 0.58% | - |
| XYZ | 18.43 | 18.51 | 30.21 | - |
| YUV | 119.51 | 143.51 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 118 | 147 | 0.24 | 0.20 | 0 | 0.42 | 229.71 | 0.14 | 0.51 |
| Hex | 70 | 76 | 93 | 18 | 14 | 0 | 2A | E6 | E | 33 |
| Octal | 160 | 166 | 223 | 30 | 24 | 0 | 52 | 346 | 16 | 63 |
| Binary | 1110000 | 1110110 | 10010011 | 11000 | 10100 | 0 | 101010 | 11100110 | 1110 | 110011 |
Color Harmonies of #707693
Complementary color
Monochromatic Colors of #707693
Black with #707693
Text Example
Text Example
White with #707693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707693; }
p { color: rgb(112,118,147); }
H1.HeaderClassName
{
color: #707693;
}
.AnyTagClassName
{
color: #707693;
}
</style>
background-color css
<style>
a { background-color: #707693; }
a { background-color: rgb(112,118,147); }
div.DivClassName
{
background-color: #707693;
}
.BgClassName
{
background-color: #707693;
}
</style>
border-color css
<style>
span { border-color: #707693; }
span { border-color: rgb(112,118,147); }
td.TdClassName
{
border-color: #707693;
}
.TagClassName
{
border-color: #707693;
}
</style>