Shades of Storm Grey #747A93
Tints of Storm Grey #747A93
RGB
CMYK
RGB Variations
Color information
#747A93 (or 0x747A93) is known color: Storm Grey. HEX triplet: 74, 7A and 93. RGB value is (116,122,147). Sum of RGB (Red+Green+Blue) = 116+122+147=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 147 - color contains mainly: blue. Hex color #747A93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747A93 is #8B856C. Grayscale: #7A7A7A. Windows color (decimal): -9143661 or 9665140. OLE color: 9665140.
HSL color Cylindrical-coordinate representation of color #747A93: hue angle of 228.39º 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 #747A93 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 122 | 147 | - |
| CMYK | 0.21 | 0.17 | 0 | 0.42 |
| HSL | 228.39º | 0.13% | 0.52% | - |
| HSV(B) | 228.39º | 0.21% | 0.58% | - |
| XYZ | 19.43 | 19.74 | 30.39 | - |
| YUV | 123.06 | 141.51 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 122 | 147 | 0.21 | 0.17 | 0 | 0.42 | 228.39 | 0.13 | 0.52 |
| Hex | 74 | 7A | 93 | 15 | 11 | 0 | 2A | E4 | D | 34 |
| Octal | 164 | 172 | 223 | 25 | 21 | 0 | 52 | 344 | 15 | 64 |
| Binary | 1110100 | 1111010 | 10010011 | 10101 | 10001 | 0 | 101010 | 11100100 | 1101 | 110100 |
Color Harmonies of #747A93
Complementary color
Monochromatic Colors of #747A93
Black with #747A93
Text Example
Text Example
White with #747A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747A93; }
p { color: rgb(116,122,147); }
H1.HeaderClassName
{
color: #747A93;
}
.AnyTagClassName
{
color: #747A93;
}
</style>
background-color css
<style>
a { background-color: #747A93; }
a { background-color: rgb(116,122,147); }
div.DivClassName
{
background-color: #747A93;
}
.BgClassName
{
background-color: #747A93;
}
</style>
border-color css
<style>
span { border-color: #747A93; }
span { border-color: rgb(116,122,147); }
td.TdClassName
{
border-color: #747A93;
}
.TagClassName
{
border-color: #747A93;
}
</style>