Shades of Gunsmoke #83897B
Tints of Gunsmoke #83897B
RGB
CMYK
RGB Variations
Color information
#83897B (or 0x83897B) is known color: Gunsmoke. HEX triplet: 83, 89 and 7B. RGB value is (131,137,123). Sum of RGB (Red+Green+Blue) = 131+137+123=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 137 - color contains mainly: green. Hex color #83897B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83897B is #7C7684. Grayscale: #858585. Windows color (decimal): -8156805 or 8096131. OLE color: 8096131.
HSL color Cylindrical-coordinate representation of color #83897B: hue angle of 85.71º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #83897B is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 131 | 137 | 123 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.46 |
| HSL | 85.71º | 0.06% | 0.51% | - |
| HSV(B) | 85.71º | 0.1% | 0.54% | - |
| XYZ | 21.88 | 24.15 | 22.25 | - |
| YUV | 133.61 | 122.01 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 137 | 123 | 0.04 | 0 | 0.10 | 0.46 | 85.71 | 0.06 | 0.51 |
| Hex | 83 | 89 | 7B | 4 | 0 | A | 2E | 56 | 6 | 33 |
| Octal | 203 | 211 | 173 | 4 | 0 | 12 | 56 | 126 | 6 | 63 |
| Binary | 10000011 | 10001001 | 1111011 | 100 | 0 | 1010 | 101110 | 1010110 | 110 | 110011 |
Color Harmonies of #83897B
Complementary color
Monochromatic Colors of #83897B
Black with #83897B
Text Example
Text Example
White with #83897B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83897B; }
p { color: rgb(131,137,123); }
H1.HeaderClassName
{
color: #83897B;
}
.AnyTagClassName
{
color: #83897B;
}
</style>
background-color css
<style>
a { background-color: #83897B; }
a { background-color: rgb(131,137,123); }
div.DivClassName
{
background-color: #83897B;
}
.BgClassName
{
background-color: #83897B;
}
</style>
border-color css
<style>
span { border-color: #83897B; }
span { border-color: rgb(131,137,123); }
td.TdClassName
{
border-color: #83897B;
}
.TagClassName
{
border-color: #83897B;
}
</style>