Shades of Gunsmoke #7E8767
Tints of Gunsmoke #7E8767
RGB
CMYK
RGB Variations
Color information
#7E8767 (or 0x7E8767) is known color: Gunsmoke. HEX triplet: 7E, 87 and 67. RGB value is (126,135,103). Sum of RGB (Red+Green+Blue) = 126+135+103=364 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.62% from 364); Green value is 135 (53.12% from 255 or 37.09% from 364); Blue value is 103 (40.62% from 255 or 28.30% from 364); Max value from RGB is 135 - color contains mainly: green. Hex color #7E8767 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8767 is #817898. Grayscale: #808080. Windows color (decimal): -8485017 or 6784894. OLE color: 6784894.
HSL color Cylindrical-coordinate representation of color #7E8767: hue angle of 76.88º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7E8767 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 126 | 135 | 103 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.47 |
| HSL | 76.88º | 0.13% | 0.47% | - |
| HSV(B) | 76.88º | 0.24% | 0.53% | - |
| XYZ | 19.72 | 22.74 | 16.18 | - |
| YUV | 128.66 | 113.52 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 135 | 103 | 0.07 | 0 | 0.24 | 0.47 | 76.88 | 0.13 | 0.47 |
| Hex | 7E | 87 | 67 | 7 | 0 | 18 | 2F | 4D | D | 2F |
| Octal | 176 | 207 | 147 | 7 | 0 | 30 | 57 | 115 | 15 | 57 |
| Binary | 1111110 | 10000111 | 1100111 | 111 | 0 | 11000 | 101111 | 1001101 | 1101 | 101111 |
Color Harmonies of #7E8767
Complementary color
Monochromatic Colors of #7E8767
Black with #7E8767
Text Example
Text Example
White with #7E8767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8767; }
p { color: rgb(126,135,103); }
H1.HeaderClassName
{
color: #7E8767;
}
.AnyTagClassName
{
color: #7E8767;
}
</style>
background-color css
<style>
a { background-color: #7E8767; }
a { background-color: rgb(126,135,103); }
div.DivClassName
{
background-color: #7E8767;
}
.BgClassName
{
background-color: #7E8767;
}
</style>
border-color css
<style>
span { border-color: #7E8767; }
span { border-color: rgb(126,135,103); }
td.TdClassName
{
border-color: #7E8767;
}
.TagClassName
{
border-color: #7E8767;
}
</style>