Shades of Storm Grey #707585
Tints of Storm Grey #707585
RGB
CMYK
RGB Variations
Color information
#707585 (or 0x707585) is known color: Storm Grey. HEX triplet: 70, 75 and 85. RGB value is (112,117,133). Sum of RGB (Red+Green+Blue) = 112+117+133=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 117 (46.09% from 255 or 32.32% from 362); Blue value is 133 (52.34% from 255 or 36.74% from 362); Max value from RGB is 133 - color contains mainly: blue. Hex color #707585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707585 is #8F8A7A. Grayscale: #757575. Windows color (decimal): -9407099 or 8746352. OLE color: 8746352.
HSL color Cylindrical-coordinate representation of color #707585: hue angle of 225.71º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #707585 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 117 | 133 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.48 |
| HSL | 225.71º | 0.09% | 0.48% | - |
| HSV(B) | 225.71º | 0.16% | 0.52% | - |
| XYZ | 17.28 | 17.86 | 24.73 | - |
| YUV | 117.33 | 136.84 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 117 | 133 | 0.16 | 0.12 | 0 | 0.48 | 225.71 | 0.09 | 0.48 |
| Hex | 70 | 75 | 85 | 10 | C | 0 | 30 | E2 | 9 | 30 |
| Octal | 160 | 165 | 205 | 20 | 14 | 0 | 60 | 342 | 11 | 60 |
| Binary | 1110000 | 1110101 | 10000101 | 10000 | 1100 | 0 | 110000 | 11100010 | 1001 | 110000 |
Color Harmonies of #707585
Complementary color
Monochromatic Colors of #707585
Black with #707585
Text Example
Text Example
White with #707585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707585; }
p { color: rgb(112,117,133); }
H1.HeaderClassName
{
color: #707585;
}
.AnyTagClassName
{
color: #707585;
}
</style>
background-color css
<style>
a { background-color: #707585; }
a { background-color: rgb(112,117,133); }
div.DivClassName
{
background-color: #707585;
}
.BgClassName
{
background-color: #707585;
}
</style>
border-color css
<style>
span { border-color: #707585; }
span { border-color: rgb(112,117,133); }
td.TdClassName
{
border-color: #707585;
}
.TagClassName
{
border-color: #707585;
}
</style>