Shades of Storm Grey #747980
Tints of Storm Grey #747980
RGB
CMYK
RGB Variations
Color information
#747980 (or 0x747980) is known color: Storm Grey. HEX triplet: 74, 79 and 80. RGB value is (116,121,128). Sum of RGB (Red+Green+Blue) = 116+121+128=365 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.78% from 365); Green value is 121 (47.66% from 255 or 33.15% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 128 - color contains mainly: blue. Hex color #747980 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747980 is #8B867F. Grayscale: #787878. Windows color (decimal): -9143936 or 8419700. OLE color: 8419700.
HSL color Cylindrical-coordinate representation of color #747980: hue angle of 215º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #747980 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 116 | 121 | 128 | - |
| CMYK | 0.09 | 0.05 | 0 | 0.50 |
| HSL | 215º | 0.05% | 0.48% | - |
| HSV(B) | 215º | 0.09% | 0.5% | - |
| XYZ | 17.94 | 18.95 | 23.13 | - |
| YUV | 120.3 | 132.34 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 121 | 128 | 0.09 | 0.05 | 0 | 0.50 | 215 | 0.05 | 0.48 |
| Hex | 74 | 79 | 80 | 9 | 5 | 0 | 32 | D7 | 5 | 30 |
| Octal | 164 | 171 | 200 | 11 | 5 | 0 | 62 | 327 | 5 | 60 |
| Binary | 1110100 | 1111001 | 10000000 | 1001 | 101 | 0 | 110010 | 11010111 | 101 | 110000 |
Color Harmonies of #747980
Complementary color
Monochromatic Colors of #747980
Black with #747980
Text Example
Text Example
White with #747980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747980; }
p { color: rgb(116,121,128); }
H1.HeaderClassName
{
color: #747980;
}
.AnyTagClassName
{
color: #747980;
}
</style>
background-color css
<style>
a { background-color: #747980; }
a { background-color: rgb(116,121,128); }
div.DivClassName
{
background-color: #747980;
}
.BgClassName
{
background-color: #747980;
}
</style>
border-color css
<style>
span { border-color: #747980; }
span { border-color: rgb(116,121,128); }
td.TdClassName
{
border-color: #747980;
}
.TagClassName
{
border-color: #747980;
}
</style>