Shades of Gunsmoke #797E6D
Tints of Gunsmoke #797E6D
RGB
CMYK
RGB Variations
Color information
#797E6D (or 0x797E6D) is known color: Gunsmoke. HEX triplet: 79, 7E and 6D. RGB value is (121,126,109). Sum of RGB (Red+Green+Blue) = 121+126+109=356 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.99% from 356); Green value is 126 (49.61% from 255 or 35.39% from 356); Blue value is 109 (42.97% from 255 or 30.62% from 356); Max value from RGB is 126 - color contains mainly: green. Hex color #797E6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797E6D is #868192. Grayscale: #7A7A7A. Windows color (decimal): -8814995 or 7175801. OLE color: 7175801.
HSL color Cylindrical-coordinate representation of color #797E6D: hue angle of 77.65º degrees, saturation: 0.07, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #797E6D is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 121 | 126 | 109 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.51 |
| HSL | 77.65º | 0.07% | 0.46% | - |
| HSV(B) | 77.65º | 0.13% | 0.49% | - |
| XYZ | 18.11 | 20.09 | 17.39 | - |
| YUV | 122.57 | 120.34 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 126 | 109 | 0.04 | 0 | 0.13 | 0.51 | 77.65 | 0.07 | 0.46 |
| Hex | 79 | 7E | 6D | 4 | 0 | D | 33 | 4E | 7 | 2E |
| Octal | 171 | 176 | 155 | 4 | 0 | 15 | 63 | 116 | 7 | 56 |
| Binary | 1111001 | 1111110 | 1101101 | 100 | 0 | 1101 | 110011 | 1001110 | 111 | 101110 |
Color Harmonies of #797E6D
Complementary color
Monochromatic Colors of #797E6D
Black with #797E6D
Text Example
Text Example
White with #797E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797E6D; }
p { color: rgb(121,126,109); }
H1.HeaderClassName
{
color: #797E6D;
}
.AnyTagClassName
{
color: #797E6D;
}
</style>
background-color css
<style>
a { background-color: #797E6D; }
a { background-color: rgb(121,126,109); }
div.DivClassName
{
background-color: #797E6D;
}
.BgClassName
{
background-color: #797E6D;
}
</style>
border-color css
<style>
span { border-color: #797E6D; }
span { border-color: rgb(121,126,109); }
td.TdClassName
{
border-color: #797E6D;
}
.TagClassName
{
border-color: #797E6D;
}
</style>