Shades of Gunsmoke #797D69
Tints of Gunsmoke #797D69
RGB
CMYK
RGB Variations
Color information
#797D69 (or 0x797D69) is known color: Gunsmoke. HEX triplet: 79, 7D and 69. RGB value is (121,125,105). Sum of RGB (Red+Green+Blue) = 121+125+105=351 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.47% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 105 (41.41% from 255 or 29.91% from 351); Max value from RGB is 125 - color contains mainly: green. Hex color #797D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797D69 is #868296. Grayscale: #797979. Windows color (decimal): -8815255 or 6913401. OLE color: 6913401.
HSL color Cylindrical-coordinate representation of color #797D69: hue angle of 72º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #797D69 is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 121 | 125 | 105 | - |
| CMYK | 0.03 | 0 | 0.16 | 0.51 |
| HSL | 72º | 0.09% | 0.45% | - |
| HSV(B) | 72º | 0.16% | 0.49% | - |
| XYZ | 17.77 | 19.75 | 16.24 | - |
| YUV | 121.52 | 118.67 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 125 | 105 | 0.03 | 0 | 0.16 | 0.51 | 72 | 0.09 | 0.45 |
| Hex | 79 | 7D | 69 | 3 | 0 | 10 | 33 | 48 | 9 | 2D |
| Octal | 171 | 175 | 151 | 3 | 0 | 20 | 63 | 110 | 11 | 55 |
| Binary | 1111001 | 1111101 | 1101001 | 11 | 0 | 10000 | 110011 | 1001000 | 1001 | 101101 |
Color Harmonies of #797D69
Complementary color
Monochromatic Colors of #797D69
Black with #797D69
Text Example
Text Example
White with #797D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797D69; }
p { color: rgb(121,125,105); }
H1.HeaderClassName
{
color: #797D69;
}
.AnyTagClassName
{
color: #797D69;
}
</style>
background-color css
<style>
a { background-color: #797D69; }
a { background-color: rgb(121,125,105); }
div.DivClassName
{
background-color: #797D69;
}
.BgClassName
{
background-color: #797D69;
}
</style>
border-color css
<style>
span { border-color: #797D69; }
span { border-color: rgb(121,125,105); }
td.TdClassName
{
border-color: #797D69;
}
.TagClassName
{
border-color: #797D69;
}
</style>