Shades of Gunsmoke #7E846C
Tints of Gunsmoke #7E846C
RGB
CMYK
RGB Variations
Color information
#7E846C (or 0x7E846C) is known color: Gunsmoke. HEX triplet: 7E, 84 and 6C. RGB value is (126,132,108). Sum of RGB (Red+Green+Blue) = 126+132+108=366 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.43% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 132 - color contains mainly: green. Hex color #7E846C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E846C is #817B93. Grayscale: #7F7F7F. Windows color (decimal): -8485780 or 7111806. OLE color: 7111806.
HSL color Cylindrical-coordinate representation of color #7E846C: hue angle of 75º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7E846C is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 126 | 132 | 108 | - |
| CMYK | 0.05 | 0 | 0.18 | 0.48 |
| HSL | 75º | 0.1% | 0.47% | - |
| HSV(B) | 75º | 0.18% | 0.52% | - |
| XYZ | 19.56 | 22.02 | 17.41 | - |
| YUV | 127.47 | 117.01 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 132 | 108 | 0.05 | 0 | 0.18 | 0.48 | 75 | 0.1 | 0.47 |
| Hex | 7E | 84 | 6C | 5 | 0 | 12 | 30 | 4B | A | 2F |
| Octal | 176 | 204 | 154 | 5 | 0 | 22 | 60 | 113 | 12 | 57 |
| Binary | 1111110 | 10000100 | 1101100 | 101 | 0 | 10010 | 110000 | 1001011 | 1010 | 101111 |
Color Harmonies of #7E846C
Complementary color
Monochromatic Colors of #7E846C
Black with #7E846C
Text Example
Text Example
White with #7E846C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E846C; }
p { color: rgb(126,132,108); }
H1.HeaderClassName
{
color: #7E846C;
}
.AnyTagClassName
{
color: #7E846C;
}
</style>
background-color css
<style>
a { background-color: #7E846C; }
a { background-color: rgb(126,132,108); }
div.DivClassName
{
background-color: #7E846C;
}
.BgClassName
{
background-color: #7E846C;
}
</style>
border-color css
<style>
span { border-color: #7E846C; }
span { border-color: rgb(126,132,108); }
td.TdClassName
{
border-color: #7E846C;
}
.TagClassName
{
border-color: #7E846C;
}
</style>