Shades of Gunsmoke #848C70
Tints of Gunsmoke #848C70
RGB
CMYK
RGB Variations
Color information
#848C70 (or 0x848C70) is known color: Gunsmoke. HEX triplet: 84, 8C and 70. RGB value is (132,140,112). Sum of RGB (Red+Green+Blue) = 132+140+112=384 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.38% from 384); Green value is 140 (55.08% from 255 or 36.46% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 140 - color contains mainly: green. Hex color #848C70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848C70 is #7B738F. Grayscale: #868686. Windows color (decimal): -8090512 or 7376004. OLE color: 7376004.
HSL color Cylindrical-coordinate representation of color #848C70: hue angle of 77.14º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #848C70 is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 140 | 112 | - |
| CMYK | 0.06 | 0 | 0.20 | 0.45 |
| HSL | 77.14º | 0.11% | 0.49% | - |
| HSV(B) | 77.14º | 0.2% | 0.55% | - |
| XYZ | 21.82 | 24.83 | 18.97 | - |
| YUV | 134.42 | 115.35 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 140 | 112 | 0.06 | 0 | 0.20 | 0.45 | 77.14 | 0.11 | 0.49 |
| Hex | 84 | 8C | 70 | 6 | 0 | 14 | 2D | 4D | B | 31 |
| Octal | 204 | 214 | 160 | 6 | 0 | 24 | 55 | 115 | 13 | 61 |
| Binary | 10000100 | 10001100 | 1110000 | 110 | 0 | 10100 | 101101 | 1001101 | 1011 | 110001 |
Color Harmonies of #848C70
Complementary color
Monochromatic Colors of #848C70
Black with #848C70
Text Example
Text Example
White with #848C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848C70; }
p { color: rgb(132,140,112); }
H1.HeaderClassName
{
color: #848C70;
}
.AnyTagClassName
{
color: #848C70;
}
</style>
background-color css
<style>
a { background-color: #848C70; }
a { background-color: rgb(132,140,112); }
div.DivClassName
{
background-color: #848C70;
}
.BgClassName
{
background-color: #848C70;
}
</style>
border-color css
<style>
span { border-color: #848C70; }
span { border-color: rgb(132,140,112); }
td.TdClassName
{
border-color: #848C70;
}
.TagClassName
{
border-color: #848C70;
}
</style>