Shades of Gunsmoke #7E8667
Tints of Gunsmoke #7E8667
RGB
CMYK
RGB Variations
Color information
#7E8667 (or 0x7E8667) is known color: Gunsmoke. HEX triplet: 7E, 86 and 67. RGB value is (126,134,103). Sum of RGB (Red+Green+Blue) = 126+134+103=363 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.71% from 363); Green value is 134 (52.73% from 255 or 36.91% from 363); Blue value is 103 (40.62% from 255 or 28.37% from 363); Max value from RGB is 134 - color contains mainly: green. Hex color #7E8667 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8667 is #817998. Grayscale: #808080. Windows color (decimal): -8485273 or 6784638. OLE color: 6784638.
HSL color Cylindrical-coordinate representation of color #7E8667: hue angle of 75.48º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7E8667 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 126 | 134 | 103 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.47 |
| HSL | 75.48º | 0.13% | 0.46% | - |
| HSV(B) | 75.48º | 0.23% | 0.53% | - |
| XYZ | 19.58 | 22.47 | 16.14 | - |
| YUV | 128.07 | 113.85 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 134 | 103 | 0.06 | 0 | 0.23 | 0.47 | 75.48 | 0.13 | 0.46 |
| Hex | 7E | 86 | 67 | 6 | 0 | 17 | 2F | 4B | D | 2E |
| Octal | 176 | 206 | 147 | 6 | 0 | 27 | 57 | 113 | 15 | 56 |
| Binary | 1111110 | 10000110 | 1100111 | 110 | 0 | 10111 | 101111 | 1001011 | 1101 | 101110 |
Color Harmonies of #7E8667
Complementary color
Monochromatic Colors of #7E8667
Black with #7E8667
Text Example
Text Example
White with #7E8667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8667; }
p { color: rgb(126,134,103); }
H1.HeaderClassName
{
color: #7E8667;
}
.AnyTagClassName
{
color: #7E8667;
}
</style>
background-color css
<style>
a { background-color: #7E8667; }
a { background-color: rgb(126,134,103); }
div.DivClassName
{
background-color: #7E8667;
}
.BgClassName
{
background-color: #7E8667;
}
</style>
border-color css
<style>
span { border-color: #7E8667; }
span { border-color: rgb(126,134,103); }
td.TdClassName
{
border-color: #7E8667;
}
.TagClassName
{
border-color: #7E8667;
}
</style>