Shades of Gunsmoke #80817C
Tints of Gunsmoke #80817C
RGB
CMYK
RGB Variations
Color information
#80817C (or 0x80817C) is known color: Gunsmoke. HEX triplet: 80, 81 and 7C. RGB value is (128,129,124). Sum of RGB (Red+Green+Blue) = 128+129+124=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 129 - color contains mainly: green. Hex color #80817C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80817C is #7F7E83. Grayscale: #808080. Windows color (decimal): -8355460 or 8159616. OLE color: 8159616.
HSL color Cylindrical-coordinate representation of color #80817C: hue angle of 72º degrees, saturation: 0.02, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #80817C is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 129 | 124 | - |
| CMYK | 0.01 | 0 | 0.04 | 0.49 |
| HSL | 72º | 0.02% | 0.5% | - |
| HSV(B) | 72º | 0.04% | 0.51% | - |
| XYZ | 20.39 | 21.74 | 22.19 | - |
| YUV | 128.13 | 125.67 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 129 | 124 | 0.01 | 0 | 0.04 | 0.49 | 72 | 0.02 | 0.5 |
| Hex | 80 | 81 | 7C | 1 | 0 | 4 | 31 | 48 | 2 | 32 |
| Octal | 200 | 201 | 174 | 1 | 0 | 4 | 61 | 110 | 2 | 62 |
| Binary | 10000000 | 10000001 | 1111100 | 1 | 0 | 100 | 110001 | 1001000 | 10 | 110010 |
Color Harmonies of #80817C
Complementary color
Monochromatic Colors of #80817C
Black with #80817C
Text Example
Text Example
White with #80817C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80817C; }
p { color: rgb(128,129,124); }
H1.HeaderClassName
{
color: #80817C;
}
.AnyTagClassName
{
color: #80817C;
}
</style>
background-color css
<style>
a { background-color: #80817C; }
a { background-color: rgb(128,129,124); }
div.DivClassName
{
background-color: #80817C;
}
.BgClassName
{
background-color: #80817C;
}
</style>
border-color css
<style>
span { border-color: #80817C; }
span { border-color: rgb(128,129,124); }
td.TdClassName
{
border-color: #80817C;
}
.TagClassName
{
border-color: #80817C;
}
</style>