Shades of Storm Grey #717784
Tints of Storm Grey #717784
RGB
CMYK
RGB Variations
Color information
#717784 (or 0x717784) is known color: Storm Grey. HEX triplet: 71, 77 and 84. RGB value is (113,119,132). Sum of RGB (Red+Green+Blue) = 113+119+132=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 119 (46.88% from 255 or 32.69% from 364); Blue value is 132 (51.95% from 255 or 36.26% from 364); Max value from RGB is 132 - color contains mainly: blue. Hex color #717784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717784 is #8E887B. Grayscale: #767676. Windows color (decimal): -9341052 or 8681329. OLE color: 8681329.
HSL color Cylindrical-coordinate representation of color #717784: hue angle of 221.05º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #717784 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 113 | 119 | 132 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.48 |
| HSL | 221.05º | 0.08% | 0.48% | - |
| HSV(B) | 221.05º | 0.14% | 0.52% | - |
| XYZ | 17.57 | 18.37 | 24.45 | - |
| YUV | 118.69 | 135.51 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 119 | 132 | 0.14 | 0.10 | 0 | 0.48 | 221.05 | 0.08 | 0.48 |
| Hex | 71 | 77 | 84 | E | A | 0 | 30 | DD | 8 | 30 |
| Octal | 161 | 167 | 204 | 16 | 12 | 0 | 60 | 335 | 10 | 60 |
| Binary | 1110001 | 1110111 | 10000100 | 1110 | 1010 | 0 | 110000 | 11011101 | 1000 | 110000 |
Color Harmonies of #717784
Complementary color
Monochromatic Colors of #717784
Black with #717784
Text Example
Text Example
White with #717784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717784; }
p { color: rgb(113,119,132); }
H1.HeaderClassName
{
color: #717784;
}
.AnyTagClassName
{
color: #717784;
}
</style>
background-color css
<style>
a { background-color: #717784; }
a { background-color: rgb(113,119,132); }
div.DivClassName
{
background-color: #717784;
}
.BgClassName
{
background-color: #717784;
}
</style>
border-color css
<style>
span { border-color: #717784; }
span { border-color: rgb(113,119,132); }
td.TdClassName
{
border-color: #717784;
}
.TagClassName
{
border-color: #717784;
}
</style>