Shades of Storm Grey #747990
Tints of Storm Grey #747990
RGB
CMYK
RGB Variations
Color information
#747990 (or 0x747990) is known color: Storm Grey. HEX triplet: 74, 79 and 90. RGB value is (116,121,144). Sum of RGB (Red+Green+Blue) = 116+121+144=381 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.45% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 144 - color contains mainly: blue. Hex color #747990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747990 is #8B866F. Grayscale: #7A7A7A. Windows color (decimal): -9143920 or 9468276. OLE color: 9468276.
HSL color Cylindrical-coordinate representation of color #747990: hue angle of 229.29º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #747990 is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 121 | 144 | - |
| CMYK | 0.19 | 0.16 | 0 | 0.44 |
| HSL | 229.29º | 0.11% | 0.51% | - |
| HSV(B) | 229.29º | 0.19% | 0.56% | - |
| XYZ | 19.07 | 19.4 | 29.13 | - |
| YUV | 122.13 | 140.34 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 121 | 144 | 0.19 | 0.16 | 0 | 0.44 | 229.29 | 0.11 | 0.51 |
| Hex | 74 | 79 | 90 | 13 | 10 | 0 | 2C | E5 | B | 33 |
| Octal | 164 | 171 | 220 | 23 | 20 | 0 | 54 | 345 | 13 | 63 |
| Binary | 1110100 | 1111001 | 10010000 | 10011 | 10000 | 0 | 101100 | 11100101 | 1011 | 110011 |
Color Harmonies of #747990
Complementary color
Monochromatic Colors of #747990
Black with #747990
Text Example
Text Example
White with #747990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747990; }
p { color: rgb(116,121,144); }
H1.HeaderClassName
{
color: #747990;
}
.AnyTagClassName
{
color: #747990;
}
</style>
background-color css
<style>
a { background-color: #747990; }
a { background-color: rgb(116,121,144); }
div.DivClassName
{
background-color: #747990;
}
.BgClassName
{
background-color: #747990;
}
</style>
border-color css
<style>
span { border-color: #747990; }
span { border-color: rgb(116,121,144); }
td.TdClassName
{
border-color: #747990;
}
.TagClassName
{
border-color: #747990;
}
</style>