Shades of Gunsmoke #838B76
Tints of Gunsmoke #838B76
RGB
CMYK
RGB Variations
Color information
#838B76 (or 0x838B76) is known color: Gunsmoke. HEX triplet: 83, 8B and 76. RGB value is (131,139,118). Sum of RGB (Red+Green+Blue) = 131+139+118=388 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.76% from 388); Green value is 139 (54.69% from 255 or 35.82% from 388); Blue value is 118 (46.48% from 255 or 30.41% from 388); Max value from RGB is 139 - color contains mainly: green. Hex color #838B76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838B76 is #7C7489. Grayscale: #868686. Windows color (decimal): -8156298 or 7768963. OLE color: 7768963.
HSL color Cylindrical-coordinate representation of color #838B76: hue angle of 82.86º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #838B76 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 139 | 118 | - |
| CMYK | 0.06 | 0 | 0.15 | 0.45 |
| HSL | 82.86º | 0.08% | 0.5% | - |
| HSV(B) | 82.86º | 0.15% | 0.55% | - |
| XYZ | 21.86 | 24.6 | 20.74 | - |
| YUV | 134.21 | 118.85 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 139 | 118 | 0.06 | 0 | 0.15 | 0.45 | 82.86 | 0.08 | 0.5 |
| Hex | 83 | 8B | 76 | 6 | 0 | F | 2D | 53 | 8 | 32 |
| Octal | 203 | 213 | 166 | 6 | 0 | 17 | 55 | 123 | 10 | 62 |
| Binary | 10000011 | 10001011 | 1110110 | 110 | 0 | 1111 | 101101 | 1010011 | 1000 | 110010 |
Color Harmonies of #838B76
Complementary color
Monochromatic Colors of #838B76
Black with #838B76
Text Example
Text Example
White with #838B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838B76; }
p { color: rgb(131,139,118); }
H1.HeaderClassName
{
color: #838B76;
}
.AnyTagClassName
{
color: #838B76;
}
</style>
background-color css
<style>
a { background-color: #838B76; }
a { background-color: rgb(131,139,118); }
div.DivClassName
{
background-color: #838B76;
}
.BgClassName
{
background-color: #838B76;
}
</style>
border-color css
<style>
span { border-color: #838B76; }
span { border-color: rgb(131,139,118); }
td.TdClassName
{
border-color: #838B76;
}
.TagClassName
{
border-color: #838B76;
}
</style>