Shades of Storm Grey #717989
Tints of Storm Grey #717989
RGB
CMYK
RGB Variations
Color information
#717989 (or 0x717989) is known color: Storm Grey. HEX triplet: 71, 79 and 89. RGB value is (113,121,137). Sum of RGB (Red+Green+Blue) = 113+121+137=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 121 (47.66% from 255 or 32.61% from 371); Blue value is 137 (53.91% from 255 or 36.93% from 371); Max value from RGB is 137 - color contains mainly: blue. Hex color #717989 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717989 is #8E8676. Grayscale: #787878. Windows color (decimal): -9340535 or 9009521. OLE color: 9009521.
HSL color Cylindrical-coordinate representation of color #717989: hue angle of 220º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #717989 is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 121 | 137 | - |
| CMYK | 0.18 | 0.12 | 0 | 0.46 |
| HSL | 220º | 0.1% | 0.49% | - |
| HSV(B) | 220º | 0.18% | 0.54% | - |
| XYZ | 18.16 | 18.99 | 26.38 | - |
| YUV | 120.43 | 137.35 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 121 | 137 | 0.18 | 0.12 | 0 | 0.46 | 220 | 0.1 | 0.49 |
| Hex | 71 | 79 | 89 | 12 | C | 0 | 2E | DC | A | 31 |
| Octal | 161 | 171 | 211 | 22 | 14 | 0 | 56 | 334 | 12 | 61 |
| Binary | 1110001 | 1111001 | 10001001 | 10010 | 1100 | 0 | 101110 | 11011100 | 1010 | 110001 |
Color Harmonies of #717989
Complementary color
Monochromatic Colors of #717989
Black with #717989
Text Example
Text Example
White with #717989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717989; }
p { color: rgb(113,121,137); }
H1.HeaderClassName
{
color: #717989;
}
.AnyTagClassName
{
color: #717989;
}
</style>
background-color css
<style>
a { background-color: #717989; }
a { background-color: rgb(113,121,137); }
div.DivClassName
{
background-color: #717989;
}
.BgClassName
{
background-color: #717989;
}
</style>
border-color css
<style>
span { border-color: #717989; }
span { border-color: rgb(113,121,137); }
td.TdClassName
{
border-color: #717989;
}
.TagClassName
{
border-color: #717989;
}
</style>