Shades of Gunsmoke #71736E
Tints of Gunsmoke #71736E
RGB
CMYK
RGB Variations
Color information
#71736E (or 0x71736E) is known color: Gunsmoke. HEX triplet: 71, 73 and 6E. RGB value is (113,115,110). Sum of RGB (Red+Green+Blue) = 113+115+110=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 115 - color contains mainly: green. Hex color #71736E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71736E is #8E8C91. Grayscale: #717171. Windows color (decimal): -9342098 or 7238513. OLE color: 7238513.
HSL color Cylindrical-coordinate representation of color #71736E: hue angle of 84º degrees, saturation: 0.02, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #71736E is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 115 | 110 | - |
| CMYK | 0.02 | 0 | 0.04 | 0.55 |
| HSL | 84º | 0.02% | 0.44% | - |
| HSV(B) | 84º | 0.04% | 0.45% | - |
| XYZ | 15.76 | 16.9 | 17.18 | - |
| YUV | 113.83 | 125.84 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 115 | 110 | 0.02 | 0 | 0.04 | 0.55 | 84 | 0.02 | 0.44 |
| Hex | 71 | 73 | 6E | 2 | 0 | 4 | 37 | 54 | 2 | 2C |
| Octal | 161 | 163 | 156 | 2 | 0 | 4 | 67 | 124 | 2 | 54 |
| Binary | 1110001 | 1110011 | 1101110 | 10 | 0 | 100 | 110111 | 1010100 | 10 | 101100 |
Color Harmonies of #71736E
Complementary color
Monochromatic Colors of #71736E
Black with #71736E
Text Example
Text Example
White with #71736E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71736E; }
p { color: rgb(113,115,110); }
H1.HeaderClassName
{
color: #71736E;
}
.AnyTagClassName
{
color: #71736E;
}
</style>
background-color css
<style>
a { background-color: #71736E; }
a { background-color: rgb(113,115,110); }
div.DivClassName
{
background-color: #71736E;
}
.BgClassName
{
background-color: #71736E;
}
</style>
border-color css
<style>
span { border-color: #71736E; }
span { border-color: rgb(113,115,110); }
td.TdClassName
{
border-color: #71736E;
}
.TagClassName
{
border-color: #71736E;
}
</style>