Shades of Gunsmoke #808672
Tints of Gunsmoke #808672
RGB
CMYK
RGB Variations
Color information
#808672 (or 0x808672) is known color: Gunsmoke. HEX triplet: 80, 86 and 72. RGB value is (128,134,114). Sum of RGB (Red+Green+Blue) = 128+134+114=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 114 (44.92% from 255 or 30.32% from 376); Max value from RGB is 134 - color contains mainly: green. Hex color #808672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808672 is #7F798D. Grayscale: #828282. Windows color (decimal): -8354190 or 7505536. OLE color: 7505536.
HSL color Cylindrical-coordinate representation of color #808672: hue angle of 78º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #808672 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 134 | 114 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.47 |
| HSL | 78º | 0.08% | 0.49% | - |
| HSV(B) | 78º | 0.15% | 0.53% | - |
| XYZ | 20.46 | 22.85 | 19.25 | - |
| YUV | 129.93 | 119.01 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 134 | 114 | 0.04 | 0 | 0.15 | 0.47 | 78 | 0.08 | 0.49 |
| Hex | 80 | 86 | 72 | 4 | 0 | F | 2F | 4E | 8 | 31 |
| Octal | 200 | 206 | 162 | 4 | 0 | 17 | 57 | 116 | 10 | 61 |
| Binary | 10000000 | 10000110 | 1110010 | 100 | 0 | 1111 | 101111 | 1001110 | 1000 | 110001 |
Color Harmonies of #808672
Complementary color
Monochromatic Colors of #808672
Black with #808672
Text Example
Text Example
White with #808672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808672; }
p { color: rgb(128,134,114); }
H1.HeaderClassName
{
color: #808672;
}
.AnyTagClassName
{
color: #808672;
}
</style>
background-color css
<style>
a { background-color: #808672; }
a { background-color: rgb(128,134,114); }
div.DivClassName
{
background-color: #808672;
}
.BgClassName
{
background-color: #808672;
}
</style>
border-color css
<style>
span { border-color: #808672; }
span { border-color: rgb(128,134,114); }
td.TdClassName
{
border-color: #808672;
}
.TagClassName
{
border-color: #808672;
}
</style>