Shades of Storm Grey #707282
Tints of Storm Grey #707282
RGB
CMYK
RGB Variations
Color information
#707282 (or 0x707282) is known color: Storm Grey. HEX triplet: 70, 72 and 82. RGB value is (112,114,130). Sum of RGB (Red+Green+Blue) = 112+114+130=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 130 - color contains mainly: blue. Hex color #707282 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707282 is #8F8D7D. Grayscale: #737373. Windows color (decimal): -9407870 or 8548976. OLE color: 8548976.
HSL color Cylindrical-coordinate representation of color #707282: hue angle of 233.33º 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 #707282 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 114 | 130 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.49 |
| HSL | 233.33º | 0.07% | 0.47% | - |
| HSV(B) | 233.33º | 0.14% | 0.51% | - |
| XYZ | 16.73 | 17.09 | 23.54 | - |
| YUV | 115.23 | 136.34 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 114 | 130 | 0.14 | 0.12 | 0 | 0.49 | 233.33 | 0.07 | 0.47 |
| Hex | 70 | 72 | 82 | E | C | 0 | 31 | E9 | 7 | 2F |
| Octal | 160 | 162 | 202 | 16 | 14 | 0 | 61 | 351 | 7 | 57 |
| Binary | 1110000 | 1110010 | 10000010 | 1110 | 1100 | 0 | 110001 | 11101001 | 111 | 101111 |
Color Harmonies of #707282
Complementary color
Monochromatic Colors of #707282
Black with #707282
Text Example
Text Example
White with #707282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707282; }
p { color: rgb(112,114,130); }
H1.HeaderClassName
{
color: #707282;
}
.AnyTagClassName
{
color: #707282;
}
</style>
background-color css
<style>
a { background-color: #707282; }
a { background-color: rgb(112,114,130); }
div.DivClassName
{
background-color: #707282;
}
.BgClassName
{
background-color: #707282;
}
</style>
border-color css
<style>
span { border-color: #707282; }
span { border-color: rgb(112,114,130); }
td.TdClassName
{
border-color: #707282;
}
.TagClassName
{
border-color: #707282;
}
</style>