Shades of Gunsmoke #848D73
Tints of Gunsmoke #848D73
RGB
CMYK
RGB Variations
Color information
#848D73 (or 0x848D73) is known color: Gunsmoke. HEX triplet: 84, 8D and 73. RGB value is (132,141,115). Sum of RGB (Red+Green+Blue) = 132+141+115=388 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.02% from 388); Green value is 141 (55.47% from 255 or 36.34% from 388); Blue value is 115 (45.31% from 255 or 29.64% from 388); Max value from RGB is 141 - color contains mainly: green. Hex color #848D73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848D73 is #7B728C. Grayscale: #878787. Windows color (decimal): -8090253 or 7572868. OLE color: 7572868.
HSL color Cylindrical-coordinate representation of color #848D73: hue angle of 80.77º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #848D73 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 141 | 115 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.45 |
| HSL | 80.77º | 0.1% | 0.5% | - |
| HSV(B) | 80.77º | 0.18% | 0.55% | - |
| XYZ | 22.14 | 25.19 | 19.92 | - |
| YUV | 135.35 | 116.52 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 141 | 115 | 0.06 | 0 | 0.18 | 0.45 | 80.77 | 0.1 | 0.5 |
| Hex | 84 | 8D | 73 | 6 | 0 | 12 | 2D | 51 | A | 32 |
| Octal | 204 | 215 | 163 | 6 | 0 | 22 | 55 | 121 | 12 | 62 |
| Binary | 10000100 | 10001101 | 1110011 | 110 | 0 | 10010 | 101101 | 1010001 | 1010 | 110010 |
Color Harmonies of #848D73
Complementary color
Monochromatic Colors of #848D73
Black with #848D73
Text Example
Text Example
White with #848D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848D73; }
p { color: rgb(132,141,115); }
H1.HeaderClassName
{
color: #848D73;
}
.AnyTagClassName
{
color: #848D73;
}
</style>
background-color css
<style>
a { background-color: #848D73; }
a { background-color: rgb(132,141,115); }
div.DivClassName
{
background-color: #848D73;
}
.BgClassName
{
background-color: #848D73;
}
</style>
border-color css
<style>
span { border-color: #848D73; }
span { border-color: rgb(132,141,115); }
td.TdClassName
{
border-color: #848D73;
}
.TagClassName
{
border-color: #848D73;
}
</style>