Shades of Storm Grey #717582
Tints of Storm Grey #717582
RGB
CMYK
RGB Variations
Color information
#717582 (or 0x717582) is known color: Storm Grey. HEX triplet: 71, 75 and 82. RGB value is (113,117,130). Sum of RGB (Red+Green+Blue) = 113+117+130=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 117 (46.09% from 255 or 32.5% 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 #717582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717582 is #8E8A7D. Grayscale: #757575. Windows color (decimal): -9341566 or 8549745. OLE color: 8549745.
HSL color Cylindrical-coordinate representation of color #717582: hue angle of 225.88º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #717582 is Cyan = 0.13, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 117 | 130 | - |
| CMYK | 0.13 | 0.1 | 0 | 0.49 |
| HSL | 225.88º | 0.07% | 0.48% | - |
| HSV(B) | 225.88º | 0.13% | 0.51% | - |
| XYZ | 17.2 | 17.85 | 23.66 | - |
| YUV | 117.29 | 135.17 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 117 | 130 | 0.13 | 0.1 | 0 | 0.49 | 225.88 | 0.07 | 0.48 |
| Hex | 71 | 75 | 82 | D | A | 0 | 31 | E2 | 7 | 30 |
| Octal | 161 | 165 | 202 | 15 | 12 | 0 | 61 | 342 | 7 | 60 |
| Binary | 1110001 | 1110101 | 10000010 | 1101 | 1010 | 0 | 110001 | 11100010 | 111 | 110000 |
Color Harmonies of #717582
Complementary color
Monochromatic Colors of #717582
Black with #717582
Text Example
Text Example
White with #717582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717582; }
p { color: rgb(113,117,130); }
H1.HeaderClassName
{
color: #717582;
}
.AnyTagClassName
{
color: #717582;
}
</style>
background-color css
<style>
a { background-color: #717582; }
a { background-color: rgb(113,117,130); }
div.DivClassName
{
background-color: #717582;
}
.BgClassName
{
background-color: #717582;
}
</style>
border-color css
<style>
span { border-color: #717582; }
span { border-color: rgb(113,117,130); }
td.TdClassName
{
border-color: #717582;
}
.TagClassName
{
border-color: #717582;
}
</style>