Shades of Gunsmoke #80886D
Tints of Gunsmoke #80886D
RGB
CMYK
RGB Variations
Color information
#80886D (or 0x80886D) is known color: Gunsmoke. HEX triplet: 80, 88 and 6D. RGB value is (128,136,109). Sum of RGB (Red+Green+Blue) = 128+136+109=373 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.32% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 136 - color contains mainly: green. Hex color #80886D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80886D is #7F7792. Grayscale: #828282. Windows color (decimal): -8353683 or 7178368. OLE color: 7178368.
HSL color Cylindrical-coordinate representation of color #80886D: hue angle of 77.78º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #80886D is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 136 | 109 | - |
| CMYK | 0.06 | 0 | 0.20 | 0.47 |
| HSL | 77.78º | 0.11% | 0.48% | - |
| HSV(B) | 77.78º | 0.2% | 0.53% | - |
| XYZ | 20.47 | 23.3 | 17.89 | - |
| YUV | 130.53 | 115.85 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 136 | 109 | 0.06 | 0 | 0.20 | 0.47 | 77.78 | 0.11 | 0.48 |
| Hex | 80 | 88 | 6D | 6 | 0 | 14 | 2F | 4E | B | 30 |
| Octal | 200 | 210 | 155 | 6 | 0 | 24 | 57 | 116 | 13 | 60 |
| Binary | 10000000 | 10001000 | 1101101 | 110 | 0 | 10100 | 101111 | 1001110 | 1011 | 110000 |
Color Harmonies of #80886D
Complementary color
Monochromatic Colors of #80886D
Black with #80886D
Text Example
Text Example
White with #80886D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80886D; }
p { color: rgb(128,136,109); }
H1.HeaderClassName
{
color: #80886D;
}
.AnyTagClassName
{
color: #80886D;
}
</style>
background-color css
<style>
a { background-color: #80886D; }
a { background-color: rgb(128,136,109); }
div.DivClassName
{
background-color: #80886D;
}
.BgClassName
{
background-color: #80886D;
}
</style>
border-color css
<style>
span { border-color: #80886D; }
span { border-color: rgb(128,136,109); }
td.TdClassName
{
border-color: #80886D;
}
.TagClassName
{
border-color: #80886D;
}
</style>