Shades of Storm Grey #747797
Tints of Storm Grey #747797
RGB
CMYK
RGB Variations
Color information
#747797 (or 0x747797) is known color: Storm Grey. HEX triplet: 74, 77 and 97. RGB value is (116,119,151). Sum of RGB (Red+Green+Blue) = 116+119+151=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 151 (59.38% from 255 or 39.12% from 386); Max value from RGB is 151 - color contains mainly: blue. Hex color #747797 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747797 is #8B8868. Grayscale: #797979. Windows color (decimal): -9144425 or 9926516. OLE color: 9926516.
HSL color Cylindrical-coordinate representation of color #747797: hue angle of 234.86º 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 #747797 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 116 | 119 | 151 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.41 |
| HSL | 234.86º | 0.14% | 0.52% | - |
| HSV(B) | 234.86º | 0.23% | 0.59% | - |
| XYZ | 19.39 | 19.14 | 31.95 | - |
| YUV | 121.75 | 144.51 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 119 | 151 | 0.23 | 0.21 | 0 | 0.41 | 234.86 | 0.14 | 0.52 |
| Hex | 74 | 77 | 97 | 17 | 15 | 0 | 29 | EB | E | 34 |
| Octal | 164 | 167 | 227 | 27 | 25 | 0 | 51 | 353 | 16 | 64 |
| Binary | 1110100 | 1110111 | 10010111 | 10111 | 10101 | 0 | 101001 | 11101011 | 1110 | 110100 |
Color Harmonies of #747797
Complementary color
Monochromatic Colors of #747797
Black with #747797
Text Example
Text Example
White with #747797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747797; }
p { color: rgb(116,119,151); }
H1.HeaderClassName
{
color: #747797;
}
.AnyTagClassName
{
color: #747797;
}
</style>
background-color css
<style>
a { background-color: #747797; }
a { background-color: rgb(116,119,151); }
div.DivClassName
{
background-color: #747797;
}
.BgClassName
{
background-color: #747797;
}
</style>
border-color css
<style>
span { border-color: #747797; }
span { border-color: rgb(116,119,151); }
td.TdClassName
{
border-color: #747797;
}
.TagClassName
{
border-color: #747797;
}
</style>