Shades of Storm Grey #717896
Tints of Storm Grey #717896
RGB
CMYK
RGB Variations
Color information
#717896 (or 0x717896) is known color: Storm Grey. HEX triplet: 71, 78 and 96. RGB value is (113,120,150). Sum of RGB (Red+Green+Blue) = 113+120+150=383 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.50% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 150 (58.98% from 255 or 39.16% from 383); Max value from RGB is 150 - color contains mainly: blue. Hex color #717896 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717896 is #8E8769. Grayscale: #797979. Windows color (decimal): -9340778 or 9861233. OLE color: 9861233.
HSL color Cylindrical-coordinate representation of color #717896: hue angle of 228.65º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #717896 is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 113 | 120 | 150 | - |
| CMYK | 0.25 | 0.20 | 0 | 0.41 |
| HSL | 228.65º | 0.15% | 0.52% | - |
| HSV(B) | 228.65º | 0.25% | 0.59% | - |
| XYZ | 19.03 | 19.15 | 31.55 | - |
| YUV | 121.33 | 144.18 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 120 | 150 | 0.25 | 0.20 | 0 | 0.41 | 228.65 | 0.15 | 0.52 |
| Hex | 71 | 78 | 96 | 19 | 14 | 0 | 29 | E5 | F | 34 |
| Octal | 161 | 170 | 226 | 31 | 24 | 0 | 51 | 345 | 17 | 64 |
| Binary | 1110001 | 1111000 | 10010110 | 11001 | 10100 | 0 | 101001 | 11100101 | 1111 | 110100 |
Color Harmonies of #717896
Complementary color
Monochromatic Colors of #717896
Black with #717896
Text Example
Text Example
White with #717896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717896; }
p { color: rgb(113,120,150); }
H1.HeaderClassName
{
color: #717896;
}
.AnyTagClassName
{
color: #717896;
}
</style>
background-color css
<style>
a { background-color: #717896; }
a { background-color: rgb(113,120,150); }
div.DivClassName
{
background-color: #717896;
}
.BgClassName
{
background-color: #717896;
}
</style>
border-color css
<style>
span { border-color: #717896; }
span { border-color: rgb(113,120,150); }
td.TdClassName
{
border-color: #717896;
}
.TagClassName
{
border-color: #717896;
}
</style>