Shades of Gunsmoke #838D70
Tints of Gunsmoke #838D70
RGB
CMYK
RGB Variations
Color information
#838D70 (or 0x838D70) is known color: Gunsmoke. HEX triplet: 83, 8D and 70. RGB value is (131,141,112). Sum of RGB (Red+Green+Blue) = 131+141+112=384 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.11% from 384); Green value is 141 (55.47% from 255 or 36.72% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 141 - color contains mainly: green. Hex color #838D70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838D70 is #7C728F. Grayscale: #868686. Windows color (decimal): -8155792 or 7376259. OLE color: 7376259.
HSL color Cylindrical-coordinate representation of color #838D70: hue angle of 80.69º 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 #838D70 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 141 | 112 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.45 |
| HSL | 80.69º | 0.11% | 0.5% | - |
| HSV(B) | 80.69º | 0.21% | 0.55% | - |
| XYZ | 21.81 | 25.04 | 19.01 | - |
| YUV | 134.7 | 115.19 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 141 | 112 | 0.07 | 0 | 0.21 | 0.45 | 80.69 | 0.11 | 0.5 |
| Hex | 83 | 8D | 70 | 7 | 0 | 15 | 2D | 51 | B | 32 |
| Octal | 203 | 215 | 160 | 7 | 0 | 25 | 55 | 121 | 13 | 62 |
| Binary | 10000011 | 10001101 | 1110000 | 111 | 0 | 10101 | 101101 | 1010001 | 1011 | 110010 |
Color Harmonies of #838D70
Complementary color
Monochromatic Colors of #838D70
Black with #838D70
Text Example
Text Example
White with #838D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838D70; }
p { color: rgb(131,141,112); }
H1.HeaderClassName
{
color: #838D70;
}
.AnyTagClassName
{
color: #838D70;
}
</style>
background-color css
<style>
a { background-color: #838D70; }
a { background-color: rgb(131,141,112); }
div.DivClassName
{
background-color: #838D70;
}
.BgClassName
{
background-color: #838D70;
}
</style>
border-color css
<style>
span { border-color: #838D70; }
span { border-color: rgb(131,141,112); }
td.TdClassName
{
border-color: #838D70;
}
.TagClassName
{
border-color: #838D70;
}
</style>