Shades of Gunsmoke #848E70
Tints of Gunsmoke #848E70
RGB
CMYK
RGB Variations
Color information
#848E70 (or 0x848E70) is known color: Gunsmoke. HEX triplet: 84, 8E and 70. RGB value is (132,142,112). Sum of RGB (Red+Green+Blue) = 132+142+112=386 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.20% from 386); Green value is 142 (55.86% from 255 or 36.79% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 142 - color contains mainly: green. Hex color #848E70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848E70 is #7B718F. Grayscale: #878787. Windows color (decimal): -8090000 or 7376516. OLE color: 7376516.
HSL color Cylindrical-coordinate representation of color #848E70: hue angle of 80º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #848E70 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 142 | 112 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.44 |
| HSL | 80º | 0.12% | 0.5% | - |
| HSV(B) | 80º | 0.21% | 0.56% | - |
| XYZ | 22.11 | 25.42 | 19.07 | - |
| YUV | 135.59 | 114.69 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 142 | 112 | 0.07 | 0 | 0.21 | 0.44 | 80 | 0.12 | 0.5 |
| Hex | 84 | 8E | 70 | 7 | 0 | 15 | 2C | 50 | C | 32 |
| Octal | 204 | 216 | 160 | 7 | 0 | 25 | 54 | 120 | 14 | 62 |
| Binary | 10000100 | 10001110 | 1110000 | 111 | 0 | 10101 | 101100 | 1010000 | 1100 | 110010 |
Color Harmonies of #848E70
Complementary color
Monochromatic Colors of #848E70
Black with #848E70
Text Example
Text Example
White with #848E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848E70; }
p { color: rgb(132,142,112); }
H1.HeaderClassName
{
color: #848E70;
}
.AnyTagClassName
{
color: #848E70;
}
</style>
background-color css
<style>
a { background-color: #848E70; }
a { background-color: rgb(132,142,112); }
div.DivClassName
{
background-color: #848E70;
}
.BgClassName
{
background-color: #848E70;
}
</style>
border-color css
<style>
span { border-color: #848E70; }
span { border-color: rgb(132,142,112); }
td.TdClassName
{
border-color: #848E70;
}
.TagClassName
{
border-color: #848E70;
}
</style>