Shades of Gunsmoke #808471
Tints of Gunsmoke #808471
RGB
CMYK
RGB Variations
Color information
#808471 (or 0x808471) is known color: Gunsmoke. HEX triplet: 80, 84 and 71. RGB value is (128,132,113). Sum of RGB (Red+Green+Blue) = 128+132+113=373 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.32% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 113 (44.53% from 255 or 30.29% from 373); Max value from RGB is 132 - color contains mainly: green. Hex color #808471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808471 is #7F7B8E. Grayscale: #808080. Windows color (decimal): -8354703 or 7439488. OLE color: 7439488.
HSL color Cylindrical-coordinate representation of color #808471: hue angle of 72.63º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #808471 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 132 | 113 | - |
| CMYK | 0.03 | 0 | 0.14 | 0.48 |
| HSL | 72.63º | 0.08% | 0.48% | - |
| HSV(B) | 72.63º | 0.14% | 0.52% | - |
| XYZ | 20.13 | 22.28 | 18.86 | - |
| YUV | 128.64 | 119.17 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 132 | 113 | 0.03 | 0 | 0.14 | 0.48 | 72.63 | 0.08 | 0.48 |
| Hex | 80 | 84 | 71 | 3 | 0 | E | 30 | 49 | 8 | 30 |
| Octal | 200 | 204 | 161 | 3 | 0 | 16 | 60 | 111 | 10 | 60 |
| Binary | 10000000 | 10000100 | 1110001 | 11 | 0 | 1110 | 110000 | 1001001 | 1000 | 110000 |
Color Harmonies of #808471
Complementary color
Monochromatic Colors of #808471
Black with #808471
Text Example
Text Example
White with #808471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808471; }
p { color: rgb(128,132,113); }
H1.HeaderClassName
{
color: #808471;
}
.AnyTagClassName
{
color: #808471;
}
</style>
background-color css
<style>
a { background-color: #808471; }
a { background-color: rgb(128,132,113); }
div.DivClassName
{
background-color: #808471;
}
.BgClassName
{
background-color: #808471;
}
</style>
border-color css
<style>
span { border-color: #808471; }
span { border-color: rgb(128,132,113); }
td.TdClassName
{
border-color: #808471;
}
.TagClassName
{
border-color: #808471;
}
</style>