Shades of Gunsmoke #7E866D
Tints of Gunsmoke #7E866D
RGB
CMYK
RGB Variations
Color information
#7E866D (or 0x7E866D) is known color: Gunsmoke. HEX triplet: 7E, 86 and 6D. RGB value is (126,134,109). Sum of RGB (Red+Green+Blue) = 126+134+109=369 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.15% from 369); Green value is 134 (52.73% from 255 or 36.31% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 134 - color contains mainly: green. Hex color #7E866D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E866D is #817992. Grayscale: #808080. Windows color (decimal): -8485267 or 7177854. OLE color: 7177854.
HSL color Cylindrical-coordinate representation of color #7E866D: hue angle of 79.2º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7E866D is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 126 | 134 | 109 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.47 |
| HSL | 79.2º | 0.1% | 0.48% | - |
| HSV(B) | 79.2º | 0.19% | 0.53% | - |
| XYZ | 19.89 | 22.59 | 17.78 | - |
| YUV | 128.76 | 116.85 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 134 | 109 | 0.06 | 0 | 0.19 | 0.47 | 79.2 | 0.1 | 0.48 |
| Hex | 7E | 86 | 6D | 6 | 0 | 13 | 2F | 4F | A | 30 |
| Octal | 176 | 206 | 155 | 6 | 0 | 23 | 57 | 117 | 12 | 60 |
| Binary | 1111110 | 10000110 | 1101101 | 110 | 0 | 10011 | 101111 | 1001111 | 1010 | 110000 |
Color Harmonies of #7E866D
Complementary color
Monochromatic Colors of #7E866D
Black with #7E866D
Text Example
Text Example
White with #7E866D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E866D; }
p { color: rgb(126,134,109); }
H1.HeaderClassName
{
color: #7E866D;
}
.AnyTagClassName
{
color: #7E866D;
}
</style>
background-color css
<style>
a { background-color: #7E866D; }
a { background-color: rgb(126,134,109); }
div.DivClassName
{
background-color: #7E866D;
}
.BgClassName
{
background-color: #7E866D;
}
</style>
border-color css
<style>
span { border-color: #7E866D; }
span { border-color: rgb(126,134,109); }
td.TdClassName
{
border-color: #7E866D;
}
.TagClassName
{
border-color: #7E866D;
}
</style>