Shades of Gunsmoke #80827E
Tints of Gunsmoke #80827E
RGB
CMYK
RGB Variations
Color information
#80827E (or 0x80827E) is known color: Gunsmoke. HEX triplet: 80, 82 and 7E. RGB value is (128,130,126). Sum of RGB (Red+Green+Blue) = 128+130+126=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 130 - color contains mainly: green. Hex color #80827E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80827E is #7F7D81. Grayscale: #808080. Windows color (decimal): -8355202 or 8290944. OLE color: 8290944.
HSL color Cylindrical-coordinate representation of color #80827E: hue angle of 90º degrees, saturation: 0.02, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #80827E is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 130 | 126 | - |
| CMYK | 0.02 | 0 | 0.03 | 0.49 |
| HSL | 90º | 0.02% | 0.5% | - |
| HSV(B) | 90º | 0.03% | 0.51% | - |
| XYZ | 20.65 | 22.06 | 22.91 | - |
| YUV | 128.95 | 126.34 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 130 | 126 | 0.02 | 0 | 0.03 | 0.49 | 90 | 0.02 | 0.5 |
| Hex | 80 | 82 | 7E | 2 | 0 | 3 | 31 | 5A | 2 | 32 |
| Octal | 200 | 202 | 176 | 2 | 0 | 3 | 61 | 132 | 2 | 62 |
| Binary | 10000000 | 10000010 | 1111110 | 10 | 0 | 11 | 110001 | 1011010 | 10 | 110010 |
Color Harmonies of #80827E
Complementary color
Monochromatic Colors of #80827E
Black with #80827E
Text Example
Text Example
White with #80827E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80827E; }
p { color: rgb(128,130,126); }
H1.HeaderClassName
{
color: #80827E;
}
.AnyTagClassName
{
color: #80827E;
}
</style>
background-color css
<style>
a { background-color: #80827E; }
a { background-color: rgb(128,130,126); }
div.DivClassName
{
background-color: #80827E;
}
.BgClassName
{
background-color: #80827E;
}
</style>
border-color css
<style>
span { border-color: #80827E; }
span { border-color: rgb(128,130,126); }
td.TdClassName
{
border-color: #80827E;
}
.TagClassName
{
border-color: #80827E;
}
</style>