Shades of Gunsmoke #71746B
Tints of Gunsmoke #71746B
RGB
CMYK
RGB Variations
Color information
#71746B (or 0x71746B) is known color: Gunsmoke. HEX triplet: 71, 74 and 6B. RGB value is (113,116,107). Sum of RGB (Red+Green+Blue) = 113+116+107=336 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.63% from 336); Green value is 116 (45.70% from 255 or 34.52% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 116 - color contains mainly: green. Hex color #71746B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71746B is #8E8B94. Grayscale: #727272. Windows color (decimal): -9341845 or 7042161. OLE color: 7042161.
HSL color Cylindrical-coordinate representation of color #71746B: hue angle of 80º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #71746B is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 116 | 107 | - |
| CMYK | 0.03 | 0 | 0.08 | 0.55 |
| HSL | 80º | 0.04% | 0.44% | - |
| HSV(B) | 80º | 0.08% | 0.45% | - |
| XYZ | 15.71 | 17.06 | 16.38 | - |
| YUV | 114.08 | 124.01 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 116 | 107 | 0.03 | 0 | 0.08 | 0.55 | 80 | 0.04 | 0.44 |
| Hex | 71 | 74 | 6B | 3 | 0 | 8 | 37 | 50 | 4 | 2C |
| Octal | 161 | 164 | 153 | 3 | 0 | 10 | 67 | 120 | 4 | 54 |
| Binary | 1110001 | 1110100 | 1101011 | 11 | 0 | 1000 | 110111 | 1010000 | 100 | 101100 |
Color Harmonies of #71746B
Complementary color
Monochromatic Colors of #71746B
Black with #71746B
Text Example
Text Example
White with #71746B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71746B; }
p { color: rgb(113,116,107); }
H1.HeaderClassName
{
color: #71746B;
}
.AnyTagClassName
{
color: #71746B;
}
</style>
background-color css
<style>
a { background-color: #71746B; }
a { background-color: rgb(113,116,107); }
div.DivClassName
{
background-color: #71746B;
}
.BgClassName
{
background-color: #71746B;
}
</style>
border-color css
<style>
span { border-color: #71746B; }
span { border-color: rgb(113,116,107); }
td.TdClassName
{
border-color: #71746B;
}
.TagClassName
{
border-color: #71746B;
}
</style>