Shades of Gunsmoke #797F6D
Tints of Gunsmoke #797F6D
RGB
CMYK
RGB Variations
Color information
#797F6D (or 0x797F6D) is known color: Gunsmoke. HEX triplet: 79, 7F and 6D. RGB value is (121,127,109). Sum of RGB (Red+Green+Blue) = 121+127+109=357 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.89% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 127 - color contains mainly: green. Hex color #797F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797F6D is #868092. Grayscale: #7B7B7B. Windows color (decimal): -8814739 or 7176057. OLE color: 7176057.
HSL color Cylindrical-coordinate representation of color #797F6D: hue angle of 80º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #797F6D is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 121 | 127 | 109 | - |
| CMYK | 0.05 | 0 | 0.14 | 0.50 |
| HSL | 80º | 0.08% | 0.46% | - |
| HSV(B) | 80º | 0.14% | 0.5% | - |
| XYZ | 18.23 | 20.35 | 17.43 | - |
| YUV | 123.15 | 120.01 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 127 | 109 | 0.05 | 0 | 0.14 | 0.50 | 80 | 0.08 | 0.46 |
| Hex | 79 | 7F | 6D | 5 | 0 | E | 32 | 50 | 8 | 2E |
| Octal | 171 | 177 | 155 | 5 | 0 | 16 | 62 | 120 | 10 | 56 |
| Binary | 1111001 | 1111111 | 1101101 | 101 | 0 | 1110 | 110010 | 1010000 | 1000 | 101110 |
Color Harmonies of #797F6D
Complementary color
Monochromatic Colors of #797F6D
Black with #797F6D
Text Example
Text Example
White with #797F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797F6D; }
p { color: rgb(121,127,109); }
H1.HeaderClassName
{
color: #797F6D;
}
.AnyTagClassName
{
color: #797F6D;
}
</style>
background-color css
<style>
a { background-color: #797F6D; }
a { background-color: rgb(121,127,109); }
div.DivClassName
{
background-color: #797F6D;
}
.BgClassName
{
background-color: #797F6D;
}
</style>
border-color css
<style>
span { border-color: #797F6D; }
span { border-color: rgb(121,127,109); }
td.TdClassName
{
border-color: #797F6D;
}
.TagClassName
{
border-color: #797F6D;
}
</style>