Shades of Gunsmoke #80827B
Tints of Gunsmoke #80827B
RGB
CMYK
RGB Variations
Color information
#80827B (or 0x80827B) is known color: Gunsmoke. HEX triplet: 80, 82 and 7B. RGB value is (128,130,123). Sum of RGB (Red+Green+Blue) = 128+130+123=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 130 - color contains mainly: green. Hex color #80827B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80827B is #7F7D84. Grayscale: #808080. Windows color (decimal): -8355205 or 8094336. OLE color: 8094336.
HSL color Cylindrical-coordinate representation of color #80827B: hue angle of 77.14º degrees, saturation: 0.03, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #80827B is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 130 | 123 | - |
| CMYK | 0.02 | 0 | 0.05 | 0.49 |
| HSL | 77.14º | 0.03% | 0.5% | - |
| HSV(B) | 77.14º | 0.05% | 0.51% | - |
| XYZ | 20.46 | 21.98 | 21.9 | - |
| YUV | 128.6 | 124.84 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 130 | 123 | 0.02 | 0 | 0.05 | 0.49 | 77.14 | 0.03 | 0.5 |
| Hex | 80 | 82 | 7B | 2 | 0 | 5 | 31 | 4D | 3 | 32 |
| Octal | 200 | 202 | 173 | 2 | 0 | 5 | 61 | 115 | 3 | 62 |
| Binary | 10000000 | 10000010 | 1111011 | 10 | 0 | 101 | 110001 | 1001101 | 11 | 110010 |
Color Harmonies of #80827B
Complementary color
Monochromatic Colors of #80827B
Black with #80827B
Text Example
Text Example
White with #80827B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80827B; }
p { color: rgb(128,130,123); }
H1.HeaderClassName
{
color: #80827B;
}
.AnyTagClassName
{
color: #80827B;
}
</style>
background-color css
<style>
a { background-color: #80827B; }
a { background-color: rgb(128,130,123); }
div.DivClassName
{
background-color: #80827B;
}
.BgClassName
{
background-color: #80827B;
}
</style>
border-color css
<style>
span { border-color: #80827B; }
span { border-color: rgb(128,130,123); }
td.TdClassName
{
border-color: #80827B;
}
.TagClassName
{
border-color: #80827B;
}
</style>