Shades of Gunsmoke #838B70
Tints of Gunsmoke #838B70
RGB
CMYK
RGB Variations
Color information
#838B70 (or 0x838B70) is known color: Gunsmoke. HEX triplet: 83, 8B and 70. RGB value is (131,139,112). Sum of RGB (Red+Green+Blue) = 131+139+112=382 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.29% from 382); Green value is 139 (54.69% from 255 or 36.39% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 139 - color contains mainly: green. Hex color #838B70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838B70 is #7C748F. Grayscale: #858585. Windows color (decimal): -8156304 or 7375747. OLE color: 7375747.
HSL color Cylindrical-coordinate representation of color #838B70: hue angle of 77.78º degrees, saturation: 0.11, 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 #838B70 is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 139 | 112 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.45 |
| HSL | 77.78º | 0.11% | 0.49% | - |
| HSV(B) | 77.78º | 0.19% | 0.55% | - |
| XYZ | 21.52 | 24.46 | 18.92 | - |
| YUV | 133.53 | 115.85 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 139 | 112 | 0.06 | 0 | 0.19 | 0.45 | 77.78 | 0.11 | 0.49 |
| Hex | 83 | 8B | 70 | 6 | 0 | 13 | 2D | 4E | B | 31 |
| Octal | 203 | 213 | 160 | 6 | 0 | 23 | 55 | 116 | 13 | 61 |
| Binary | 10000011 | 10001011 | 1110000 | 110 | 0 | 10011 | 101101 | 1001110 | 1011 | 110001 |
Color Harmonies of #838B70
Complementary color
Monochromatic Colors of #838B70
Black with #838B70
Text Example
Text Example
White with #838B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838B70; }
p { color: rgb(131,139,112); }
H1.HeaderClassName
{
color: #838B70;
}
.AnyTagClassName
{
color: #838B70;
}
</style>
background-color css
<style>
a { background-color: #838B70; }
a { background-color: rgb(131,139,112); }
div.DivClassName
{
background-color: #838B70;
}
.BgClassName
{
background-color: #838B70;
}
</style>
border-color css
<style>
span { border-color: #838B70; }
span { border-color: rgb(131,139,112); }
td.TdClassName
{
border-color: #838B70;
}
.TagClassName
{
border-color: #838B70;
}
</style>