Shades of Storm Grey #717280
Tints of Storm Grey #717280
RGB
CMYK
RGB Variations
Color information
#717280 (or 0x717280) is known color: Storm Grey. HEX triplet: 71, 72 and 80. RGB value is (113,114,128). Sum of RGB (Red+Green+Blue) = 113+114+128=355 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.83% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 128 (50.39% from 255 or 36.06% from 355); Max value from RGB is 128 - color contains mainly: blue. Hex color #717280 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717280 is #8E8D7F. Grayscale: #737373. Windows color (decimal): -9342336 or 8417905. OLE color: 8417905.
HSL color Cylindrical-coordinate representation of color #717280: hue angle of 236º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #717280 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 113 | 114 | 128 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.50 |
| HSL | 236º | 0.06% | 0.47% | - |
| HSV(B) | 236º | 0.12% | 0.5% | - |
| XYZ | 16.72 | 17.1 | 22.84 | - |
| YUV | 115.3 | 135.17 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 114 | 128 | 0.12 | 0.11 | 0 | 0.50 | 236 | 0.06 | 0.47 |
| Hex | 71 | 72 | 80 | C | B | 0 | 32 | EC | 6 | 2F |
| Octal | 161 | 162 | 200 | 14 | 13 | 0 | 62 | 354 | 6 | 57 |
| Binary | 1110001 | 1110010 | 10000000 | 1100 | 1011 | 0 | 110010 | 11101100 | 110 | 101111 |
Color Harmonies of #717280
Complementary color
Monochromatic Colors of #717280
Black with #717280
Text Example
Text Example
White with #717280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717280; }
p { color: rgb(113,114,128); }
H1.HeaderClassName
{
color: #717280;
}
.AnyTagClassName
{
color: #717280;
}
</style>
background-color css
<style>
a { background-color: #717280; }
a { background-color: rgb(113,114,128); }
div.DivClassName
{
background-color: #717280;
}
.BgClassName
{
background-color: #717280;
}
</style>
border-color css
<style>
span { border-color: #717280; }
span { border-color: rgb(113,114,128); }
td.TdClassName
{
border-color: #717280;
}
.TagClassName
{
border-color: #717280;
}
</style>