Shades of Gunsmoke #808472
Tints of Gunsmoke #808472
RGB
CMYK
RGB Variations
Color information
#808472 (or 0x808472) is known color: Gunsmoke. HEX triplet: 80, 84 and 72. RGB value is (128,132,114). Sum of RGB (Red+Green+Blue) = 128+132+114=374 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.22% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 114 (44.92% from 255 or 30.48% from 374); Max value from RGB is 132 - color contains mainly: green. Hex color #808472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808472 is #7F7B8D. Grayscale: #808080. Windows color (decimal): -8354702 or 7505024. OLE color: 7505024.
HSL color Cylindrical-coordinate representation of color #808472: hue angle of 73.33º degrees, saturation: 0.07, 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 #808472 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 132 | 114 | - |
| CMYK | 0.03 | 0 | 0.14 | 0.48 |
| HSL | 73.33º | 0.07% | 0.48% | - |
| HSV(B) | 73.33º | 0.14% | 0.52% | - |
| XYZ | 20.19 | 22.31 | 19.16 | - |
| YUV | 128.75 | 119.67 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 132 | 114 | 0.03 | 0 | 0.14 | 0.48 | 73.33 | 0.07 | 0.48 |
| Hex | 80 | 84 | 72 | 3 | 0 | E | 30 | 49 | 7 | 30 |
| Octal | 200 | 204 | 162 | 3 | 0 | 16 | 60 | 111 | 7 | 60 |
| Binary | 10000000 | 10000100 | 1110010 | 11 | 0 | 1110 | 110000 | 1001001 | 111 | 110000 |
Color Harmonies of #808472
Complementary color
Monochromatic Colors of #808472
Black with #808472
Text Example
Text Example
White with #808472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808472; }
p { color: rgb(128,132,114); }
H1.HeaderClassName
{
color: #808472;
}
.AnyTagClassName
{
color: #808472;
}
</style>
background-color css
<style>
a { background-color: #808472; }
a { background-color: rgb(128,132,114); }
div.DivClassName
{
background-color: #808472;
}
.BgClassName
{
background-color: #808472;
}
</style>
border-color css
<style>
span { border-color: #808472; }
span { border-color: rgb(128,132,114); }
td.TdClassName
{
border-color: #808472;
}
.TagClassName
{
border-color: #808472;
}
</style>