Shades of Storm Grey #747577
Tints of Storm Grey #747577
RGB
CMYK
RGB Variations
Color information
#747577 (or 0x747577) is known color: Storm Grey. HEX triplet: 74, 75 and 77. RGB value is (116,117,119). Sum of RGB (Red+Green+Blue) = 116+117+119=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 119 (46.88% from 255 or 33.81% from 352); Max value from RGB is 119 - color contains mainly: blue. Hex color #747577 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747577 is #8B8A88. Grayscale: #747474. Windows color (decimal): -9144969 or 7828852. OLE color: 7828852.
HSL color Cylindrical-coordinate representation of color #747577: hue angle of 220º degrees, saturation: 0.01, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #747577 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 117 | 119 | - |
| CMYK | 0.03 | 0.02 | 0 | 0.53 |
| HSL | 220º | 0.01% | 0.46% | - |
| HSV(B) | 220º | 0.03% | 0.47% | - |
| XYZ | 16.89 | 17.77 | 19.99 | - |
| YUV | 116.93 | 129.17 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 117 | 119 | 0.03 | 0.02 | 0 | 0.53 | 220 | 0.01 | 0.46 |
| Hex | 74 | 75 | 77 | 3 | 2 | 0 | 35 | DC | 1 | 2E |
| Octal | 164 | 165 | 167 | 3 | 2 | 0 | 65 | 334 | 1 | 56 |
| Binary | 1110100 | 1110101 | 1110111 | 11 | 10 | 0 | 110101 | 11011100 | 1 | 101110 |
Color Harmonies of #747577
Complementary color
Monochromatic Colors of #747577
Black with #747577
Text Example
Text Example
White with #747577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747577; }
p { color: rgb(116,117,119); }
H1.HeaderClassName
{
color: #747577;
}
.AnyTagClassName
{
color: #747577;
}
</style>
background-color css
<style>
a { background-color: #747577; }
a { background-color: rgb(116,117,119); }
div.DivClassName
{
background-color: #747577;
}
.BgClassName
{
background-color: #747577;
}
</style>
border-color css
<style>
span { border-color: #747577; }
span { border-color: rgb(116,117,119); }
td.TdClassName
{
border-color: #747577;
}
.TagClassName
{
border-color: #747577;
}
</style>