Shades of Storm Grey #797C86
Tints of Storm Grey #797C86
RGB
CMYK
RGB Variations
Color information
#797C86 (or 0x797C86) is known color: Storm Grey. HEX triplet: 79, 7C and 86. RGB value is (121,124,134). Sum of RGB (Red+Green+Blue) = 121+124+134=379 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.93% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 134 (52.73% from 255 or 35.36% from 379); Max value from RGB is 134 - color contains mainly: blue. Hex color #797C86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797C86 is #868379. Grayscale: #7C7C7C. Windows color (decimal): -8815482 or 8813689. OLE color: 8813689.
HSL color Cylindrical-coordinate representation of color #797C86: hue angle of 226.15º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #797C86 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 121 | 124 | 134 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.47 |
| HSL | 226.15º | 0.05% | 0.5% | - |
| HSV(B) | 226.15º | 0.1% | 0.53% | - |
| XYZ | 19.4 | 20.2 | 25.43 | - |
| YUV | 124.24 | 133.51 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 124 | 134 | 0.10 | 0.07 | 0 | 0.47 | 226.15 | 0.05 | 0.5 |
| Hex | 79 | 7C | 86 | A | 7 | 0 | 2F | E2 | 5 | 32 |
| Octal | 171 | 174 | 206 | 12 | 7 | 0 | 57 | 342 | 5 | 62 |
| Binary | 1111001 | 1111100 | 10000110 | 1010 | 111 | 0 | 101111 | 11100010 | 101 | 110010 |
Color Harmonies of #797C86
Complementary color
Monochromatic Colors of #797C86
Black with #797C86
Text Example
Text Example
White with #797C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797C86; }
p { color: rgb(121,124,134); }
H1.HeaderClassName
{
color: #797C86;
}
.AnyTagClassName
{
color: #797C86;
}
</style>
background-color css
<style>
a { background-color: #797C86; }
a { background-color: rgb(121,124,134); }
div.DivClassName
{
background-color: #797C86;
}
.BgClassName
{
background-color: #797C86;
}
</style>
border-color css
<style>
span { border-color: #797C86; }
span { border-color: rgb(121,124,134); }
td.TdClassName
{
border-color: #797C86;
}
.TagClassName
{
border-color: #797C86;
}
</style>