Shades of Gunsmoke #808475
Tints of Gunsmoke #808475
RGB
CMYK
RGB Variations
Color information
#808475 (or 0x808475) is known color: Gunsmoke. HEX triplet: 80, 84 and 75. RGB value is (128,132,117). Sum of RGB (Red+Green+Blue) = 128+132+117=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 132 - color contains mainly: green. Hex color #808475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808475 is #7F7B8A. Grayscale: #818181. Windows color (decimal): -8354699 or 7701632. OLE color: 7701632.
HSL color Cylindrical-coordinate representation of color #808475: hue angle of 76º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #808475 is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 132 | 117 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.48 |
| HSL | 76º | 0.06% | 0.49% | - |
| HSV(B) | 76º | 0.11% | 0.52% | - |
| XYZ | 20.36 | 22.38 | 20.08 | - |
| YUV | 129.09 | 121.17 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 132 | 117 | 0.03 | 0 | 0.11 | 0.48 | 76 | 0.06 | 0.49 |
| Hex | 80 | 84 | 75 | 3 | 0 | B | 30 | 4C | 6 | 31 |
| Octal | 200 | 204 | 165 | 3 | 0 | 13 | 60 | 114 | 6 | 61 |
| Binary | 10000000 | 10000100 | 1110101 | 11 | 0 | 1011 | 110000 | 1001100 | 110 | 110001 |
Color Harmonies of #808475
Complementary color
Monochromatic Colors of #808475
Black with #808475
Text Example
Text Example
White with #808475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808475; }
p { color: rgb(128,132,117); }
H1.HeaderClassName
{
color: #808475;
}
.AnyTagClassName
{
color: #808475;
}
</style>
background-color css
<style>
a { background-color: #808475; }
a { background-color: rgb(128,132,117); }
div.DivClassName
{
background-color: #808475;
}
.BgClassName
{
background-color: #808475;
}
</style>
border-color css
<style>
span { border-color: #808475; }
span { border-color: rgb(128,132,117); }
td.TdClassName
{
border-color: #808475;
}
.TagClassName
{
border-color: #808475;
}
</style>