Shades of Gunsmoke #797D6E
Tints of Gunsmoke #797D6E
RGB
CMYK
RGB Variations
Color information
#797D6E (or 0x797D6E) is known color: Gunsmoke. HEX triplet: 79, 7D and 6E. RGB value is (121,125,110). Sum of RGB (Red+Green+Blue) = 121+125+110=356 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.99% from 356); Green value is 125 (49.22% from 255 or 35.11% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 125 - color contains mainly: green. Hex color #797D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797D6E is #868291. Grayscale: #7A7A7A. Windows color (decimal): -8815250 or 7241081. OLE color: 7241081.
HSL color Cylindrical-coordinate representation of color #797D6E: hue angle of 76º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #797D6E is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 121 | 125 | 110 | - |
| CMYK | 0.03 | 0 | 0.12 | 0.51 |
| HSL | 76º | 0.06% | 0.46% | - |
| HSV(B) | 76º | 0.12% | 0.49% | - |
| XYZ | 18.03 | 19.86 | 17.63 | - |
| YUV | 122.09 | 121.17 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 125 | 110 | 0.03 | 0 | 0.12 | 0.51 | 76 | 0.06 | 0.46 |
| Hex | 79 | 7D | 6E | 3 | 0 | C | 33 | 4C | 6 | 2E |
| Octal | 171 | 175 | 156 | 3 | 0 | 14 | 63 | 114 | 6 | 56 |
| Binary | 1111001 | 1111101 | 1101110 | 11 | 0 | 1100 | 110011 | 1001100 | 110 | 101110 |
Color Harmonies of #797D6E
Complementary color
Monochromatic Colors of #797D6E
Black with #797D6E
Text Example
Text Example
White with #797D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797D6E; }
p { color: rgb(121,125,110); }
H1.HeaderClassName
{
color: #797D6E;
}
.AnyTagClassName
{
color: #797D6E;
}
</style>
background-color css
<style>
a { background-color: #797D6E; }
a { background-color: rgb(121,125,110); }
div.DivClassName
{
background-color: #797D6E;
}
.BgClassName
{
background-color: #797D6E;
}
</style>
border-color css
<style>
span { border-color: #797D6E; }
span { border-color: rgb(121,125,110); }
td.TdClassName
{
border-color: #797D6E;
}
.TagClassName
{
border-color: #797D6E;
}
</style>