Shades of Gunsmoke #7E876D
Tints of Gunsmoke #7E876D
RGB
CMYK
RGB Variations
Color information
#7E876D (or 0x7E876D) is known color: Gunsmoke. HEX triplet: 7E, 87 and 6D. RGB value is (126,135,109). Sum of RGB (Red+Green+Blue) = 126+135+109=370 (49% of max value = 765). Red value is 126 (49.61% from 255 or 34.05% from 370); Green value is 135 (53.12% from 255 or 36.49% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 135 - color contains mainly: green. Hex color #7E876D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E876D is #817892. Grayscale: #818181. Windows color (decimal): -8485011 or 7178110. OLE color: 7178110.
HSL color Cylindrical-coordinate representation of color #7E876D: hue angle of 80.77º degrees, saturation: 0.11, 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 #7E876D is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 126 | 135 | 109 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.47 |
| HSL | 80.77º | 0.11% | 0.48% | - |
| HSV(B) | 80.77º | 0.19% | 0.53% | - |
| XYZ | 20.03 | 22.87 | 17.83 | - |
| YUV | 129.35 | 116.52 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 135 | 109 | 0.07 | 0 | 0.19 | 0.47 | 80.77 | 0.11 | 0.48 |
| Hex | 7E | 87 | 6D | 7 | 0 | 13 | 2F | 51 | B | 30 |
| Octal | 176 | 207 | 155 | 7 | 0 | 23 | 57 | 121 | 13 | 60 |
| Binary | 1111110 | 10000111 | 1101101 | 111 | 0 | 10011 | 101111 | 1010001 | 1011 | 110000 |
Color Harmonies of #7E876D
Complementary color
Monochromatic Colors of #7E876D
Black with #7E876D
Text Example
Text Example
White with #7E876D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E876D; }
p { color: rgb(126,135,109); }
H1.HeaderClassName
{
color: #7E876D;
}
.AnyTagClassName
{
color: #7E876D;
}
</style>
background-color css
<style>
a { background-color: #7E876D; }
a { background-color: rgb(126,135,109); }
div.DivClassName
{
background-color: #7E876D;
}
.BgClassName
{
background-color: #7E876D;
}
</style>
border-color css
<style>
span { border-color: #7E876D; }
span { border-color: rgb(126,135,109); }
td.TdClassName
{
border-color: #7E876D;
}
.TagClassName
{
border-color: #7E876D;
}
</style>