Shades of Gunsmoke #80876E
Tints of Gunsmoke #80876E
RGB
CMYK
RGB Variations
Color information
#80876E (or 0x80876E) is known color: Gunsmoke. HEX triplet: 80, 87 and 6E. RGB value is (128,135,110). Sum of RGB (Red+Green+Blue) = 128+135+110=373 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.32% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 110 (43.36% from 255 or 29.49% from 373); Max value from RGB is 135 - color contains mainly: green. Hex color #80876E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80876E is #7F7891. Grayscale: #828282. Windows color (decimal): -8353938 or 7243648. OLE color: 7243648.
HSL color Cylindrical-coordinate representation of color #80876E: hue angle of 76.8º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #80876E is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 135 | 110 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.47 |
| HSL | 76.8º | 0.1% | 0.48% | - |
| HSV(B) | 76.8º | 0.19% | 0.53% | - |
| XYZ | 20.38 | 23.04 | 18.13 | - |
| YUV | 130.06 | 116.68 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 135 | 110 | 0.05 | 0 | 0.19 | 0.47 | 76.8 | 0.1 | 0.48 |
| Hex | 80 | 87 | 6E | 5 | 0 | 13 | 2F | 4D | A | 30 |
| Octal | 200 | 207 | 156 | 5 | 0 | 23 | 57 | 115 | 12 | 60 |
| Binary | 10000000 | 10000111 | 1101110 | 101 | 0 | 10011 | 101111 | 1001101 | 1010 | 110000 |
Color Harmonies of #80876E
Complementary color
Monochromatic Colors of #80876E
Black with #80876E
Text Example
Text Example
White with #80876E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80876E; }
p { color: rgb(128,135,110); }
H1.HeaderClassName
{
color: #80876E;
}
.AnyTagClassName
{
color: #80876E;
}
</style>
background-color css
<style>
a { background-color: #80876E; }
a { background-color: rgb(128,135,110); }
div.DivClassName
{
background-color: #80876E;
}
.BgClassName
{
background-color: #80876E;
}
</style>
border-color css
<style>
span { border-color: #80876E; }
span { border-color: rgb(128,135,110); }
td.TdClassName
{
border-color: #80876E;
}
.TagClassName
{
border-color: #80876E;
}
</style>