Shades of Storm Grey #707692
Tints of Storm Grey #707692
RGB
CMYK
RGB Variations
Color information
#707692 (or 0x707692) is known color: Storm Grey. HEX triplet: 70, 76 and 92. RGB value is (112,118,146). Sum of RGB (Red+Green+Blue) = 112+118+146=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 146 (57.42% from 255 or 38.83% from 376); Max value from RGB is 146 - color contains mainly: blue. Hex color #707692 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707692 is #8F896D. Grayscale: #777777. Windows color (decimal): -9406830 or 9598576. OLE color: 9598576.
HSL color Cylindrical-coordinate representation of color #707692: hue angle of 229.41º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #707692 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 118 | 146 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.43 |
| HSL | 229.41º | 0.13% | 0.51% | - |
| HSV(B) | 229.41º | 0.23% | 0.57% | - |
| XYZ | 18.35 | 18.48 | 29.79 | - |
| YUV | 119.4 | 143.01 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 118 | 146 | 0.23 | 0.19 | 0 | 0.43 | 229.41 | 0.13 | 0.51 |
| Hex | 70 | 76 | 92 | 17 | 13 | 0 | 2B | E5 | D | 33 |
| Octal | 160 | 166 | 222 | 27 | 23 | 0 | 53 | 345 | 15 | 63 |
| Binary | 1110000 | 1110110 | 10010010 | 10111 | 10011 | 0 | 101011 | 11100101 | 1101 | 110011 |
Color Harmonies of #707692
Complementary color
Monochromatic Colors of #707692
Black with #707692
Text Example
Text Example
White with #707692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707692; }
p { color: rgb(112,118,146); }
H1.HeaderClassName
{
color: #707692;
}
.AnyTagClassName
{
color: #707692;
}
</style>
background-color css
<style>
a { background-color: #707692; }
a { background-color: rgb(112,118,146); }
div.DivClassName
{
background-color: #707692;
}
.BgClassName
{
background-color: #707692;
}
</style>
border-color css
<style>
span { border-color: #707692; }
span { border-color: rgb(112,118,146); }
td.TdClassName
{
border-color: #707692;
}
.TagClassName
{
border-color: #707692;
}
</style>