Shades of Gunsmoke #838A7A
Tints of Gunsmoke #838A7A
RGB
CMYK
RGB Variations
Color information
#838A7A (or 0x838A7A) is known color: Gunsmoke. HEX triplet: 83, 8A and 7A. RGB value is (131,138,122). Sum of RGB (Red+Green+Blue) = 131+138+122=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 138 - color contains mainly: green. Hex color #838A7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838A7A is #7C7585. Grayscale: #868686. Windows color (decimal): -8156550 or 8030851. OLE color: 8030851.
HSL color Cylindrical-coordinate representation of color #838A7A: hue angle of 86.25º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #838A7A is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 131 | 138 | 122 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.46 |
| HSL | 86.25º | 0.06% | 0.51% | - |
| HSV(B) | 86.25º | 0.12% | 0.54% | - |
| XYZ | 21.96 | 24.41 | 21.97 | - |
| YUV | 134.08 | 121.18 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 138 | 122 | 0.05 | 0 | 0.12 | 0.46 | 86.25 | 0.06 | 0.51 |
| Hex | 83 | 8A | 7A | 5 | 0 | C | 2E | 56 | 6 | 33 |
| Octal | 203 | 212 | 172 | 5 | 0 | 14 | 56 | 126 | 6 | 63 |
| Binary | 10000011 | 10001010 | 1111010 | 101 | 0 | 1100 | 101110 | 1010110 | 110 | 110011 |
Color Harmonies of #838A7A
Complementary color
Monochromatic Colors of #838A7A
Black with #838A7A
Text Example
Text Example
White with #838A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838A7A; }
p { color: rgb(131,138,122); }
H1.HeaderClassName
{
color: #838A7A;
}
.AnyTagClassName
{
color: #838A7A;
}
</style>
background-color css
<style>
a { background-color: #838A7A; }
a { background-color: rgb(131,138,122); }
div.DivClassName
{
background-color: #838A7A;
}
.BgClassName
{
background-color: #838A7A;
}
</style>
border-color css
<style>
span { border-color: #838A7A; }
span { border-color: rgb(131,138,122); }
td.TdClassName
{
border-color: #838A7A;
}
.TagClassName
{
border-color: #838A7A;
}
</style>