Shades of Gunsmoke #7E8470
Tints of Gunsmoke #7E8470
RGB
CMYK
RGB Variations
Color information
#7E8470 (or 0x7E8470) is known color: Gunsmoke. HEX triplet: 7E, 84 and 70. RGB value is (126,132,112). Sum of RGB (Red+Green+Blue) = 126+132+112=370 (49% of max value = 765). Red value is 126 (49.61% from 255 or 34.05% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 132 - color contains mainly: green. Hex color #7E8470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8470 is #817B8F. Grayscale: #808080. Windows color (decimal): -8485776 or 7373950. OLE color: 7373950.
HSL color Cylindrical-coordinate representation of color #7E8470: hue angle of 78º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7E8470 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 126 | 132 | 112 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.48 |
| HSL | 78º | 0.08% | 0.48% | - |
| HSV(B) | 78º | 0.15% | 0.52% | - |
| XYZ | 19.78 | 22.11 | 18.55 | - |
| YUV | 127.93 | 119.01 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 132 | 112 | 0.05 | 0 | 0.15 | 0.48 | 78 | 0.08 | 0.48 |
| Hex | 7E | 84 | 70 | 5 | 0 | F | 30 | 4E | 8 | 30 |
| Octal | 176 | 204 | 160 | 5 | 0 | 17 | 60 | 116 | 10 | 60 |
| Binary | 1111110 | 10000100 | 1110000 | 101 | 0 | 1111 | 110000 | 1001110 | 1000 | 110000 |
Color Harmonies of #7E8470
Complementary color
Monochromatic Colors of #7E8470
Black with #7E8470
Text Example
Text Example
White with #7E8470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8470; }
p { color: rgb(126,132,112); }
H1.HeaderClassName
{
color: #7E8470;
}
.AnyTagClassName
{
color: #7E8470;
}
</style>
background-color css
<style>
a { background-color: #7E8470; }
a { background-color: rgb(126,132,112); }
div.DivClassName
{
background-color: #7E8470;
}
.BgClassName
{
background-color: #7E8470;
}
</style>
border-color css
<style>
span { border-color: #7E8470; }
span { border-color: rgb(126,132,112); }
td.TdClassName
{
border-color: #7E8470;
}
.TagClassName
{
border-color: #7E8470;
}
</style>