Shades of Gunsmoke #7E846D
Tints of Gunsmoke #7E846D
RGB
CMYK
RGB Variations
Color information
#7E846D (or 0x7E846D) is known color: Gunsmoke. HEX triplet: 7E, 84 and 6D. RGB value is (126,132,109). Sum of RGB (Red+Green+Blue) = 126+132+109=367 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.33% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 132 - color contains mainly: green. Hex color #7E846D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E846D is #817B92. Grayscale: #7F7F7F. Windows color (decimal): -8485779 or 7177342. OLE color: 7177342.
HSL color Cylindrical-coordinate representation of color #7E846D: hue angle of 75.65º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7E846D is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 126 | 132 | 109 | - |
| CMYK | 0.05 | 0 | 0.17 | 0.48 |
| HSL | 75.65º | 0.1% | 0.47% | - |
| HSV(B) | 75.65º | 0.17% | 0.52% | - |
| XYZ | 19.62 | 22.04 | 17.69 | - |
| YUV | 127.58 | 117.51 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 132 | 109 | 0.05 | 0 | 0.17 | 0.48 | 75.65 | 0.1 | 0.47 |
| Hex | 7E | 84 | 6D | 5 | 0 | 11 | 30 | 4C | A | 2F |
| Octal | 176 | 204 | 155 | 5 | 0 | 21 | 60 | 114 | 12 | 57 |
| Binary | 1111110 | 10000100 | 1101101 | 101 | 0 | 10001 | 110000 | 1001100 | 1010 | 101111 |
Color Harmonies of #7E846D
Complementary color
Monochromatic Colors of #7E846D
Black with #7E846D
Text Example
Text Example
White with #7E846D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E846D; }
p { color: rgb(126,132,109); }
H1.HeaderClassName
{
color: #7E846D;
}
.AnyTagClassName
{
color: #7E846D;
}
</style>
background-color css
<style>
a { background-color: #7E846D; }
a { background-color: rgb(126,132,109); }
div.DivClassName
{
background-color: #7E846D;
}
.BgClassName
{
background-color: #7E846D;
}
</style>
border-color css
<style>
span { border-color: #7E846D; }
span { border-color: rgb(126,132,109); }
td.TdClassName
{
border-color: #7E846D;
}
.TagClassName
{
border-color: #7E846D;
}
</style>