Shades of Gunsmoke #7E856E
Tints of Gunsmoke #7E856E
RGB
CMYK
RGB Variations
Color information
#7E856E (or 0x7E856E) is known color: Gunsmoke. HEX triplet: 7E, 85 and 6E. RGB value is (126,133,110). Sum of RGB (Red+Green+Blue) = 126+133+110=369 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.15% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 133 - color contains mainly: green. Hex color #7E856E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E856E is #817A91. Grayscale: #808080. Windows color (decimal): -8485522 or 7243134. OLE color: 7243134.
HSL color Cylindrical-coordinate representation of color #7E856E: hue angle of 78.26º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7E856E is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 126 | 133 | 110 | - |
| CMYK | 0.05 | 0 | 0.17 | 0.48 |
| HSL | 78.26º | 0.09% | 0.48% | - |
| HSV(B) | 78.26º | 0.17% | 0.52% | - |
| XYZ | 19.81 | 22.34 | 18.02 | - |
| YUV | 128.29 | 117.68 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 133 | 110 | 0.05 | 0 | 0.17 | 0.48 | 78.26 | 0.09 | 0.48 |
| Hex | 7E | 85 | 6E | 5 | 0 | 11 | 30 | 4E | 9 | 30 |
| Octal | 176 | 205 | 156 | 5 | 0 | 21 | 60 | 116 | 11 | 60 |
| Binary | 1111110 | 10000101 | 1101110 | 101 | 0 | 10001 | 110000 | 1001110 | 1001 | 110000 |
Color Harmonies of #7E856E
Complementary color
Monochromatic Colors of #7E856E
Black with #7E856E
Text Example
Text Example
White with #7E856E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E856E; }
p { color: rgb(126,133,110); }
H1.HeaderClassName
{
color: #7E856E;
}
.AnyTagClassName
{
color: #7E856E;
}
</style>
background-color css
<style>
a { background-color: #7E856E; }
a { background-color: rgb(126,133,110); }
div.DivClassName
{
background-color: #7E856E;
}
.BgClassName
{
background-color: #7E856E;
}
</style>
border-color css
<style>
span { border-color: #7E856E; }
span { border-color: rgb(126,133,110); }
td.TdClassName
{
border-color: #7E856E;
}
.TagClassName
{
border-color: #7E856E;
}
</style>