Shades of Gunsmoke #7E8473
Tints of Gunsmoke #7E8473
RGB
CMYK
RGB Variations
Color information
#7E8473 (or 0x7E8473) is known color: Gunsmoke. HEX triplet: 7E, 84 and 73. RGB value is (126,132,115). Sum of RGB (Red+Green+Blue) = 126+132+115=373 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.78% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 132 - color contains mainly: green. Hex color #7E8473 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8473 is #817B8C. Grayscale: #808080. Windows color (decimal): -8485773 or 7570558. OLE color: 7570558.
HSL color Cylindrical-coordinate representation of color #7E8473: hue angle of 81.18º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7E8473 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 126 | 132 | 115 | - |
| CMYK | 0.05 | 0 | 0.13 | 0.48 |
| HSL | 81.18º | 0.07% | 0.48% | - |
| HSV(B) | 81.18º | 0.13% | 0.52% | - |
| XYZ | 19.95 | 22.18 | 19.45 | - |
| YUV | 128.27 | 120.51 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 132 | 115 | 0.05 | 0 | 0.13 | 0.48 | 81.18 | 0.07 | 0.48 |
| Hex | 7E | 84 | 73 | 5 | 0 | D | 30 | 51 | 7 | 30 |
| Octal | 176 | 204 | 163 | 5 | 0 | 15 | 60 | 121 | 7 | 60 |
| Binary | 1111110 | 10000100 | 1110011 | 101 | 0 | 1101 | 110000 | 1010001 | 111 | 110000 |
Color Harmonies of #7E8473
Complementary color
Monochromatic Colors of #7E8473
Black with #7E8473
Text Example
Text Example
White with #7E8473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8473; }
p { color: rgb(126,132,115); }
H1.HeaderClassName
{
color: #7E8473;
}
.AnyTagClassName
{
color: #7E8473;
}
</style>
background-color css
<style>
a { background-color: #7E8473; }
a { background-color: rgb(126,132,115); }
div.DivClassName
{
background-color: #7E8473;
}
.BgClassName
{
background-color: #7E8473;
}
</style>
border-color css
<style>
span { border-color: #7E8473; }
span { border-color: rgb(126,132,115); }
td.TdClassName
{
border-color: #7E8473;
}
.TagClassName
{
border-color: #7E8473;
}
</style>