Shades of Gunsmoke #868F74
Tints of Gunsmoke #868F74
RGB
CMYK
RGB Variations
Color information
#868F74 (or 0x868F74) is known color: Gunsmoke. HEX triplet: 86, 8F and 74. RGB value is (134,143,116). Sum of RGB (Red+Green+Blue) = 134+143+116=393 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.10% from 393); Green value is 143 (56.25% from 255 or 36.39% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 143 - color contains mainly: green. Hex color #868F74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868F74 is #79708B. Grayscale: #898989. Windows color (decimal): -7958668 or 7638918. OLE color: 7638918.
HSL color Cylindrical-coordinate representation of color #868F74: hue angle of 80º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #868F74 is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 134 | 143 | 116 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.44 |
| HSL | 80º | 0.11% | 0.51% | - |
| HSV(B) | 80º | 0.19% | 0.56% | - |
| XYZ | 22.81 | 25.97 | 20.33 | - |
| YUV | 137.23 | 116.02 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 143 | 116 | 0.06 | 0 | 0.19 | 0.44 | 80 | 0.11 | 0.51 |
| Hex | 86 | 8F | 74 | 6 | 0 | 13 | 2C | 50 | B | 33 |
| Octal | 206 | 217 | 164 | 6 | 0 | 23 | 54 | 120 | 13 | 63 |
| Binary | 10000110 | 10001111 | 1110100 | 110 | 0 | 10011 | 101100 | 1010000 | 1011 | 110011 |
Color Harmonies of #868F74
Complementary color
Monochromatic Colors of #868F74
Black with #868F74
Text Example
Text Example
White with #868F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868F74; }
p { color: rgb(134,143,116); }
H1.HeaderClassName
{
color: #868F74;
}
.AnyTagClassName
{
color: #868F74;
}
</style>
background-color css
<style>
a { background-color: #868F74; }
a { background-color: rgb(134,143,116); }
div.DivClassName
{
background-color: #868F74;
}
.BgClassName
{
background-color: #868F74;
}
</style>
border-color css
<style>
span { border-color: #868F74; }
span { border-color: rgb(134,143,116); }
td.TdClassName
{
border-color: #868F74;
}
.TagClassName
{
border-color: #868F74;
}
</style>