Shades of Gunsmoke #868C7F
Tints of Gunsmoke #868C7F
RGB
CMYK
RGB Variations
Color information
#868C7F (or 0x868C7F) is known color: Gunsmoke. HEX triplet: 86, 8C and 7F. RGB value is (134,140,127). Sum of RGB (Red+Green+Blue) = 134+140+127=401 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.42% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 140 - color contains mainly: green. Hex color #868C7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868C7F is #797380. Grayscale: #888888. Windows color (decimal): -7959425 or 8359046. OLE color: 8359046.
HSL color Cylindrical-coordinate representation of color #868C7F: hue angle of 87.69º 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 #868C7F is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 134 | 140 | 127 | - |
| CMYK | 0.04 | 0 | 0.09 | 0.45 |
| HSL | 87.69º | 0.05% | 0.52% | - |
| HSV(B) | 87.69º | 0.09% | 0.55% | - |
| XYZ | 23.04 | 25.36 | 23.76 | - |
| YUV | 136.72 | 122.51 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 140 | 127 | 0.04 | 0 | 0.09 | 0.45 | 87.69 | 0.05 | 0.52 |
| Hex | 86 | 8C | 7F | 4 | 0 | 9 | 2D | 58 | 5 | 34 |
| Octal | 206 | 214 | 177 | 4 | 0 | 11 | 55 | 130 | 5 | 64 |
| Binary | 10000110 | 10001100 | 1111111 | 100 | 0 | 1001 | 101101 | 1011000 | 101 | 110100 |
Color Harmonies of #868C7F
Complementary color
Monochromatic Colors of #868C7F
Black with #868C7F
Text Example
Text Example
White with #868C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868C7F; }
p { color: rgb(134,140,127); }
H1.HeaderClassName
{
color: #868C7F;
}
.AnyTagClassName
{
color: #868C7F;
}
</style>
background-color css
<style>
a { background-color: #868C7F; }
a { background-color: rgb(134,140,127); }
div.DivClassName
{
background-color: #868C7F;
}
.BgClassName
{
background-color: #868C7F;
}
</style>
border-color css
<style>
span { border-color: #868C7F; }
span { border-color: rgb(134,140,127); }
td.TdClassName
{
border-color: #868C7F;
}
.TagClassName
{
border-color: #868C7F;
}
</style>