Shades of Gunsmoke #878E7B
Tints of Gunsmoke #878E7B
RGB
CMYK
RGB Variations
Color information
#878E7B (or 0x878E7B) is known color: Gunsmoke. HEX triplet: 87, 8E and 7B. RGB value is (135,142,123). Sum of RGB (Red+Green+Blue) = 135+142+123=400 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.75% from 400); Green value is 142 (55.86% from 255 or 35.5% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 142 - color contains mainly: green. Hex color #878E7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878E7B is #787184. Grayscale: #898989. Windows color (decimal): -7893381 or 8097415. OLE color: 8097415.
HSL color Cylindrical-coordinate representation of color #878E7B: hue angle of 82.11º degrees, saturation: 0.08, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #878E7B is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 135 | 142 | 123 | - |
| CMYK | 0.05 | 0 | 0.13 | 0.44 |
| HSL | 82.11º | 0.08% | 0.52% | - |
| HSV(B) | 82.11º | 0.13% | 0.56% | - |
| XYZ | 23.24 | 25.93 | 22.52 | - |
| YUV | 137.74 | 119.68 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 142 | 123 | 0.05 | 0 | 0.13 | 0.44 | 82.11 | 0.08 | 0.52 |
| Hex | 87 | 8E | 7B | 5 | 0 | D | 2C | 52 | 8 | 34 |
| Octal | 207 | 216 | 173 | 5 | 0 | 15 | 54 | 122 | 10 | 64 |
| Binary | 10000111 | 10001110 | 1111011 | 101 | 0 | 1101 | 101100 | 1010010 | 1000 | 110100 |
Color Harmonies of #878E7B
Complementary color
Monochromatic Colors of #878E7B
Black with #878E7B
Text Example
Text Example
White with #878E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878E7B; }
p { color: rgb(135,142,123); }
H1.HeaderClassName
{
color: #878E7B;
}
.AnyTagClassName
{
color: #878E7B;
}
</style>
background-color css
<style>
a { background-color: #878E7B; }
a { background-color: rgb(135,142,123); }
div.DivClassName
{
background-color: #878E7B;
}
.BgClassName
{
background-color: #878E7B;
}
</style>
border-color css
<style>
span { border-color: #878E7B; }
span { border-color: rgb(135,142,123); }
td.TdClassName
{
border-color: #878E7B;
}
.TagClassName
{
border-color: #878E7B;
}
</style>