Shades of Gunsmoke #878A83
Tints of Gunsmoke #878A83
RGB
CMYK
RGB Variations
Color information
#878A83 (or 0x878A83) is known color: Gunsmoke. HEX triplet: 87, 8A and 83. RGB value is (135,138,131). Sum of RGB (Red+Green+Blue) = 135+138+131=404 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.42% from 404); Green value is 138 (54.30% from 255 or 34.16% from 404); Blue value is 131 (51.56% from 255 or 32.43% from 404); Max value from RGB is 138 - color contains mainly: green. Hex color #878A83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878A83 is #78757C. Grayscale: #888888. Windows color (decimal): -7894397 or 8620679. OLE color: 8620679.
HSL color Cylindrical-coordinate representation of color #878A83: hue angle of 85.71º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #878A83 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 135 | 138 | 131 | - |
| CMYK | 0.02 | 0 | 0.05 | 0.46 |
| HSL | 85.71º | 0.03% | 0.53% | - |
| HSV(B) | 85.71º | 0.05% | 0.54% | - |
| XYZ | 23.18 | 24.97 | 25.07 | - |
| YUV | 136.31 | 125.01 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 138 | 131 | 0.02 | 0 | 0.05 | 0.46 | 85.71 | 0.03 | 0.53 |
| Hex | 87 | 8A | 83 | 2 | 0 | 5 | 2E | 56 | 3 | 35 |
| Octal | 207 | 212 | 203 | 2 | 0 | 5 | 56 | 126 | 3 | 65 |
| Binary | 10000111 | 10001010 | 10000011 | 10 | 0 | 101 | 101110 | 1010110 | 11 | 110101 |
Color Harmonies of #878A83
Complementary color
Monochromatic Colors of #878A83
Black with #878A83
Text Example
Text Example
White with #878A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878A83; }
p { color: rgb(135,138,131); }
H1.HeaderClassName
{
color: #878A83;
}
.AnyTagClassName
{
color: #878A83;
}
</style>
background-color css
<style>
a { background-color: #878A83; }
a { background-color: rgb(135,138,131); }
div.DivClassName
{
background-color: #878A83;
}
.BgClassName
{
background-color: #878A83;
}
</style>
border-color css
<style>
span { border-color: #878A83; }
span { border-color: rgb(135,138,131); }
td.TdClassName
{
border-color: #878A83;
}
.TagClassName
{
border-color: #878A83;
}
</style>