Shades of Gunsmoke #878F7D
Tints of Gunsmoke #878F7D
RGB
CMYK
RGB Variations
Color information
#878F7D (or 0x878F7D) is known color: Gunsmoke. HEX triplet: 87, 8F and 7D. RGB value is (135,143,125). Sum of RGB (Red+Green+Blue) = 135+143+125=403 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.50% from 403); Green value is 143 (56.25% from 255 or 35.48% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 143 - color contains mainly: green. Hex color #878F7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878F7D is #787082. Grayscale: #8A8A8A. Windows color (decimal): -7893123 or 8228743. OLE color: 8228743.
HSL color Cylindrical-coordinate representation of color #878F7D: hue angle of 86.67º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #878F7D is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 135 | 143 | 125 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.44 |
| HSL | 86.67º | 0.07% | 0.53% | - |
| HSV(B) | 86.67º | 0.13% | 0.56% | - |
| XYZ | 23.52 | 26.28 | 23.23 | - |
| YUV | 138.56 | 120.35 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 143 | 125 | 0.06 | 0 | 0.13 | 0.44 | 86.67 | 0.07 | 0.53 |
| Hex | 87 | 8F | 7D | 6 | 0 | D | 2C | 57 | 7 | 35 |
| Octal | 207 | 217 | 175 | 6 | 0 | 15 | 54 | 127 | 7 | 65 |
| Binary | 10000111 | 10001111 | 1111101 | 110 | 0 | 1101 | 101100 | 1010111 | 111 | 110101 |
Color Harmonies of #878F7D
Complementary color
Monochromatic Colors of #878F7D
Black with #878F7D
Text Example
Text Example
White with #878F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878F7D; }
p { color: rgb(135,143,125); }
H1.HeaderClassName
{
color: #878F7D;
}
.AnyTagClassName
{
color: #878F7D;
}
</style>
background-color css
<style>
a { background-color: #878F7D; }
a { background-color: rgb(135,143,125); }
div.DivClassName
{
background-color: #878F7D;
}
.BgClassName
{
background-color: #878F7D;
}
</style>
border-color css
<style>
span { border-color: #878F7D; }
span { border-color: rgb(135,143,125); }
td.TdClassName
{
border-color: #878F7D;
}
.TagClassName
{
border-color: #878F7D;
}
</style>