Shades of Gunsmoke #7E8570
Tints of Gunsmoke #7E8570
RGB
CMYK
RGB Variations
Color information
#7E8570 (or 0x7E8570) is known color: Gunsmoke. HEX triplet: 7E, 85 and 70. RGB value is (126,133,112). Sum of RGB (Red+Green+Blue) = 126+133+112=371 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.96% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 133 - color contains mainly: green. Hex color #7E8570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8570 is #817A8F. Grayscale: #808080. Windows color (decimal): -8485520 or 7374206. OLE color: 7374206.
HSL color Cylindrical-coordinate representation of color #7E8570: hue angle of 80º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7E8570 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 126 | 133 | 112 | - |
| CMYK | 0.05 | 0 | 0.16 | 0.48 |
| HSL | 80º | 0.09% | 0.48% | - |
| HSV(B) | 80º | 0.16% | 0.52% | - |
| XYZ | 19.92 | 22.38 | 18.6 | - |
| YUV | 128.51 | 118.68 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 133 | 112 | 0.05 | 0 | 0.16 | 0.48 | 80 | 0.09 | 0.48 |
| Hex | 7E | 85 | 70 | 5 | 0 | 10 | 30 | 50 | 9 | 30 |
| Octal | 176 | 205 | 160 | 5 | 0 | 20 | 60 | 120 | 11 | 60 |
| Binary | 1111110 | 10000101 | 1110000 | 101 | 0 | 10000 | 110000 | 1010000 | 1001 | 110000 |
Color Harmonies of #7E8570
Complementary color
Monochromatic Colors of #7E8570
Black with #7E8570
Text Example
Text Example
White with #7E8570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8570; }
p { color: rgb(126,133,112); }
H1.HeaderClassName
{
color: #7E8570;
}
.AnyTagClassName
{
color: #7E8570;
}
</style>
background-color css
<style>
a { background-color: #7E8570; }
a { background-color: rgb(126,133,112); }
div.DivClassName
{
background-color: #7E8570;
}
.BgClassName
{
background-color: #7E8570;
}
</style>
border-color css
<style>
span { border-color: #7E8570; }
span { border-color: rgb(126,133,112); }
td.TdClassName
{
border-color: #7E8570;
}
.TagClassName
{
border-color: #7E8570;
}
</style>