Shades of Storm Grey #747B90
Tints of Storm Grey #747B90
RGB
CMYK
RGB Variations
Color information
#747B90 (or 0x747B90) is known color: Storm Grey. HEX triplet: 74, 7B and 90. RGB value is (116,123,144). Sum of RGB (Red+Green+Blue) = 116+123+144=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 144 - color contains mainly: blue. Hex color #747B90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747B90 is #8B846F. Grayscale: #7B7B7B. Windows color (decimal): -9143408 or 9468788. OLE color: 9468788.
HSL color Cylindrical-coordinate representation of color #747B90: hue angle of 225º 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 #747B90 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 123 | 144 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.44 |
| HSL | 225º | 0.11% | 0.51% | - |
| HSV(B) | 225º | 0.19% | 0.56% | - |
| XYZ | 19.32 | 19.89 | 29.21 | - |
| YUV | 123.3 | 139.68 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 123 | 144 | 0.19 | 0.15 | 0 | 0.44 | 225 | 0.11 | 0.51 |
| Hex | 74 | 7B | 90 | 13 | F | 0 | 2C | E1 | B | 33 |
| Octal | 164 | 173 | 220 | 23 | 17 | 0 | 54 | 341 | 13 | 63 |
| Binary | 1110100 | 1111011 | 10010000 | 10011 | 1111 | 0 | 101100 | 11100001 | 1011 | 110011 |
Color Harmonies of #747B90
Complementary color
Monochromatic Colors of #747B90
Black with #747B90
Text Example
Text Example
White with #747B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747B90; }
p { color: rgb(116,123,144); }
H1.HeaderClassName
{
color: #747B90;
}
.AnyTagClassName
{
color: #747B90;
}
</style>
background-color css
<style>
a { background-color: #747B90; }
a { background-color: rgb(116,123,144); }
div.DivClassName
{
background-color: #747B90;
}
.BgClassName
{
background-color: #747B90;
}
</style>
border-color css
<style>
span { border-color: #747B90; }
span { border-color: rgb(116,123,144); }
td.TdClassName
{
border-color: #747B90;
}
.TagClassName
{
border-color: #747B90;
}
</style>