Shades of Gunsmoke #7E8572
Tints of Gunsmoke #7E8572
RGB
CMYK
RGB Variations
Color information
#7E8572 (or 0x7E8572) is known color: Gunsmoke. HEX triplet: 7E, 85 and 72. RGB value is (126,133,114). Sum of RGB (Red+Green+Blue) = 126+133+114=373 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.78% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 133 - color contains mainly: green. Hex color #7E8572 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8572 is #817A8D. Grayscale: #808080. Windows color (decimal): -8485518 or 7505278. OLE color: 7505278.
HSL color Cylindrical-coordinate representation of color #7E8572: hue angle of 82.11º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7E8572 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 126 | 133 | 114 | - |
| CMYK | 0.05 | 0 | 0.14 | 0.48 |
| HSL | 82.11º | 0.08% | 0.48% | - |
| HSV(B) | 82.11º | 0.14% | 0.52% | - |
| XYZ | 20.03 | 22.43 | 19.19 | - |
| YUV | 128.74 | 119.68 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 133 | 114 | 0.05 | 0 | 0.14 | 0.48 | 82.11 | 0.08 | 0.48 |
| Hex | 7E | 85 | 72 | 5 | 0 | E | 30 | 52 | 8 | 30 |
| Octal | 176 | 205 | 162 | 5 | 0 | 16 | 60 | 122 | 10 | 60 |
| Binary | 1111110 | 10000101 | 1110010 | 101 | 0 | 1110 | 110000 | 1010010 | 1000 | 110000 |
Color Harmonies of #7E8572
Complementary color
Monochromatic Colors of #7E8572
Black with #7E8572
Text Example
Text Example
White with #7E8572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8572; }
p { color: rgb(126,133,114); }
H1.HeaderClassName
{
color: #7E8572;
}
.AnyTagClassName
{
color: #7E8572;
}
</style>
background-color css
<style>
a { background-color: #7E8572; }
a { background-color: rgb(126,133,114); }
div.DivClassName
{
background-color: #7E8572;
}
.BgClassName
{
background-color: #7E8572;
}
</style>
border-color css
<style>
span { border-color: #7E8572; }
span { border-color: rgb(126,133,114); }
td.TdClassName
{
border-color: #7E8572;
}
.TagClassName
{
border-color: #7E8572;
}
</style>