Shades of Gunsmoke #7E8471
Tints of Gunsmoke #7E8471
RGB
CMYK
RGB Variations
Color information
#7E8471 (or 0x7E8471) is known color: Gunsmoke. HEX triplet: 7E, 84 and 71. RGB value is (126,132,113). Sum of RGB (Red+Green+Blue) = 126+132+113=371 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.96% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 132 - color contains mainly: green. Hex color #7E8471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8471 is #817B8E. Grayscale: #808080. Windows color (decimal): -8485775 or 7439486. OLE color: 7439486.
HSL color Cylindrical-coordinate representation of color #7E8471: hue angle of 78.95º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7E8471 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 126 | 132 | 113 | - |
| CMYK | 0.05 | 0 | 0.14 | 0.48 |
| HSL | 78.95º | 0.08% | 0.48% | - |
| HSV(B) | 78.95º | 0.14% | 0.52% | - |
| XYZ | 19.84 | 22.13 | 18.85 | - |
| YUV | 128.04 | 119.51 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 132 | 113 | 0.05 | 0 | 0.14 | 0.48 | 78.95 | 0.08 | 0.48 |
| Hex | 7E | 84 | 71 | 5 | 0 | E | 30 | 4F | 8 | 30 |
| Octal | 176 | 204 | 161 | 5 | 0 | 16 | 60 | 117 | 10 | 60 |
| Binary | 1111110 | 10000100 | 1110001 | 101 | 0 | 1110 | 110000 | 1001111 | 1000 | 110000 |
Color Harmonies of #7E8471
Complementary color
Monochromatic Colors of #7E8471
Black with #7E8471
Text Example
Text Example
White with #7E8471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8471; }
p { color: rgb(126,132,113); }
H1.HeaderClassName
{
color: #7E8471;
}
.AnyTagClassName
{
color: #7E8471;
}
</style>
background-color css
<style>
a { background-color: #7E8471; }
a { background-color: rgb(126,132,113); }
div.DivClassName
{
background-color: #7E8471;
}
.BgClassName
{
background-color: #7E8471;
}
</style>
border-color css
<style>
span { border-color: #7E8471; }
span { border-color: rgb(126,132,113); }
td.TdClassName
{
border-color: #7E8471;
}
.TagClassName
{
border-color: #7E8471;
}
</style>