Shades of Storm Grey #747579
Tints of Storm Grey #747579
RGB
CMYK
RGB Variations
Color information
#747579 (or 0x747579) is known color: Storm Grey. HEX triplet: 74, 75 and 79. RGB value is (116,117,121). Sum of RGB (Red+Green+Blue) = 116+117+121=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 121 - color contains mainly: blue. Hex color #747579 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747579 is #8B8A86. Grayscale: #757575. Windows color (decimal): -9144967 or 7959924. OLE color: 7959924.
HSL color Cylindrical-coordinate representation of color #747579: hue angle of 228º degrees, saturation: 0.02, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #747579 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 117 | 121 | - |
| CMYK | 0.04 | 0.03 | 0 | 0.53 |
| HSL | 228º | 0.02% | 0.46% | - |
| HSV(B) | 228º | 0.04% | 0.47% | - |
| XYZ | 17.01 | 17.82 | 20.63 | - |
| YUV | 117.16 | 130.17 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 117 | 121 | 0.04 | 0.03 | 0 | 0.53 | 228 | 0.02 | 0.46 |
| Hex | 74 | 75 | 79 | 4 | 3 | 0 | 35 | E4 | 2 | 2E |
| Octal | 164 | 165 | 171 | 4 | 3 | 0 | 65 | 344 | 2 | 56 |
| Binary | 1110100 | 1110101 | 1111001 | 100 | 11 | 0 | 110101 | 11100100 | 10 | 101110 |
Color Harmonies of #747579
Complementary color
Monochromatic Colors of #747579
Black with #747579
Text Example
Text Example
White with #747579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747579; }
p { color: rgb(116,117,121); }
H1.HeaderClassName
{
color: #747579;
}
.AnyTagClassName
{
color: #747579;
}
</style>
background-color css
<style>
a { background-color: #747579; }
a { background-color: rgb(116,117,121); }
div.DivClassName
{
background-color: #747579;
}
.BgClassName
{
background-color: #747579;
}
</style>
border-color css
<style>
span { border-color: #747579; }
span { border-color: rgb(116,117,121); }
td.TdClassName
{
border-color: #747579;
}
.TagClassName
{
border-color: #747579;
}
</style>