Shades of Gunsmoke #878B7F
Tints of Gunsmoke #878B7F
RGB
CMYK
RGB Variations
Color information
#878B7F (or 0x878B7F) is known color: Gunsmoke. HEX triplet: 87, 8B and 7F. RGB value is (135,139,127). Sum of RGB (Red+Green+Blue) = 135+139+127=401 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.67% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 139 - color contains mainly: green. Hex color #878B7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878B7F is #787480. Grayscale: #888888. Windows color (decimal): -7894145 or 8358791. OLE color: 8358791.
HSL color Cylindrical-coordinate representation of color #878B7F: hue angle of 80º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #878B7F is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 139 | 127 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.45 |
| HSL | 80º | 0.05% | 0.52% | - |
| HSV(B) | 80º | 0.09% | 0.55% | - |
| XYZ | 23.06 | 25.15 | 23.72 | - |
| YUV | 136.44 | 122.67 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 139 | 127 | 0.03 | 0 | 0.09 | 0.45 | 80 | 0.05 | 0.52 |
| Hex | 87 | 8B | 7F | 3 | 0 | 9 | 2D | 50 | 5 | 34 |
| Octal | 207 | 213 | 177 | 3 | 0 | 11 | 55 | 120 | 5 | 64 |
| Binary | 10000111 | 10001011 | 1111111 | 11 | 0 | 1001 | 101101 | 1010000 | 101 | 110100 |
Color Harmonies of #878B7F
Complementary color
Monochromatic Colors of #878B7F
Black with #878B7F
Text Example
Text Example
White with #878B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878B7F; }
p { color: rgb(135,139,127); }
H1.HeaderClassName
{
color: #878B7F;
}
.AnyTagClassName
{
color: #878B7F;
}
</style>
background-color css
<style>
a { background-color: #878B7F; }
a { background-color: rgb(135,139,127); }
div.DivClassName
{
background-color: #878B7F;
}
.BgClassName
{
background-color: #878B7F;
}
</style>
border-color css
<style>
span { border-color: #878B7F; }
span { border-color: rgb(135,139,127); }
td.TdClassName
{
border-color: #878B7F;
}
.TagClassName
{
border-color: #878B7F;
}
</style>