Shades of Gunsmoke #868E74
Tints of Gunsmoke #868E74
RGB
CMYK
RGB Variations
Color information
#868E74 (or 0x868E74) is known color: Gunsmoke. HEX triplet: 86, 8E and 74. RGB value is (134,142,116). Sum of RGB (Red+Green+Blue) = 134+142+116=392 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.18% from 392); Green value is 142 (55.86% from 255 or 36.22% from 392); Blue value is 116 (45.70% from 255 or 29.59% from 392); Max value from RGB is 142 - color contains mainly: green. Hex color #868E74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868E74 is #79718B. Grayscale: #888888. Windows color (decimal): -7958924 or 7638662. OLE color: 7638662.
HSL color Cylindrical-coordinate representation of color #868E74: hue angle of 78.46º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #868E74 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 134 | 142 | 116 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.44 |
| HSL | 78.46º | 0.1% | 0.51% | - |
| HSV(B) | 78.46º | 0.18% | 0.56% | - |
| XYZ | 22.66 | 25.68 | 20.28 | - |
| YUV | 136.64 | 116.35 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 142 | 116 | 0.06 | 0 | 0.18 | 0.44 | 78.46 | 0.1 | 0.51 |
| Hex | 86 | 8E | 74 | 6 | 0 | 12 | 2C | 4E | A | 33 |
| Octal | 206 | 216 | 164 | 6 | 0 | 22 | 54 | 116 | 12 | 63 |
| Binary | 10000110 | 10001110 | 1110100 | 110 | 0 | 10010 | 101100 | 1001110 | 1010 | 110011 |
Color Harmonies of #868E74
Complementary color
Monochromatic Colors of #868E74
Black with #868E74
Text Example
Text Example
White with #868E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868E74; }
p { color: rgb(134,142,116); }
H1.HeaderClassName
{
color: #868E74;
}
.AnyTagClassName
{
color: #868E74;
}
</style>
background-color css
<style>
a { background-color: #868E74; }
a { background-color: rgb(134,142,116); }
div.DivClassName
{
background-color: #868E74;
}
.BgClassName
{
background-color: #868E74;
}
</style>
border-color css
<style>
span { border-color: #868E74; }
span { border-color: rgb(134,142,116); }
td.TdClassName
{
border-color: #868E74;
}
.TagClassName
{
border-color: #868E74;
}
</style>