Shades of Storm Grey #717A88
Tints of Storm Grey #717A88
RGB
CMYK
RGB Variations
Color information
#717A88 (or 0x717A88) is known color: Storm Grey. HEX triplet: 71, 7A and 88. RGB value is (113,122,136). Sum of RGB (Red+Green+Blue) = 113+122+136=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 122 (48.05% from 255 or 32.88% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 136 - color contains mainly: blue. Hex color #717A88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717A88 is #8E8577. Grayscale: #787878. Windows color (decimal): -9340280 or 8944241. OLE color: 8944241.
HSL color Cylindrical-coordinate representation of color #717A88: hue angle of 216.52º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #717A88 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 122 | 136 | - |
| CMYK | 0.17 | 0.10 | 0 | 0.47 |
| HSL | 216.52º | 0.09% | 0.49% | - |
| HSV(B) | 216.52º | 0.17% | 0.53% | - |
| XYZ | 18.21 | 19.21 | 26.04 | - |
| YUV | 120.91 | 136.52 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 122 | 136 | 0.17 | 0.10 | 0 | 0.47 | 216.52 | 0.09 | 0.49 |
| Hex | 71 | 7A | 88 | 11 | A | 0 | 2F | D9 | 9 | 31 |
| Octal | 161 | 172 | 210 | 21 | 12 | 0 | 57 | 331 | 11 | 61 |
| Binary | 1110001 | 1111010 | 10001000 | 10001 | 1010 | 0 | 101111 | 11011001 | 1001 | 110001 |
Color Harmonies of #717A88
Complementary color
Monochromatic Colors of #717A88
Black with #717A88
Text Example
Text Example
White with #717A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717A88; }
p { color: rgb(113,122,136); }
H1.HeaderClassName
{
color: #717A88;
}
.AnyTagClassName
{
color: #717A88;
}
</style>
background-color css
<style>
a { background-color: #717A88; }
a { background-color: rgb(113,122,136); }
div.DivClassName
{
background-color: #717A88;
}
.BgClassName
{
background-color: #717A88;
}
</style>
border-color css
<style>
span { border-color: #717A88; }
span { border-color: rgb(113,122,136); }
td.TdClassName
{
border-color: #717A88;
}
.TagClassName
{
border-color: #717A88;
}
</style>