Shades of Storm Grey #747589
Tints of Storm Grey #747589
RGB
CMYK
RGB Variations
Color information
#747589 (or 0x747589) is known color: Storm Grey. HEX triplet: 74, 75 and 89. RGB value is (116,117,137). Sum of RGB (Red+Green+Blue) = 116+117+137=370 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.35% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 137 (53.91% from 255 or 37.03% from 370); Max value from RGB is 137 - color contains mainly: blue. Hex color #747589 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747589 is #8B8A76. Grayscale: #767676. Windows color (decimal): -9144951 or 9008500. OLE color: 9008500.
HSL color Cylindrical-coordinate representation of color #747589: hue angle of 237.14º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #747589 is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 116 | 117 | 137 | - |
| CMYK | 0.15 | 0.15 | 0 | 0.46 |
| HSL | 237.14º | 0.08% | 0.5% | - |
| HSV(B) | 237.14º | 0.15% | 0.54% | - |
| XYZ | 18.08 | 18.24 | 26.24 | - |
| YUV | 118.98 | 138.17 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 117 | 137 | 0.15 | 0.15 | 0 | 0.46 | 237.14 | 0.08 | 0.5 |
| Hex | 74 | 75 | 89 | F | F | 0 | 2E | ED | 8 | 32 |
| Octal | 164 | 165 | 211 | 17 | 17 | 0 | 56 | 355 | 10 | 62 |
| Binary | 1110100 | 1110101 | 10001001 | 1111 | 1111 | 0 | 101110 | 11101101 | 1000 | 110010 |
Color Harmonies of #747589
Complementary color
Monochromatic Colors of #747589
Black with #747589
Text Example
Text Example
White with #747589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747589; }
p { color: rgb(116,117,137); }
H1.HeaderClassName
{
color: #747589;
}
.AnyTagClassName
{
color: #747589;
}
</style>
background-color css
<style>
a { background-color: #747589; }
a { background-color: rgb(116,117,137); }
div.DivClassName
{
background-color: #747589;
}
.BgClassName
{
background-color: #747589;
}
</style>
border-color css
<style>
span { border-color: #747589; }
span { border-color: rgb(116,117,137); }
td.TdClassName
{
border-color: #747589;
}
.TagClassName
{
border-color: #747589;
}
</style>