Shades of Gunsmoke #7E866C
Tints of Gunsmoke #7E866C
RGB
CMYK
RGB Variations
Color information
#7E866C (or 0x7E866C) is known color: Gunsmoke. HEX triplet: 7E, 86 and 6C. RGB value is (126,134,108). Sum of RGB (Red+Green+Blue) = 126+134+108=368 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.24% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 134 - color contains mainly: green. Hex color #7E866C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E866C is #817993. Grayscale: #808080. Windows color (decimal): -8485268 or 7112318. OLE color: 7112318.
HSL color Cylindrical-coordinate representation of color #7E866C: hue angle of 78.46º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7E866C is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 126 | 134 | 108 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.47 |
| HSL | 78.46º | 0.11% | 0.47% | - |
| HSV(B) | 78.46º | 0.19% | 0.53% | - |
| XYZ | 19.84 | 22.57 | 17.5 | - |
| YUV | 128.64 | 116.35 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 134 | 108 | 0.06 | 0 | 0.19 | 0.47 | 78.46 | 0.11 | 0.47 |
| Hex | 7E | 86 | 6C | 6 | 0 | 13 | 2F | 4E | B | 2F |
| Octal | 176 | 206 | 154 | 6 | 0 | 23 | 57 | 116 | 13 | 57 |
| Binary | 1111110 | 10000110 | 1101100 | 110 | 0 | 10011 | 101111 | 1001110 | 1011 | 101111 |
Color Harmonies of #7E866C
Complementary color
Monochromatic Colors of #7E866C
Black with #7E866C
Text Example
Text Example
White with #7E866C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E866C; }
p { color: rgb(126,134,108); }
H1.HeaderClassName
{
color: #7E866C;
}
.AnyTagClassName
{
color: #7E866C;
}
</style>
background-color css
<style>
a { background-color: #7E866C; }
a { background-color: rgb(126,134,108); }
div.DivClassName
{
background-color: #7E866C;
}
.BgClassName
{
background-color: #7E866C;
}
</style>
border-color css
<style>
span { border-color: #7E866C; }
span { border-color: rgb(126,134,108); }
td.TdClassName
{
border-color: #7E866C;
}
.TagClassName
{
border-color: #7E866C;
}
</style>