Shades of Gunsmoke #7E876F
Tints of Gunsmoke #7E876F
RGB
CMYK
RGB Variations
Color information
#7E876F (or 0x7E876F) is known color: Gunsmoke. HEX triplet: 7E, 87 and 6F. RGB value is (126,135,111). Sum of RGB (Red+Green+Blue) = 126+135+111=372 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.87% from 372); Green value is 135 (53.12% from 255 or 36.29% from 372); Blue value is 111 (43.75% from 255 or 29.84% from 372); Max value from RGB is 135 - color contains mainly: green. Hex color #7E876F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E876F is #817890. Grayscale: #818181. Windows color (decimal): -8485009 or 7309182. OLE color: 7309182.
HSL color Cylindrical-coordinate representation of color #7E876F: hue angle of 82.5º 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 #7E876F is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 126 | 135 | 111 | - |
| CMYK | 0.07 | 0 | 0.18 | 0.47 |
| HSL | 82.5º | 0.1% | 0.48% | - |
| HSV(B) | 82.5º | 0.18% | 0.53% | - |
| XYZ | 20.14 | 22.91 | 18.4 | - |
| YUV | 129.57 | 117.52 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 135 | 111 | 0.07 | 0 | 0.18 | 0.47 | 82.5 | 0.1 | 0.48 |
| Hex | 7E | 87 | 6F | 7 | 0 | 12 | 2F | 52 | A | 30 |
| Octal | 176 | 207 | 157 | 7 | 0 | 22 | 57 | 122 | 12 | 60 |
| Binary | 1111110 | 10000111 | 1101111 | 111 | 0 | 10010 | 101111 | 1010010 | 1010 | 110000 |
Color Harmonies of #7E876F
Complementary color
Monochromatic Colors of #7E876F
Black with #7E876F
Text Example
Text Example
White with #7E876F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E876F; }
p { color: rgb(126,135,111); }
H1.HeaderClassName
{
color: #7E876F;
}
.AnyTagClassName
{
color: #7E876F;
}
</style>
background-color css
<style>
a { background-color: #7E876F; }
a { background-color: rgb(126,135,111); }
div.DivClassName
{
background-color: #7E876F;
}
.BgClassName
{
background-color: #7E876F;
}
</style>
border-color css
<style>
span { border-color: #7E876F; }
span { border-color: rgb(126,135,111); }
td.TdClassName
{
border-color: #7E876F;
}
.TagClassName
{
border-color: #7E876F;
}
</style>