Shades of Storm Grey #747993
Tints of Storm Grey #747993
RGB
CMYK
RGB Variations
Color information
#747993 (or 0x747993) is known color: Storm Grey. HEX triplet: 74, 79 and 93. RGB value is (116,121,147). Sum of RGB (Red+Green+Blue) = 116+121+147=384 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.21% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 147 - color contains mainly: blue. Hex color #747993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747993 is #8B866C. Grayscale: #7A7A7A. Windows color (decimal): -9143917 or 9664884. OLE color: 9664884.
HSL color Cylindrical-coordinate representation of color #747993: hue angle of 230.32º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #747993 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 121 | 147 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.42 |
| HSL | 230.32º | 0.13% | 0.52% | - |
| HSV(B) | 230.32º | 0.21% | 0.58% | - |
| XYZ | 19.31 | 19.49 | 30.35 | - |
| YUV | 122.47 | 141.84 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 121 | 147 | 0.21 | 0.18 | 0 | 0.42 | 230.32 | 0.13 | 0.52 |
| Hex | 74 | 79 | 93 | 15 | 12 | 0 | 2A | E6 | D | 34 |
| Octal | 164 | 171 | 223 | 25 | 22 | 0 | 52 | 346 | 15 | 64 |
| Binary | 1110100 | 1111001 | 10010011 | 10101 | 10010 | 0 | 101010 | 11100110 | 1101 | 110100 |
Color Harmonies of #747993
Complementary color
Monochromatic Colors of #747993
Black with #747993
Text Example
Text Example
White with #747993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747993; }
p { color: rgb(116,121,147); }
H1.HeaderClassName
{
color: #747993;
}
.AnyTagClassName
{
color: #747993;
}
</style>
background-color css
<style>
a { background-color: #747993; }
a { background-color: rgb(116,121,147); }
div.DivClassName
{
background-color: #747993;
}
.BgClassName
{
background-color: #747993;
}
</style>
border-color css
<style>
span { border-color: #747993; }
span { border-color: rgb(116,121,147); }
td.TdClassName
{
border-color: #747993;
}
.TagClassName
{
border-color: #747993;
}
</style>