Shades of Storm Grey #747C96
Tints of Storm Grey #747C96
RGB
CMYK
RGB Variations
Color information
#747C96 (or 0x747C96) is known color: Storm Grey. HEX triplet: 74, 7C and 96. RGB value is (116,124,150). Sum of RGB (Red+Green+Blue) = 116+124+150=390 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.74% from 390); Green value is 124 (48.83% from 255 or 31.79% from 390); Blue value is 150 (58.98% from 255 or 38.46% from 390); Max value from RGB is 150 - color contains mainly: blue. Hex color #747C96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747C96 is #8B8369. Grayscale: #7C7C7C. Windows color (decimal): -9143146 or 9862260. OLE color: 9862260.
HSL color Cylindrical-coordinate representation of color #747C96: hue angle of 225.88º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #747C96 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 116 | 124 | 150 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.41 |
| HSL | 225.88º | 0.14% | 0.52% | - |
| HSV(B) | 225.88º | 0.23% | 0.59% | - |
| XYZ | 19.92 | 20.33 | 31.73 | - |
| YUV | 124.57 | 142.35 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 124 | 150 | 0.23 | 0.17 | 0 | 0.41 | 225.88 | 0.14 | 0.52 |
| Hex | 74 | 7C | 96 | 17 | 11 | 0 | 29 | E2 | E | 34 |
| Octal | 164 | 174 | 226 | 27 | 21 | 0 | 51 | 342 | 16 | 64 |
| Binary | 1110100 | 1111100 | 10010110 | 10111 | 10001 | 0 | 101001 | 11100010 | 1110 | 110100 |
Color Harmonies of #747C96
Complementary color
Monochromatic Colors of #747C96
Black with #747C96
Text Example
Text Example
White with #747C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747C96; }
p { color: rgb(116,124,150); }
H1.HeaderClassName
{
color: #747C96;
}
.AnyTagClassName
{
color: #747C96;
}
</style>
background-color css
<style>
a { background-color: #747C96; }
a { background-color: rgb(116,124,150); }
div.DivClassName
{
background-color: #747C96;
}
.BgClassName
{
background-color: #747C96;
}
</style>
border-color css
<style>
span { border-color: #747C96; }
span { border-color: rgb(116,124,150); }
td.TdClassName
{
border-color: #747C96;
}
.TagClassName
{
border-color: #747C96;
}
</style>