Shades of Gunsmoke #80837A
Tints of Gunsmoke #80837A
RGB
CMYK
RGB Variations
Color information
#80837A (or 0x80837A) is known color: Gunsmoke. HEX triplet: 80, 83 and 7A. RGB value is (128,131,122). Sum of RGB (Red+Green+Blue) = 128+131+122=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 131 - color contains mainly: green. Hex color #80837A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80837A is #7F7C85. Grayscale: #818181. Windows color (decimal): -8354950 or 8029056. OLE color: 8029056.
HSL color Cylindrical-coordinate representation of color #80837A: hue angle of 80º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #80837A is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 131 | 122 | - |
| CMYK | 0.02 | 0 | 0.07 | 0.49 |
| HSL | 80º | 0.04% | 0.5% | - |
| HSV(B) | 80º | 0.07% | 0.51% | - |
| XYZ | 20.53 | 22.23 | 21.62 | - |
| YUV | 129.08 | 124.01 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 131 | 122 | 0.02 | 0 | 0.07 | 0.49 | 80 | 0.04 | 0.5 |
| Hex | 80 | 83 | 7A | 2 | 0 | 7 | 31 | 50 | 4 | 32 |
| Octal | 200 | 203 | 172 | 2 | 0 | 7 | 61 | 120 | 4 | 62 |
| Binary | 10000000 | 10000011 | 1111010 | 10 | 0 | 111 | 110001 | 1010000 | 100 | 110010 |
Color Harmonies of #80837A
Complementary color
Monochromatic Colors of #80837A
Black with #80837A
Text Example
Text Example
White with #80837A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80837A; }
p { color: rgb(128,131,122); }
H1.HeaderClassName
{
color: #80837A;
}
.AnyTagClassName
{
color: #80837A;
}
</style>
background-color css
<style>
a { background-color: #80837A; }
a { background-color: rgb(128,131,122); }
div.DivClassName
{
background-color: #80837A;
}
.BgClassName
{
background-color: #80837A;
}
</style>
border-color css
<style>
span { border-color: #80837A; }
span { border-color: rgb(128,131,122); }
td.TdClassName
{
border-color: #80837A;
}
.TagClassName
{
border-color: #80837A;
}
</style>