Shades of Gunsmoke #71726E
Tints of Gunsmoke #71726E
RGB
CMYK
RGB Variations
Color information
#71726E (or 0x71726E) is known color: Gunsmoke. HEX triplet: 71, 72 and 6E. RGB value is (113,114,110). Sum of RGB (Red+Green+Blue) = 113+114+110=337 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.53% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 114 - color contains mainly: green. Hex color #71726E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71726E is #8E8D91. Grayscale: #717171. Windows color (decimal): -9342354 or 7238257. OLE color: 7238257.
HSL color Cylindrical-coordinate representation of color #71726E: hue angle of 75º 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 #71726E is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 114 | 110 | - |
| CMYK | 0.01 | 0 | 0.04 | 0.55 |
| HSL | 75º | 0.02% | 0.44% | - |
| HSV(B) | 75º | 0.04% | 0.45% | - |
| XYZ | 15.64 | 16.67 | 17.15 | - |
| YUV | 113.25 | 126.17 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 114 | 110 | 0.01 | 0 | 0.04 | 0.55 | 75 | 0.02 | 0.44 |
| Hex | 71 | 72 | 6E | 1 | 0 | 4 | 37 | 4B | 2 | 2C |
| Octal | 161 | 162 | 156 | 1 | 0 | 4 | 67 | 113 | 2 | 54 |
| Binary | 1110001 | 1110010 | 1101110 | 1 | 0 | 100 | 110111 | 1001011 | 10 | 101100 |
Color Harmonies of #71726E
Complementary color
Monochromatic Colors of #71726E
Black with #71726E
Text Example
Text Example
White with #71726E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71726E; }
p { color: rgb(113,114,110); }
H1.HeaderClassName
{
color: #71726E;
}
.AnyTagClassName
{
color: #71726E;
}
</style>
background-color css
<style>
a { background-color: #71726E; }
a { background-color: rgb(113,114,110); }
div.DivClassName
{
background-color: #71726E;
}
.BgClassName
{
background-color: #71726E;
}
</style>
border-color css
<style>
span { border-color: #71726E; }
span { border-color: rgb(113,114,110); }
td.TdClassName
{
border-color: #71726E;
}
.TagClassName
{
border-color: #71726E;
}
</style>