Shades of Gunsmoke #83887A
Tints of Gunsmoke #83887A
RGB
CMYK
RGB Variations
Color information
#83887A (or 0x83887A) is known color: Gunsmoke. HEX triplet: 83, 88 and 7A. RGB value is (131,136,122). Sum of RGB (Red+Green+Blue) = 131+136+122=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 136 - color contains mainly: green. Hex color #83887A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83887A is #7C7785. Grayscale: #848484. Windows color (decimal): -8157062 or 8030339. OLE color: 8030339.
HSL color Cylindrical-coordinate representation of color #83887A: hue angle of 81.43º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #83887A is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 136 | 122 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.47 |
| HSL | 81.43º | 0.06% | 0.51% | - |
| HSV(B) | 81.43º | 0.1% | 0.53% | - |
| XYZ | 21.68 | 23.84 | 21.87 | - |
| YUV | 132.91 | 121.84 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 136 | 122 | 0.04 | 0 | 0.10 | 0.47 | 81.43 | 0.06 | 0.51 |
| Hex | 83 | 88 | 7A | 4 | 0 | A | 2F | 51 | 6 | 33 |
| Octal | 203 | 210 | 172 | 4 | 0 | 12 | 57 | 121 | 6 | 63 |
| Binary | 10000011 | 10001000 | 1111010 | 100 | 0 | 1010 | 101111 | 1010001 | 110 | 110011 |
Color Harmonies of #83887A
Complementary color
Monochromatic Colors of #83887A
Black with #83887A
Text Example
Text Example
White with #83887A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83887A; }
p { color: rgb(131,136,122); }
H1.HeaderClassName
{
color: #83887A;
}
.AnyTagClassName
{
color: #83887A;
}
</style>
background-color css
<style>
a { background-color: #83887A; }
a { background-color: rgb(131,136,122); }
div.DivClassName
{
background-color: #83887A;
}
.BgClassName
{
background-color: #83887A;
}
</style>
border-color css
<style>
span { border-color: #83887A; }
span { border-color: rgb(131,136,122); }
td.TdClassName
{
border-color: #83887A;
}
.TagClassName
{
border-color: #83887A;
}
</style>