Shades of Gunsmoke #83867C
Tints of Gunsmoke #83867C
RGB
CMYK
RGB Variations
Color information
#83867C (or 0x83867C) is known color: Gunsmoke. HEX triplet: 83, 86 and 7C. RGB value is (131,134,124). Sum of RGB (Red+Green+Blue) = 131+134+124=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 134 - color contains mainly: green. Hex color #83867C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83867C is #7C7983. Grayscale: #848484. Windows color (decimal): -8157572 or 8160899. OLE color: 8160899.
HSL color Cylindrical-coordinate representation of color #83867C: hue angle of 78º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #83867C is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 134 | 124 | - |
| CMYK | 0.02 | 0 | 0.07 | 0.47 |
| HSL | 78º | 0.04% | 0.51% | - |
| HSV(B) | 78º | 0.07% | 0.53% | - |
| XYZ | 21.52 | 23.33 | 22.44 | - |
| YUV | 131.96 | 123.51 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 134 | 124 | 0.02 | 0 | 0.07 | 0.47 | 78 | 0.04 | 0.51 |
| Hex | 83 | 86 | 7C | 2 | 0 | 7 | 2F | 4E | 4 | 33 |
| Octal | 203 | 206 | 174 | 2 | 0 | 7 | 57 | 116 | 4 | 63 |
| Binary | 10000011 | 10000110 | 1111100 | 10 | 0 | 111 | 101111 | 1001110 | 100 | 110011 |
Color Harmonies of #83867C
Complementary color
Monochromatic Colors of #83867C
Black with #83867C
Text Example
Text Example
White with #83867C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83867C; }
p { color: rgb(131,134,124); }
H1.HeaderClassName
{
color: #83867C;
}
.AnyTagClassName
{
color: #83867C;
}
</style>
background-color css
<style>
a { background-color: #83867C; }
a { background-color: rgb(131,134,124); }
div.DivClassName
{
background-color: #83867C;
}
.BgClassName
{
background-color: #83867C;
}
</style>
border-color css
<style>
span { border-color: #83867C; }
span { border-color: rgb(131,134,124); }
td.TdClassName
{
border-color: #83867C;
}
.TagClassName
{
border-color: #83867C;
}
</style>