Shades of Gunsmoke #7E876C
Tints of Gunsmoke #7E876C
RGB
CMYK
RGB Variations
Color information
#7E876C (or 0x7E876C) is known color: Gunsmoke. HEX triplet: 7E, 87 and 6C. RGB value is (126,135,108). Sum of RGB (Red+Green+Blue) = 126+135+108=369 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.15% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 135 - color contains mainly: green. Hex color #7E876C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E876C is #817893. Grayscale: #818181. Windows color (decimal): -8485012 or 7112574. OLE color: 7112574.
HSL color Cylindrical-coordinate representation of color #7E876C: hue angle of 80º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7E876C is Cyan = 0.07, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 126 | 135 | 108 | - |
| CMYK | 0.07 | 0 | 0.2 | 0.47 |
| HSL | 80º | 0.11% | 0.48% | - |
| HSV(B) | 80º | 0.2% | 0.53% | - |
| XYZ | 19.97 | 22.85 | 17.54 | - |
| YUV | 129.23 | 116.02 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 135 | 108 | 0.07 | 0 | 0.2 | 0.47 | 80 | 0.11 | 0.48 |
| Hex | 7E | 87 | 6C | 7 | 0 | 14 | 2F | 50 | B | 30 |
| Octal | 176 | 207 | 154 | 7 | 0 | 24 | 57 | 120 | 13 | 60 |
| Binary | 1111110 | 10000111 | 1101100 | 111 | 0 | 10100 | 101111 | 1010000 | 1011 | 110000 |
Color Harmonies of #7E876C
Complementary color
Monochromatic Colors of #7E876C
Black with #7E876C
Text Example
Text Example
White with #7E876C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E876C; }
p { color: rgb(126,135,108); }
H1.HeaderClassName
{
color: #7E876C;
}
.AnyTagClassName
{
color: #7E876C;
}
</style>
background-color css
<style>
a { background-color: #7E876C; }
a { background-color: rgb(126,135,108); }
div.DivClassName
{
background-color: #7E876C;
}
.BgClassName
{
background-color: #7E876C;
}
</style>
border-color css
<style>
span { border-color: #7E876C; }
span { border-color: rgb(126,135,108); }
td.TdClassName
{
border-color: #7E876C;
}
.TagClassName
{
border-color: #7E876C;
}
</style>