Shades of Gunsmoke #848D70
Tints of Gunsmoke #848D70
RGB
CMYK
RGB Variations
Color information
#848D70 (or 0x848D70) is known color: Gunsmoke. HEX triplet: 84, 8D and 70. RGB value is (132,141,112). Sum of RGB (Red+Green+Blue) = 132+141+112=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 141 (55.47% from 255 or 36.62% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 141 - color contains mainly: green. Hex color #848D70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848D70 is #7B728F. Grayscale: #878787. Windows color (decimal): -8090256 or 7376260. OLE color: 7376260.
HSL color Cylindrical-coordinate representation of color #848D70: hue angle of 78.62º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #848D70 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 141 | 112 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.45 |
| HSL | 78.62º | 0.11% | 0.5% | - |
| HSV(B) | 78.62º | 0.21% | 0.55% | - |
| XYZ | 21.97 | 25.13 | 19.02 | - |
| YUV | 135 | 115.02 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 141 | 112 | 0.06 | 0 | 0.21 | 0.45 | 78.62 | 0.11 | 0.5 |
| Hex | 84 | 8D | 70 | 6 | 0 | 15 | 2D | 4F | B | 32 |
| Octal | 204 | 215 | 160 | 6 | 0 | 25 | 55 | 117 | 13 | 62 |
| Binary | 10000100 | 10001101 | 1110000 | 110 | 0 | 10101 | 101101 | 1001111 | 1011 | 110010 |
Color Harmonies of #848D70
Complementary color
Monochromatic Colors of #848D70
Black with #848D70
Text Example
Text Example
White with #848D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848D70; }
p { color: rgb(132,141,112); }
H1.HeaderClassName
{
color: #848D70;
}
.AnyTagClassName
{
color: #848D70;
}
</style>
background-color css
<style>
a { background-color: #848D70; }
a { background-color: rgb(132,141,112); }
div.DivClassName
{
background-color: #848D70;
}
.BgClassName
{
background-color: #848D70;
}
</style>
border-color css
<style>
span { border-color: #848D70; }
span { border-color: rgb(132,141,112); }
td.TdClassName
{
border-color: #848D70;
}
.TagClassName
{
border-color: #848D70;
}
</style>