Shades of Storm Grey #717A93
Tints of Storm Grey #717A93
RGB
CMYK
RGB Variations
Color information
#717A93 (or 0x717A93) is known color: Storm Grey. HEX triplet: 71, 7A and 93. RGB value is (113,122,147). Sum of RGB (Red+Green+Blue) = 113+122+147=382 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.58% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 147 (57.81% from 255 or 38.48% from 382); Max value from RGB is 147 - color contains mainly: blue. Hex color #717A93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717A93 is #8E856C. Grayscale: #7A7A7A. Windows color (decimal): -9340269 or 9665137. OLE color: 9665137.
HSL color Cylindrical-coordinate representation of color #717A93: hue angle of 224.12º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #717A93 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 113 | 122 | 147 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.42 |
| HSL | 224.12º | 0.14% | 0.51% | - |
| HSV(B) | 224.12º | 0.23% | 0.58% | - |
| XYZ | 19.04 | 19.54 | 30.37 | - |
| YUV | 122.16 | 142.02 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 122 | 147 | 0.23 | 0.17 | 0 | 0.42 | 224.12 | 0.14 | 0.51 |
| Hex | 71 | 7A | 93 | 17 | 11 | 0 | 2A | E0 | E | 33 |
| Octal | 161 | 172 | 223 | 27 | 21 | 0 | 52 | 340 | 16 | 63 |
| Binary | 1110001 | 1111010 | 10010011 | 10111 | 10001 | 0 | 101010 | 11100000 | 1110 | 110011 |
Color Harmonies of #717A93
Complementary color
Monochromatic Colors of #717A93
Black with #717A93
Text Example
Text Example
White with #717A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717A93; }
p { color: rgb(113,122,147); }
H1.HeaderClassName
{
color: #717A93;
}
.AnyTagClassName
{
color: #717A93;
}
</style>
background-color css
<style>
a { background-color: #717A93; }
a { background-color: rgb(113,122,147); }
div.DivClassName
{
background-color: #717A93;
}
.BgClassName
{
background-color: #717A93;
}
</style>
border-color css
<style>
span { border-color: #717A93; }
span { border-color: rgb(113,122,147); }
td.TdClassName
{
border-color: #717A93;
}
.TagClassName
{
border-color: #717A93;
}
</style>