Shades of Storm Grey #707682
Tints of Storm Grey #707682
RGB
CMYK
RGB Variations
Color information
#707682 (or 0x707682) is known color: Storm Grey. HEX triplet: 70, 76 and 82. RGB value is (112,118,130). Sum of RGB (Red+Green+Blue) = 112+118+130=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 130 (51.17% from 255 or 36.11% from 360); Max value from RGB is 130 - color contains mainly: blue. Hex color #707682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707682 is #8F897D. Grayscale: #757575. Windows color (decimal): -9406846 or 8550000. OLE color: 8550000.
HSL color Cylindrical-coordinate representation of color #707682: hue angle of 220º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #707682 is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 118 | 130 | - |
| CMYK | 0.14 | 0.09 | 0 | 0.49 |
| HSL | 220º | 0.07% | 0.47% | - |
| HSV(B) | 220º | 0.14% | 0.51% | - |
| XYZ | 17.19 | 18.01 | 23.69 | - |
| YUV | 117.57 | 135.01 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 118 | 130 | 0.14 | 0.09 | 0 | 0.49 | 220 | 0.07 | 0.47 |
| Hex | 70 | 76 | 82 | E | 9 | 0 | 31 | DC | 7 | 2F |
| Octal | 160 | 166 | 202 | 16 | 11 | 0 | 61 | 334 | 7 | 57 |
| Binary | 1110000 | 1110110 | 10000010 | 1110 | 1001 | 0 | 110001 | 11011100 | 111 | 101111 |
Color Harmonies of #707682
Complementary color
Monochromatic Colors of #707682
Black with #707682
Text Example
Text Example
White with #707682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707682; }
p { color: rgb(112,118,130); }
H1.HeaderClassName
{
color: #707682;
}
.AnyTagClassName
{
color: #707682;
}
</style>
background-color css
<style>
a { background-color: #707682; }
a { background-color: rgb(112,118,130); }
div.DivClassName
{
background-color: #707682;
}
.BgClassName
{
background-color: #707682;
}
</style>
border-color css
<style>
span { border-color: #707682; }
span { border-color: rgb(112,118,130); }
td.TdClassName
{
border-color: #707682;
}
.TagClassName
{
border-color: #707682;
}
</style>