Shades of Gunsmoke #797E6B
Tints of Gunsmoke #797E6B
RGB
CMYK
RGB Variations
Color information
#797E6B (or 0x797E6B) is known color: Gunsmoke. HEX triplet: 79, 7E and 6B. RGB value is (121,126,107). Sum of RGB (Red+Green+Blue) = 121+126+107=354 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.18% from 354); Green value is 126 (49.61% from 255 or 35.59% from 354); Blue value is 107 (42.19% from 255 or 30.23% from 354); Max value from RGB is 126 - color contains mainly: green. Hex color #797E6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797E6B is #868194. Grayscale: #7A7A7A. Windows color (decimal): -8814997 or 7044729. OLE color: 7044729.
HSL color Cylindrical-coordinate representation of color #797E6B: hue angle of 75.79º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #797E6B is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 121 | 126 | 107 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.51 |
| HSL | 75.79º | 0.08% | 0.46% | - |
| HSV(B) | 75.79º | 0.15% | 0.49% | - |
| XYZ | 18 | 20.05 | 16.83 | - |
| YUV | 122.34 | 119.34 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 126 | 107 | 0.04 | 0 | 0.15 | 0.51 | 75.79 | 0.08 | 0.46 |
| Hex | 79 | 7E | 6B | 4 | 0 | F | 33 | 4C | 8 | 2E |
| Octal | 171 | 176 | 153 | 4 | 0 | 17 | 63 | 114 | 10 | 56 |
| Binary | 1111001 | 1111110 | 1101011 | 100 | 0 | 1111 | 110011 | 1001100 | 1000 | 101110 |
Color Harmonies of #797E6B
Complementary color
Monochromatic Colors of #797E6B
Black with #797E6B
Text Example
Text Example
White with #797E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797E6B; }
p { color: rgb(121,126,107); }
H1.HeaderClassName
{
color: #797E6B;
}
.AnyTagClassName
{
color: #797E6B;
}
</style>
background-color css
<style>
a { background-color: #797E6B; }
a { background-color: rgb(121,126,107); }
div.DivClassName
{
background-color: #797E6B;
}
.BgClassName
{
background-color: #797E6B;
}
</style>
border-color css
<style>
span { border-color: #797E6B; }
span { border-color: rgb(121,126,107); }
td.TdClassName
{
border-color: #797E6B;
}
.TagClassName
{
border-color: #797E6B;
}
</style>