Shades of Gunsmoke #71736D
Tints of Gunsmoke #71736D
RGB
CMYK
RGB Variations
Color information
#71736D (or 0x71736D) is known color: Gunsmoke. HEX triplet: 71, 73 and 6D. RGB value is (113,115,109). Sum of RGB (Red+Green+Blue) = 113+115+109=337 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.53% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 115 - color contains mainly: green. Hex color #71736D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71736D is #8E8C92. Grayscale: #717171. Windows color (decimal): -9342099 or 7172977. OLE color: 7172977.
HSL color Cylindrical-coordinate representation of color #71736D: hue angle of 80º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #71736D is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 115 | 109 | - |
| CMYK | 0.02 | 0 | 0.05 | 0.55 |
| HSL | 80º | 0.03% | 0.44% | - |
| HSV(B) | 80º | 0.05% | 0.45% | - |
| XYZ | 15.7 | 16.88 | 16.9 | - |
| YUV | 113.72 | 125.34 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 115 | 109 | 0.02 | 0 | 0.05 | 0.55 | 80 | 0.03 | 0.44 |
| Hex | 71 | 73 | 6D | 2 | 0 | 5 | 37 | 50 | 3 | 2C |
| Octal | 161 | 163 | 155 | 2 | 0 | 5 | 67 | 120 | 3 | 54 |
| Binary | 1110001 | 1110011 | 1101101 | 10 | 0 | 101 | 110111 | 1010000 | 11 | 101100 |
Color Harmonies of #71736D
Complementary color
Monochromatic Colors of #71736D
Black with #71736D
Text Example
Text Example
White with #71736D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71736D; }
p { color: rgb(113,115,109); }
H1.HeaderClassName
{
color: #71736D;
}
.AnyTagClassName
{
color: #71736D;
}
</style>
background-color css
<style>
a { background-color: #71736D; }
a { background-color: rgb(113,115,109); }
div.DivClassName
{
background-color: #71736D;
}
.BgClassName
{
background-color: #71736D;
}
</style>
border-color css
<style>
span { border-color: #71736D; }
span { border-color: rgb(113,115,109); }
td.TdClassName
{
border-color: #71736D;
}
.TagClassName
{
border-color: #71736D;
}
</style>