Shades of Storm Grey #797C84
Tints of Storm Grey #797C84
RGB
CMYK
RGB Variations
Color information
#797C84 (or 0x797C84) is known color: Storm Grey. HEX triplet: 79, 7C and 84. RGB value is (121,124,132). Sum of RGB (Red+Green+Blue) = 121+124+132=377 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.10% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 132 (51.95% from 255 or 35.01% from 377); Max value from RGB is 132 - color contains mainly: blue. Hex color #797C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797C84 is #86837B. Grayscale: #7B7B7B. Windows color (decimal): -8815484 or 8682617. OLE color: 8682617.
HSL color Cylindrical-coordinate representation of color #797C84: hue angle of 223.64º 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 #797C84 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 121 | 124 | 132 | - |
| CMYK | 0.08 | 0.06 | 0 | 0.48 |
| HSL | 223.64º | 0.04% | 0.5% | - |
| HSV(B) | 223.64º | 0.08% | 0.52% | - |
| XYZ | 19.26 | 20.15 | 24.7 | - |
| YUV | 124.02 | 132.51 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 124 | 132 | 0.08 | 0.06 | 0 | 0.48 | 223.64 | 0.04 | 0.5 |
| Hex | 79 | 7C | 84 | 8 | 6 | 0 | 30 | E0 | 4 | 32 |
| Octal | 171 | 174 | 204 | 10 | 6 | 0 | 60 | 340 | 4 | 62 |
| Binary | 1111001 | 1111100 | 10000100 | 1000 | 110 | 0 | 110000 | 11100000 | 100 | 110010 |
Color Harmonies of #797C84
Complementary color
Monochromatic Colors of #797C84
Black with #797C84
Text Example
Text Example
White with #797C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797C84; }
p { color: rgb(121,124,132); }
H1.HeaderClassName
{
color: #797C84;
}
.AnyTagClassName
{
color: #797C84;
}
</style>
background-color css
<style>
a { background-color: #797C84; }
a { background-color: rgb(121,124,132); }
div.DivClassName
{
background-color: #797C84;
}
.BgClassName
{
background-color: #797C84;
}
</style>
border-color css
<style>
span { border-color: #797C84; }
span { border-color: rgb(121,124,132); }
td.TdClassName
{
border-color: #797C84;
}
.TagClassName
{
border-color: #797C84;
}
</style>