Shades of Gunsmoke #838A76
Tints of Gunsmoke #838A76
RGB
CMYK
RGB Variations
Color information
#838A76 (or 0x838A76) is known color: Gunsmoke. HEX triplet: 83, 8A and 76. RGB value is (131,138,118). Sum of RGB (Red+Green+Blue) = 131+138+118=387 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.85% from 387); Green value is 138 (54.30% from 255 or 35.66% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 138 - color contains mainly: green. Hex color #838A76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838A76 is #7C7589. Grayscale: #858585. Windows color (decimal): -8156554 or 7768707. OLE color: 7768707.
HSL color Cylindrical-coordinate representation of color #838A76: hue angle of 81º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #838A76 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 131 | 138 | 118 | - |
| CMYK | 0.05 | 0 | 0.14 | 0.46 |
| HSL | 81º | 0.08% | 0.5% | - |
| HSV(B) | 81º | 0.14% | 0.54% | - |
| XYZ | 21.72 | 24.31 | 20.69 | - |
| YUV | 133.63 | 119.18 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 138 | 118 | 0.05 | 0 | 0.14 | 0.46 | 81 | 0.08 | 0.5 |
| Hex | 83 | 8A | 76 | 5 | 0 | E | 2E | 51 | 8 | 32 |
| Octal | 203 | 212 | 166 | 5 | 0 | 16 | 56 | 121 | 10 | 62 |
| Binary | 10000011 | 10001010 | 1110110 | 101 | 0 | 1110 | 101110 | 1010001 | 1000 | 110010 |
Color Harmonies of #838A76
Complementary color
Monochromatic Colors of #838A76
Black with #838A76
Text Example
Text Example
White with #838A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838A76; }
p { color: rgb(131,138,118); }
H1.HeaderClassName
{
color: #838A76;
}
.AnyTagClassName
{
color: #838A76;
}
</style>
background-color css
<style>
a { background-color: #838A76; }
a { background-color: rgb(131,138,118); }
div.DivClassName
{
background-color: #838A76;
}
.BgClassName
{
background-color: #838A76;
}
</style>
border-color css
<style>
span { border-color: #838A76; }
span { border-color: rgb(131,138,118); }
td.TdClassName
{
border-color: #838A76;
}
.TagClassName
{
border-color: #838A76;
}
</style>