Shades of Gunsmoke #808478
Tints of Gunsmoke #808478
RGB
CMYK
RGB Variations
Color information
#808478 (or 0x808478) is known color: Gunsmoke. HEX triplet: 80, 84 and 78. RGB value is (128,132,120). Sum of RGB (Red+Green+Blue) = 128+132+120=380 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.68% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 120 (47.27% from 255 or 31.58% from 380); Max value from RGB is 132 - color contains mainly: green. Hex color #808478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808478 is #7F7B87. Grayscale: #818181. Windows color (decimal): -8354696 or 7898240. OLE color: 7898240.
HSL color Cylindrical-coordinate representation of color #808478: hue angle of 80º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #808478 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 132 | 120 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.48 |
| HSL | 80º | 0.05% | 0.49% | - |
| HSV(B) | 80º | 0.09% | 0.52% | - |
| XYZ | 20.54 | 22.45 | 21.02 | - |
| YUV | 129.44 | 122.67 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 132 | 120 | 0.03 | 0 | 0.09 | 0.48 | 80 | 0.05 | 0.49 |
| Hex | 80 | 84 | 78 | 3 | 0 | 9 | 30 | 50 | 5 | 31 |
| Octal | 200 | 204 | 170 | 3 | 0 | 11 | 60 | 120 | 5 | 61 |
| Binary | 10000000 | 10000100 | 1111000 | 11 | 0 | 1001 | 110000 | 1010000 | 101 | 110001 |
Color Harmonies of #808478
Complementary color
Monochromatic Colors of #808478
Black with #808478
Text Example
Text Example
White with #808478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808478; }
p { color: rgb(128,132,120); }
H1.HeaderClassName
{
color: #808478;
}
.AnyTagClassName
{
color: #808478;
}
</style>
background-color css
<style>
a { background-color: #808478; }
a { background-color: rgb(128,132,120); }
div.DivClassName
{
background-color: #808478;
}
.BgClassName
{
background-color: #808478;
}
</style>
border-color css
<style>
span { border-color: #808478; }
span { border-color: rgb(128,132,120); }
td.TdClassName
{
border-color: #808478;
}
.TagClassName
{
border-color: #808478;
}
</style>