Shades of Gunsmoke #808477
Tints of Gunsmoke #808477
RGB
CMYK
RGB Variations
Color information
#808477 (or 0x808477) is known color: Gunsmoke. HEX triplet: 80, 84 and 77. RGB value is (128,132,119). Sum of RGB (Red+Green+Blue) = 128+132+119=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 119 (46.88% from 255 or 31.40% from 379); Max value from RGB is 132 - color contains mainly: green. Hex color #808477 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808477 is #7F7B88. Grayscale: #818181. Windows color (decimal): -8354697 or 7832704. OLE color: 7832704.
HSL color Cylindrical-coordinate representation of color #808477: hue angle of 78.46º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #808477 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 132 | 119 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.48 |
| HSL | 78.46º | 0.05% | 0.49% | - |
| HSV(B) | 78.46º | 0.1% | 0.52% | - |
| XYZ | 20.48 | 22.42 | 20.7 | - |
| YUV | 129.32 | 122.17 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 132 | 119 | 0.03 | 0 | 0.10 | 0.48 | 78.46 | 0.05 | 0.49 |
| Hex | 80 | 84 | 77 | 3 | 0 | A | 30 | 4E | 5 | 31 |
| Octal | 200 | 204 | 167 | 3 | 0 | 12 | 60 | 116 | 5 | 61 |
| Binary | 10000000 | 10000100 | 1110111 | 11 | 0 | 1010 | 110000 | 1001110 | 101 | 110001 |
Color Harmonies of #808477
Complementary color
Monochromatic Colors of #808477
Black with #808477
Text Example
Text Example
White with #808477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808477; }
p { color: rgb(128,132,119); }
H1.HeaderClassName
{
color: #808477;
}
.AnyTagClassName
{
color: #808477;
}
</style>
background-color css
<style>
a { background-color: #808477; }
a { background-color: rgb(128,132,119); }
div.DivClassName
{
background-color: #808477;
}
.BgClassName
{
background-color: #808477;
}
</style>
border-color css
<style>
span { border-color: #808477; }
span { border-color: rgb(128,132,119); }
td.TdClassName
{
border-color: #808477;
}
.TagClassName
{
border-color: #808477;
}
</style>