Shades of Storm Grey #747A96
Tints of Storm Grey #747A96
RGB
CMYK
RGB Variations
Color information
#747A96 (or 0x747A96) is known color: Storm Grey. HEX triplet: 74, 7A and 96. RGB value is (116,122,150). Sum of RGB (Red+Green+Blue) = 116+122+150=388 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.90% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 150 (58.98% from 255 or 38.66% from 388); Max value from RGB is 150 - color contains mainly: blue. Hex color #747A96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747A96 is #8B8569. Grayscale: #7B7B7B. Windows color (decimal): -9143658 or 9861748. OLE color: 9861748.
HSL color Cylindrical-coordinate representation of color #747A96: hue angle of 229.41º 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 #747A96 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 116 | 122 | 150 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.41 |
| HSL | 229.41º | 0.14% | 0.52% | - |
| HSV(B) | 229.41º | 0.23% | 0.59% | - |
| XYZ | 19.67 | 19.83 | 31.65 | - |
| YUV | 123.4 | 143.01 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 122 | 150 | 0.23 | 0.19 | 0 | 0.41 | 229.41 | 0.14 | 0.52 |
| Hex | 74 | 7A | 96 | 17 | 13 | 0 | 29 | E5 | E | 34 |
| Octal | 164 | 172 | 226 | 27 | 23 | 0 | 51 | 345 | 16 | 64 |
| Binary | 1110100 | 1111010 | 10010110 | 10111 | 10011 | 0 | 101001 | 11100101 | 1110 | 110100 |
Color Harmonies of #747A96
Complementary color
Monochromatic Colors of #747A96
Black with #747A96
Text Example
Text Example
White with #747A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747A96; }
p { color: rgb(116,122,150); }
H1.HeaderClassName
{
color: #747A96;
}
.AnyTagClassName
{
color: #747A96;
}
</style>
background-color css
<style>
a { background-color: #747A96; }
a { background-color: rgb(116,122,150); }
div.DivClassName
{
background-color: #747A96;
}
.BgClassName
{
background-color: #747A96;
}
</style>
border-color css
<style>
span { border-color: #747A96; }
span { border-color: rgb(116,122,150); }
td.TdClassName
{
border-color: #747A96;
}
.TagClassName
{
border-color: #747A96;
}
</style>