Shades of Storm Grey #747997
Tints of Storm Grey #747997
RGB
CMYK
RGB Variations
Color information
#747997 (or 0x747997) is known color: Storm Grey. HEX triplet: 74, 79 and 97. RGB value is (116,121,151). Sum of RGB (Red+Green+Blue) = 116+121+151=388 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.90% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 151 (59.38% from 255 or 38.92% from 388); Max value from RGB is 151 - color contains mainly: blue. Hex color #747997 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747997 is #8B8668. Grayscale: #7A7A7A. Windows color (decimal): -9143913 or 9927028. OLE color: 9927028.
HSL color Cylindrical-coordinate representation of color #747997: hue angle of 231.43º 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 #747997 is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 116 | 121 | 151 | - |
| CMYK | 0.23 | 0.20 | 0 | 0.41 |
| HSL | 231.43º | 0.14% | 0.52% | - |
| HSV(B) | 231.43º | 0.23% | 0.59% | - |
| XYZ | 19.63 | 19.62 | 32.03 | - |
| YUV | 122.93 | 143.84 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 121 | 151 | 0.23 | 0.20 | 0 | 0.41 | 231.43 | 0.14 | 0.52 |
| Hex | 74 | 79 | 97 | 17 | 14 | 0 | 29 | E7 | E | 34 |
| Octal | 164 | 171 | 227 | 27 | 24 | 0 | 51 | 347 | 16 | 64 |
| Binary | 1110100 | 1111001 | 10010111 | 10111 | 10100 | 0 | 101001 | 11100111 | 1110 | 110100 |
Color Harmonies of #747997
Complementary color
Monochromatic Colors of #747997
Black with #747997
Text Example
Text Example
White with #747997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747997; }
p { color: rgb(116,121,151); }
H1.HeaderClassName
{
color: #747997;
}
.AnyTagClassName
{
color: #747997;
}
</style>
background-color css
<style>
a { background-color: #747997; }
a { background-color: rgb(116,121,151); }
div.DivClassName
{
background-color: #747997;
}
.BgClassName
{
background-color: #747997;
}
</style>
border-color css
<style>
span { border-color: #747997; }
span { border-color: rgb(116,121,151); }
td.TdClassName
{
border-color: #747997;
}
.TagClassName
{
border-color: #747997;
}
</style>