Shades of Gunsmoke #71746D
Tints of Gunsmoke #71746D
RGB
CMYK
RGB Variations
Color information
#71746D (or 0x71746D) is known color: Gunsmoke. HEX triplet: 71, 74 and 6D. RGB value is (113,116,109). Sum of RGB (Red+Green+Blue) = 113+116+109=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 116 - color contains mainly: green. Hex color #71746D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71746D is #8E8B92. Grayscale: #727272. Windows color (decimal): -9341843 or 7173233. OLE color: 7173233.
HSL color Cylindrical-coordinate representation of color #71746D: hue angle of 85.71º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #71746D is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 116 | 109 | - |
| CMYK | 0.03 | 0 | 0.06 | 0.55 |
| HSL | 85.71º | 0.03% | 0.44% | - |
| HSV(B) | 85.71º | 0.06% | 0.45% | - |
| XYZ | 15.82 | 17.11 | 16.94 | - |
| YUV | 114.31 | 125.01 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 116 | 109 | 0.03 | 0 | 0.06 | 0.55 | 85.71 | 0.03 | 0.44 |
| Hex | 71 | 74 | 6D | 3 | 0 | 6 | 37 | 56 | 3 | 2C |
| Octal | 161 | 164 | 155 | 3 | 0 | 6 | 67 | 126 | 3 | 54 |
| Binary | 1110001 | 1110100 | 1101101 | 11 | 0 | 110 | 110111 | 1010110 | 11 | 101100 |
Color Harmonies of #71746D
Complementary color
Monochromatic Colors of #71746D
Black with #71746D
Text Example
Text Example
White with #71746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71746D; }
p { color: rgb(113,116,109); }
H1.HeaderClassName
{
color: #71746D;
}
.AnyTagClassName
{
color: #71746D;
}
</style>
background-color css
<style>
a { background-color: #71746D; }
a { background-color: rgb(113,116,109); }
div.DivClassName
{
background-color: #71746D;
}
.BgClassName
{
background-color: #71746D;
}
</style>
border-color css
<style>
span { border-color: #71746D; }
span { border-color: rgb(113,116,109); }
td.TdClassName
{
border-color: #71746D;
}
.TagClassName
{
border-color: #71746D;
}
</style>