Shades of Gunsmoke #7E8271
Tints of Gunsmoke #7E8271
RGB
CMYK
RGB Variations
Color information
#7E8271 (or 0x7E8271) is known color: Gunsmoke. HEX triplet: 7E, 82 and 71. RGB value is (126,130,113). Sum of RGB (Red+Green+Blue) = 126+130+113=369 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.15% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 113 (44.53% from 255 or 30.62% from 369); Max value from RGB is 130 - color contains mainly: green. Hex color #7E8271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8271 is #817D8E. Grayscale: #7E7E7E. Windows color (decimal): -8486287 or 7438974. OLE color: 7438974.
HSL color Cylindrical-coordinate representation of color #7E8271: hue angle of 74.12º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7E8271 is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 126 | 130 | 113 | - |
| CMYK | 0.03 | 0 | 0.13 | 0.49 |
| HSL | 74.12º | 0.07% | 0.48% | - |
| HSV(B) | 74.12º | 0.13% | 0.51% | - |
| XYZ | 19.57 | 21.59 | 18.76 | - |
| YUV | 126.87 | 120.17 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 130 | 113 | 0.03 | 0 | 0.13 | 0.49 | 74.12 | 0.07 | 0.48 |
| Hex | 7E | 82 | 71 | 3 | 0 | D | 31 | 4A | 7 | 30 |
| Octal | 176 | 202 | 161 | 3 | 0 | 15 | 61 | 112 | 7 | 60 |
| Binary | 1111110 | 10000010 | 1110001 | 11 | 0 | 1101 | 110001 | 1001010 | 111 | 110000 |
Color Harmonies of #7E8271
Complementary color
Monochromatic Colors of #7E8271
Black with #7E8271
Text Example
Text Example
White with #7E8271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8271; }
p { color: rgb(126,130,113); }
H1.HeaderClassName
{
color: #7E8271;
}
.AnyTagClassName
{
color: #7E8271;
}
</style>
background-color css
<style>
a { background-color: #7E8271; }
a { background-color: rgb(126,130,113); }
div.DivClassName
{
background-color: #7E8271;
}
.BgClassName
{
background-color: #7E8271;
}
</style>
border-color css
<style>
span { border-color: #7E8271; }
span { border-color: rgb(126,130,113); }
td.TdClassName
{
border-color: #7E8271;
}
.TagClassName
{
border-color: #7E8271;
}
</style>