Shades of Gunsmoke #848B71
Tints of Gunsmoke #848B71
RGB
CMYK
RGB Variations
Color information
#848B71 (or 0x848B71) is known color: Gunsmoke. HEX triplet: 84, 8B and 71. RGB value is (132,139,113). Sum of RGB (Red+Green+Blue) = 132+139+113=384 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.38% from 384); Green value is 139 (54.69% from 255 or 36.20% from 384); Blue value is 113 (44.53% from 255 or 29.43% from 384); Max value from RGB is 139 - color contains mainly: green. Hex color #848B71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848B71 is #7B748E. Grayscale: #868686. Windows color (decimal): -8090767 or 7441284. OLE color: 7441284.
HSL color Cylindrical-coordinate representation of color #848B71: hue angle of 76.15º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #848B71 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 139 | 113 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.45 |
| HSL | 76.15º | 0.1% | 0.49% | - |
| HSV(B) | 76.15º | 0.19% | 0.55% | - |
| XYZ | 21.73 | 24.56 | 19.22 | - |
| YUV | 133.94 | 116.18 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 139 | 113 | 0.05 | 0 | 0.19 | 0.45 | 76.15 | 0.1 | 0.49 |
| Hex | 84 | 8B | 71 | 5 | 0 | 13 | 2D | 4C | A | 31 |
| Octal | 204 | 213 | 161 | 5 | 0 | 23 | 55 | 114 | 12 | 61 |
| Binary | 10000100 | 10001011 | 1110001 | 101 | 0 | 10011 | 101101 | 1001100 | 1010 | 110001 |
Color Harmonies of #848B71
Complementary color
Monochromatic Colors of #848B71
Black with #848B71
Text Example
Text Example
White with #848B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848B71; }
p { color: rgb(132,139,113); }
H1.HeaderClassName
{
color: #848B71;
}
.AnyTagClassName
{
color: #848B71;
}
</style>
background-color css
<style>
a { background-color: #848B71; }
a { background-color: rgb(132,139,113); }
div.DivClassName
{
background-color: #848B71;
}
.BgClassName
{
background-color: #848B71;
}
</style>
border-color css
<style>
span { border-color: #848B71; }
span { border-color: rgb(132,139,113); }
td.TdClassName
{
border-color: #848B71;
}
.TagClassName
{
border-color: #848B71;
}
</style>