Shades of Gunsmoke #7E866E
Tints of Gunsmoke #7E866E
RGB
CMYK
RGB Variations
Color information
#7E866E (or 0x7E866E) is known color: Gunsmoke. HEX triplet: 7E, 86 and 6E. RGB value is (126,134,110). Sum of RGB (Red+Green+Blue) = 126+134+110=370 (49% of max value = 765). Red value is 126 (49.61% from 255 or 34.05% from 370); Green value is 134 (52.73% from 255 or 36.22% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 134 - color contains mainly: green. Hex color #7E866E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E866E is #817991. Grayscale: #808080. Windows color (decimal): -8485266 or 7243390. OLE color: 7243390.
HSL color Cylindrical-coordinate representation of color #7E866E: hue angle of 80º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7E866E is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 126 | 134 | 110 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.47 |
| HSL | 80º | 0.1% | 0.48% | - |
| HSV(B) | 80º | 0.18% | 0.53% | - |
| XYZ | 19.94 | 22.61 | 18.07 | - |
| YUV | 128.87 | 117.35 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 134 | 110 | 0.06 | 0 | 0.18 | 0.47 | 80 | 0.1 | 0.48 |
| Hex | 7E | 86 | 6E | 6 | 0 | 12 | 2F | 50 | A | 30 |
| Octal | 176 | 206 | 156 | 6 | 0 | 22 | 57 | 120 | 12 | 60 |
| Binary | 1111110 | 10000110 | 1101110 | 110 | 0 | 10010 | 101111 | 1010000 | 1010 | 110000 |
Color Harmonies of #7E866E
Complementary color
Monochromatic Colors of #7E866E
Black with #7E866E
Text Example
Text Example
White with #7E866E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E866E; }
p { color: rgb(126,134,110); }
H1.HeaderClassName
{
color: #7E866E;
}
.AnyTagClassName
{
color: #7E866E;
}
</style>
background-color css
<style>
a { background-color: #7E866E; }
a { background-color: rgb(126,134,110); }
div.DivClassName
{
background-color: #7E866E;
}
.BgClassName
{
background-color: #7E866E;
}
</style>
border-color css
<style>
span { border-color: #7E866E; }
span { border-color: rgb(126,134,110); }
td.TdClassName
{
border-color: #7E866E;
}
.TagClassName
{
border-color: #7E866E;
}
</style>