Shades of Storm Grey #707686
Tints of Storm Grey #707686
RGB
CMYK
RGB Variations
Color information
#707686 (or 0x707686) is known color: Storm Grey. HEX triplet: 70, 76 and 86. RGB value is (112,118,134). Sum of RGB (Red+Green+Blue) = 112+118+134=364 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.77% from 364); Green value is 118 (46.48% from 255 or 32.42% from 364); Blue value is 134 (52.73% from 255 or 36.81% from 364); Max value from RGB is 134 - color contains mainly: blue. Hex color #707686 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707686 is #8F8979. Grayscale: #757575. Windows color (decimal): -9406842 or 8812144. OLE color: 8812144.
HSL color Cylindrical-coordinate representation of color #707686: hue angle of 223.64º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #707686 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 118 | 134 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.47 |
| HSL | 223.64º | 0.09% | 0.48% | - |
| HSV(B) | 223.64º | 0.16% | 0.53% | - |
| XYZ | 17.46 | 18.12 | 25.13 | - |
| YUV | 118.03 | 137.01 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 118 | 134 | 0.16 | 0.12 | 0 | 0.47 | 223.64 | 0.09 | 0.48 |
| Hex | 70 | 76 | 86 | 10 | C | 0 | 2F | E0 | 9 | 30 |
| Octal | 160 | 166 | 206 | 20 | 14 | 0 | 57 | 340 | 11 | 60 |
| Binary | 1110000 | 1110110 | 10000110 | 10000 | 1100 | 0 | 101111 | 11100000 | 1001 | 110000 |
Color Harmonies of #707686
Complementary color
Monochromatic Colors of #707686
Black with #707686
Text Example
Text Example
White with #707686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707686; }
p { color: rgb(112,118,134); }
H1.HeaderClassName
{
color: #707686;
}
.AnyTagClassName
{
color: #707686;
}
</style>
background-color css
<style>
a { background-color: #707686; }
a { background-color: rgb(112,118,134); }
div.DivClassName
{
background-color: #707686;
}
.BgClassName
{
background-color: #707686;
}
</style>
border-color css
<style>
span { border-color: #707686; }
span { border-color: rgb(112,118,134); }
td.TdClassName
{
border-color: #707686;
}
.TagClassName
{
border-color: #707686;
}
</style>