Shades of Gunsmoke #71756C
Tints of Gunsmoke #71756C
RGB
CMYK
RGB Variations
Color information
#71756C (or 0x71756C) is known color: Gunsmoke. HEX triplet: 71, 75 and 6C. RGB value is (113,117,108). Sum of RGB (Red+Green+Blue) = 113+117+108=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 117 - color contains mainly: green. Hex color #71756C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71756C is #8E8A93. Grayscale: #727272. Windows color (decimal): -9341588 or 7107953. OLE color: 7107953.
HSL color Cylindrical-coordinate representation of color #71756C: hue angle of 86.67º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #71756C is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 113 | 117 | 108 | - |
| CMYK | 0.03 | 0 | 0.08 | 0.54 |
| HSL | 86.67º | 0.04% | 0.44% | - |
| HSV(B) | 86.67º | 0.08% | 0.46% | - |
| XYZ | 15.88 | 17.32 | 16.69 | - |
| YUV | 114.78 | 124.17 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 117 | 108 | 0.03 | 0 | 0.08 | 0.54 | 86.67 | 0.04 | 0.44 |
| Hex | 71 | 75 | 6C | 3 | 0 | 8 | 36 | 57 | 4 | 2C |
| Octal | 161 | 165 | 154 | 3 | 0 | 10 | 66 | 127 | 4 | 54 |
| Binary | 1110001 | 1110101 | 1101100 | 11 | 0 | 1000 | 110110 | 1010111 | 100 | 101100 |
Color Harmonies of #71756C
Complementary color
Monochromatic Colors of #71756C
Black with #71756C
Text Example
Text Example
White with #71756C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71756C; }
p { color: rgb(113,117,108); }
H1.HeaderClassName
{
color: #71756C;
}
.AnyTagClassName
{
color: #71756C;
}
</style>
background-color css
<style>
a { background-color: #71756C; }
a { background-color: rgb(113,117,108); }
div.DivClassName
{
background-color: #71756C;
}
.BgClassName
{
background-color: #71756C;
}
</style>
border-color css
<style>
span { border-color: #71756C; }
span { border-color: rgb(113,117,108); }
td.TdClassName
{
border-color: #71756C;
}
.TagClassName
{
border-color: #71756C;
}
</style>