Shades of Gunsmoke #83887B
Tints of Gunsmoke #83887B
RGB
CMYK
RGB Variations
Color information
#83887B (or 0x83887B) is known color: Gunsmoke. HEX triplet: 83, 88 and 7B. RGB value is (131,136,123). Sum of RGB (Red+Green+Blue) = 131+136+123=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 136 - color contains mainly: green. Hex color #83887B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83887B is #7C7784. Grayscale: #858585. Windows color (decimal): -8157061 or 8095875. OLE color: 8095875.
HSL color Cylindrical-coordinate representation of color #83887B: hue angle of 83.08º degrees, saturation: 0.05, 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 #83887B is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 136 | 123 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.47 |
| HSL | 83.08º | 0.05% | 0.51% | - |
| HSV(B) | 83.08º | 0.1% | 0.53% | - |
| XYZ | 21.74 | 23.86 | 22.2 | - |
| YUV | 133.02 | 122.34 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 136 | 123 | 0.04 | 0 | 0.10 | 0.47 | 83.08 | 0.05 | 0.51 |
| Hex | 83 | 88 | 7B | 4 | 0 | A | 2F | 53 | 5 | 33 |
| Octal | 203 | 210 | 173 | 4 | 0 | 12 | 57 | 123 | 5 | 63 |
| Binary | 10000011 | 10001000 | 1111011 | 100 | 0 | 1010 | 101111 | 1010011 | 101 | 110011 |
Color Harmonies of #83887B
Complementary color
Monochromatic Colors of #83887B
Black with #83887B
Text Example
Text Example
White with #83887B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83887B; }
p { color: rgb(131,136,123); }
H1.HeaderClassName
{
color: #83887B;
}
.AnyTagClassName
{
color: #83887B;
}
</style>
background-color css
<style>
a { background-color: #83887B; }
a { background-color: rgb(131,136,123); }
div.DivClassName
{
background-color: #83887B;
}
.BgClassName
{
background-color: #83887B;
}
</style>
border-color css
<style>
span { border-color: #83887B; }
span { border-color: rgb(131,136,123); }
td.TdClassName
{
border-color: #83887B;
}
.TagClassName
{
border-color: #83887B;
}
</style>