Shades of Gunsmoke #82877C
Tints of Gunsmoke #82877C
RGB
CMYK
RGB Variations
Color information
#82877C (or 0x82877C) is known color: Gunsmoke. HEX triplet: 82, 87 and 7C. RGB value is (130,135,124). Sum of RGB (Red+Green+Blue) = 130+135+124=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 135 - color contains mainly: green. Hex color #82877C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82877C is #7D7883. Grayscale: #848484. Windows color (decimal): -8222852 or 8161154. OLE color: 8161154.
HSL color Cylindrical-coordinate representation of color #82877C: hue angle of 87.27º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #82877C is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 135 | 124 | - |
| CMYK | 0.04 | 0 | 0.08 | 0.47 |
| HSL | 87.27º | 0.04% | 0.51% | - |
| HSV(B) | 87.27º | 0.08% | 0.53% | - |
| XYZ | 21.51 | 23.53 | 22.48 | - |
| YUV | 132.25 | 123.34 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 135 | 124 | 0.04 | 0 | 0.08 | 0.47 | 87.27 | 0.04 | 0.51 |
| Hex | 82 | 87 | 7C | 4 | 0 | 8 | 2F | 57 | 4 | 33 |
| Octal | 202 | 207 | 174 | 4 | 0 | 10 | 57 | 127 | 4 | 63 |
| Binary | 10000010 | 10000111 | 1111100 | 100 | 0 | 1000 | 101111 | 1010111 | 100 | 110011 |
Color Harmonies of #82877C
Complementary color
Monochromatic Colors of #82877C
Black with #82877C
Text Example
Text Example
White with #82877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82877C; }
p { color: rgb(130,135,124); }
H1.HeaderClassName
{
color: #82877C;
}
.AnyTagClassName
{
color: #82877C;
}
</style>
background-color css
<style>
a { background-color: #82877C; }
a { background-color: rgb(130,135,124); }
div.DivClassName
{
background-color: #82877C;
}
.BgClassName
{
background-color: #82877C;
}
</style>
border-color css
<style>
span { border-color: #82877C; }
span { border-color: rgb(130,135,124); }
td.TdClassName
{
border-color: #82877C;
}
.TagClassName
{
border-color: #82877C;
}
</style>