Shades of Storm Grey #797D84
Tints of Storm Grey #797D84
RGB
CMYK
RGB Variations
Color information
#797D84 (or 0x797D84) is known color: Storm Grey. HEX triplet: 79, 7D and 84. RGB value is (121,125,132). Sum of RGB (Red+Green+Blue) = 121+125+132=378 (50% of max value = 765). Red value is 121 (47.66% from 255 or 32.01% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 132 (51.95% from 255 or 34.92% from 378); Max value from RGB is 132 - color contains mainly: blue. Hex color #797D84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797D84 is #86827B. Grayscale: #7C7C7C. Windows color (decimal): -8815228 or 8682873. OLE color: 8682873.
HSL color Cylindrical-coordinate representation of color #797D84: hue angle of 218.18º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #797D84 is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 121 | 125 | 132 | - |
| CMYK | 0.08 | 0.05 | 0 | 0.48 |
| HSL | 218.18º | 0.04% | 0.5% | - |
| HSV(B) | 218.18º | 0.08% | 0.52% | - |
| XYZ | 19.38 | 20.4 | 24.75 | - |
| YUV | 124.6 | 132.17 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 125 | 132 | 0.08 | 0.05 | 0 | 0.48 | 218.18 | 0.04 | 0.5 |
| Hex | 79 | 7D | 84 | 8 | 5 | 0 | 30 | DA | 4 | 32 |
| Octal | 171 | 175 | 204 | 10 | 5 | 0 | 60 | 332 | 4 | 62 |
| Binary | 1111001 | 1111101 | 10000100 | 1000 | 101 | 0 | 110000 | 11011010 | 100 | 110010 |
Color Harmonies of #797D84
Complementary color
Monochromatic Colors of #797D84
Black with #797D84
Text Example
Text Example
White with #797D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797D84; }
p { color: rgb(121,125,132); }
H1.HeaderClassName
{
color: #797D84;
}
.AnyTagClassName
{
color: #797D84;
}
</style>
background-color css
<style>
a { background-color: #797D84; }
a { background-color: rgb(121,125,132); }
div.DivClassName
{
background-color: #797D84;
}
.BgClassName
{
background-color: #797D84;
}
</style>
border-color css
<style>
span { border-color: #797D84; }
span { border-color: rgb(121,125,132); }
td.TdClassName
{
border-color: #797D84;
}
.TagClassName
{
border-color: #797D84;
}
</style>