Shades of Gunsmoke #80876F
Tints of Gunsmoke #80876F
RGB
CMYK
RGB Variations
Color information
#80876F (or 0x80876F) is known color: Gunsmoke. HEX triplet: 80, 87 and 6F. RGB value is (128,135,111). Sum of RGB (Red+Green+Blue) = 128+135+111=374 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.22% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 111 (43.75% from 255 or 29.68% from 374); Max value from RGB is 135 - color contains mainly: green. Hex color #80876F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80876F is #7F7890. Grayscale: #828282. Windows color (decimal): -8353937 or 7309184. OLE color: 7309184.
HSL color Cylindrical-coordinate representation of color #80876F: hue angle of 77.5º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #80876F is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 135 | 111 | - |
| CMYK | 0.05 | 0 | 0.18 | 0.47 |
| HSL | 77.5º | 0.1% | 0.48% | - |
| HSV(B) | 77.5º | 0.18% | 0.53% | - |
| XYZ | 20.44 | 23.06 | 18.41 | - |
| YUV | 130.17 | 117.18 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 135 | 111 | 0.05 | 0 | 0.18 | 0.47 | 77.5 | 0.1 | 0.48 |
| Hex | 80 | 87 | 6F | 5 | 0 | 12 | 2F | 4E | A | 30 |
| Octal | 200 | 207 | 157 | 5 | 0 | 22 | 57 | 116 | 12 | 60 |
| Binary | 10000000 | 10000111 | 1101111 | 101 | 0 | 10010 | 101111 | 1001110 | 1010 | 110000 |
Color Harmonies of #80876F
Complementary color
Monochromatic Colors of #80876F
Black with #80876F
Text Example
Text Example
White with #80876F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80876F; }
p { color: rgb(128,135,111); }
H1.HeaderClassName
{
color: #80876F;
}
.AnyTagClassName
{
color: #80876F;
}
</style>
background-color css
<style>
a { background-color: #80876F; }
a { background-color: rgb(128,135,111); }
div.DivClassName
{
background-color: #80876F;
}
.BgClassName
{
background-color: #80876F;
}
</style>
border-color css
<style>
span { border-color: #80876F; }
span { border-color: rgb(128,135,111); }
td.TdClassName
{
border-color: #80876F;
}
.TagClassName
{
border-color: #80876F;
}
</style>