Shades of Storm Grey #797C85
Tints of Storm Grey #797C85
RGB
CMYK
RGB Variations
Color information
#797C85 (or 0x797C85) is known color: Storm Grey. HEX triplet: 79, 7C and 85. RGB value is (121,124,133). Sum of RGB (Red+Green+Blue) = 121+124+133=378 (50% of max value = 765). Red value is 121 (47.66% from 255 or 32.01% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 133 - color contains mainly: blue. Hex color #797C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797C85 is #86837A. Grayscale: #7C7C7C. Windows color (decimal): -8815483 or 8748153. OLE color: 8748153.
HSL color Cylindrical-coordinate representation of color #797C85: hue angle of 225º 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 #797C85 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 121 | 124 | 133 | - |
| CMYK | 0.09 | 0.07 | 0 | 0.48 |
| HSL | 225º | 0.05% | 0.5% | - |
| HSV(B) | 225º | 0.09% | 0.52% | - |
| XYZ | 19.33 | 20.17 | 25.07 | - |
| YUV | 124.13 | 133.01 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 124 | 133 | 0.09 | 0.07 | 0 | 0.48 | 225 | 0.05 | 0.5 |
| Hex | 79 | 7C | 85 | 9 | 7 | 0 | 30 | E1 | 5 | 32 |
| Octal | 171 | 174 | 205 | 11 | 7 | 0 | 60 | 341 | 5 | 62 |
| Binary | 1111001 | 1111100 | 10000101 | 1001 | 111 | 0 | 110000 | 11100001 | 101 | 110010 |
Color Harmonies of #797C85
Complementary color
Monochromatic Colors of #797C85
Black with #797C85
Text Example
Text Example
White with #797C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797C85; }
p { color: rgb(121,124,133); }
H1.HeaderClassName
{
color: #797C85;
}
.AnyTagClassName
{
color: #797C85;
}
</style>
background-color css
<style>
a { background-color: #797C85; }
a { background-color: rgb(121,124,133); }
div.DivClassName
{
background-color: #797C85;
}
.BgClassName
{
background-color: #797C85;
}
</style>
border-color css
<style>
span { border-color: #797C85; }
span { border-color: rgb(121,124,133); }
td.TdClassName
{
border-color: #797C85;
}
.TagClassName
{
border-color: #797C85;
}
</style>