Shades of Storm Grey #717797
Tints of Storm Grey #717797
RGB
CMYK
RGB Variations
Color information
#717797 (or 0x717797) is known color: Storm Grey. HEX triplet: 71, 77 and 97. RGB value is (113,119,151). Sum of RGB (Red+Green+Blue) = 113+119+151=383 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.50% from 383); Green value is 119 (46.88% from 255 or 31.07% from 383); Blue value is 151 (59.38% from 255 or 39.43% from 383); Max value from RGB is 151 - color contains mainly: blue. Hex color #717797 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717797 is #8E8868. Grayscale: #787878. Windows color (decimal): -9341033 or 9926513. OLE color: 9926513.
HSL color Cylindrical-coordinate representation of color #717797: hue angle of 230.53º 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 #717797 is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 113 | 119 | 151 | - |
| CMYK | 0.25 | 0.21 | 0 | 0.41 |
| HSL | 230.53º | 0.15% | 0.52% | - |
| HSV(B) | 230.53º | 0.25% | 0.59% | - |
| XYZ | 18.99 | 18.94 | 31.93 | - |
| YUV | 120.85 | 145.01 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 119 | 151 | 0.25 | 0.21 | 0 | 0.41 | 230.53 | 0.15 | 0.52 |
| Hex | 71 | 77 | 97 | 19 | 15 | 0 | 29 | E7 | F | 34 |
| Octal | 161 | 167 | 227 | 31 | 25 | 0 | 51 | 347 | 17 | 64 |
| Binary | 1110001 | 1110111 | 10010111 | 11001 | 10101 | 0 | 101001 | 11100111 | 1111 | 110100 |
Color Harmonies of #717797
Complementary color
Monochromatic Colors of #717797
Black with #717797
Text Example
Text Example
White with #717797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717797; }
p { color: rgb(113,119,151); }
H1.HeaderClassName
{
color: #717797;
}
.AnyTagClassName
{
color: #717797;
}
</style>
background-color css
<style>
a { background-color: #717797; }
a { background-color: rgb(113,119,151); }
div.DivClassName
{
background-color: #717797;
}
.BgClassName
{
background-color: #717797;
}
</style>
border-color css
<style>
span { border-color: #717797; }
span { border-color: rgb(113,119,151); }
td.TdClassName
{
border-color: #717797;
}
.TagClassName
{
border-color: #717797;
}
</style>