Shades of Storm Grey #797E95
Tints of Storm Grey #797E95
RGB
CMYK
RGB Variations
Color information
#797E95 (or 0x797E95) is known color: Storm Grey. HEX triplet: 79, 7E and 95. RGB value is (121,126,149). Sum of RGB (Red+Green+Blue) = 121+126+149=396 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.56% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 149 (58.59% from 255 or 37.63% from 396); Max value from RGB is 149 - color contains mainly: blue. Hex color #797E95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797E95 is #86816A. Grayscale: #7F7F7F. Windows color (decimal): -8814955 or 9797241. OLE color: 9797241.
HSL color Cylindrical-coordinate representation of color #797E95: hue angle of 229.29º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #797E95 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 121 | 126 | 149 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.42 |
| HSL | 229.29º | 0.12% | 0.53% | - |
| HSV(B) | 229.29º | 0.19% | 0.58% | - |
| XYZ | 20.77 | 21.16 | 31.42 | - |
| YUV | 127.13 | 140.34 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 126 | 149 | 0.19 | 0.15 | 0 | 0.42 | 229.29 | 0.12 | 0.53 |
| Hex | 79 | 7E | 95 | 13 | F | 0 | 2A | E5 | C | 35 |
| Octal | 171 | 176 | 225 | 23 | 17 | 0 | 52 | 345 | 14 | 65 |
| Binary | 1111001 | 1111110 | 10010101 | 10011 | 1111 | 0 | 101010 | 11100101 | 1100 | 110101 |
Color Harmonies of #797E95
Complementary color
Monochromatic Colors of #797E95
Black with #797E95
Text Example
Text Example
White with #797E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797E95; }
p { color: rgb(121,126,149); }
H1.HeaderClassName
{
color: #797E95;
}
.AnyTagClassName
{
color: #797E95;
}
</style>
background-color css
<style>
a { background-color: #797E95; }
a { background-color: rgb(121,126,149); }
div.DivClassName
{
background-color: #797E95;
}
.BgClassName
{
background-color: #797E95;
}
</style>
border-color css
<style>
span { border-color: #797E95; }
span { border-color: rgb(121,126,149); }
td.TdClassName
{
border-color: #797E95;
}
.TagClassName
{
border-color: #797E95;
}
</style>