Shades of Storm Grey #797E85
Tints of Storm Grey #797E85
RGB
CMYK
RGB Variations
Color information
#797E85 (or 0x797E85) is known color: Storm Grey. HEX triplet: 79, 7E and 85. RGB value is (121,126,133). Sum of RGB (Red+Green+Blue) = 121+126+133=380 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.84% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 133 (52.34% from 255 or 35% from 380); Max value from RGB is 133 - color contains mainly: blue. Hex color #797E85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797E85 is #86817A. Grayscale: #7D7D7D. Windows color (decimal): -8814971 or 8748665. OLE color: 8748665.
HSL color Cylindrical-coordinate representation of color #797E85: hue angle of 215º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #797E85 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 121 | 126 | 133 | - |
| CMYK | 0.09 | 0.05 | 0 | 0.48 |
| HSL | 215º | 0.05% | 0.5% | - |
| HSV(B) | 215º | 0.09% | 0.52% | - |
| XYZ | 19.58 | 20.68 | 25.15 | - |
| YUV | 125.3 | 132.34 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 126 | 133 | 0.09 | 0.05 | 0 | 0.48 | 215 | 0.05 | 0.5 |
| Hex | 79 | 7E | 85 | 9 | 5 | 0 | 30 | D7 | 5 | 32 |
| Octal | 171 | 176 | 205 | 11 | 5 | 0 | 60 | 327 | 5 | 62 |
| Binary | 1111001 | 1111110 | 10000101 | 1001 | 101 | 0 | 110000 | 11010111 | 101 | 110010 |
Color Harmonies of #797E85
Complementary color
Monochromatic Colors of #797E85
Black with #797E85
Text Example
Text Example
White with #797E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797E85; }
p { color: rgb(121,126,133); }
H1.HeaderClassName
{
color: #797E85;
}
.AnyTagClassName
{
color: #797E85;
}
</style>
background-color css
<style>
a { background-color: #797E85; }
a { background-color: rgb(121,126,133); }
div.DivClassName
{
background-color: #797E85;
}
.BgClassName
{
background-color: #797E85;
}
</style>
border-color css
<style>
span { border-color: #797E85; }
span { border-color: rgb(121,126,133); }
td.TdClassName
{
border-color: #797E85;
}
.TagClassName
{
border-color: #797E85;
}
</style>