Shades of Gunsmoke #848D76
Tints of Gunsmoke #848D76
RGB
CMYK
RGB Variations
Color information
#848D76 (or 0x848D76) is known color: Gunsmoke. HEX triplet: 84, 8D and 76. RGB value is (132,141,118). Sum of RGB (Red+Green+Blue) = 132+141+118=391 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.76% from 391); Green value is 141 (55.47% from 255 or 36.06% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 141 - color contains mainly: green. Hex color #848D76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848D76 is #7B7289. Grayscale: #878787. Windows color (decimal): -8090250 or 7769476. OLE color: 7769476.
HSL color Cylindrical-coordinate representation of color #848D76: hue angle of 83.48º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #848D76 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 141 | 118 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.45 |
| HSL | 83.48º | 0.09% | 0.51% | - |
| HSV(B) | 83.48º | 0.16% | 0.55% | - |
| XYZ | 22.31 | 25.26 | 20.84 | - |
| YUV | 135.69 | 118.02 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 141 | 118 | 0.06 | 0 | 0.16 | 0.45 | 83.48 | 0.09 | 0.51 |
| Hex | 84 | 8D | 76 | 6 | 0 | 10 | 2D | 53 | 9 | 33 |
| Octal | 204 | 215 | 166 | 6 | 0 | 20 | 55 | 123 | 11 | 63 |
| Binary | 10000100 | 10001101 | 1110110 | 110 | 0 | 10000 | 101101 | 1010011 | 1001 | 110011 |
Color Harmonies of #848D76
Complementary color
Monochromatic Colors of #848D76
Black with #848D76
Text Example
Text Example
White with #848D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848D76; }
p { color: rgb(132,141,118); }
H1.HeaderClassName
{
color: #848D76;
}
.AnyTagClassName
{
color: #848D76;
}
</style>
background-color css
<style>
a { background-color: #848D76; }
a { background-color: rgb(132,141,118); }
div.DivClassName
{
background-color: #848D76;
}
.BgClassName
{
background-color: #848D76;
}
</style>
border-color css
<style>
span { border-color: #848D76; }
span { border-color: rgb(132,141,118); }
td.TdClassName
{
border-color: #848D76;
}
.TagClassName
{
border-color: #848D76;
}
</style>