Shades of Gunsmoke #82857C
Tints of Gunsmoke #82857C
RGB
CMYK
RGB Variations
Color information
#82857C (or 0x82857C) is known color: Gunsmoke. HEX triplet: 82, 85 and 7C. RGB value is (130,133,124). Sum of RGB (Red+Green+Blue) = 130+133+124=387 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.59% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 133 - color contains mainly: green. Hex color #82857C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82857C is #7D7A83. Grayscale: #838383. Windows color (decimal): -8223364 or 8160642. OLE color: 8160642.
HSL color Cylindrical-coordinate representation of color #82857C: hue angle of 80º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #82857C is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 133 | 124 | - |
| CMYK | 0.02 | 0 | 0.07 | 0.48 |
| HSL | 80º | 0.04% | 0.5% | - |
| HSV(B) | 80º | 0.07% | 0.52% | - |
| XYZ | 21.23 | 22.98 | 22.38 | - |
| YUV | 131.08 | 124.01 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 133 | 124 | 0.02 | 0 | 0.07 | 0.48 | 80 | 0.04 | 0.5 |
| Hex | 82 | 85 | 7C | 2 | 0 | 7 | 30 | 50 | 4 | 32 |
| Octal | 202 | 205 | 174 | 2 | 0 | 7 | 60 | 120 | 4 | 62 |
| Binary | 10000010 | 10000101 | 1111100 | 10 | 0 | 111 | 110000 | 1010000 | 100 | 110010 |
Color Harmonies of #82857C
Complementary color
Monochromatic Colors of #82857C
Black with #82857C
Text Example
Text Example
White with #82857C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82857C; }
p { color: rgb(130,133,124); }
H1.HeaderClassName
{
color: #82857C;
}
.AnyTagClassName
{
color: #82857C;
}
</style>
background-color css
<style>
a { background-color: #82857C; }
a { background-color: rgb(130,133,124); }
div.DivClassName
{
background-color: #82857C;
}
.BgClassName
{
background-color: #82857C;
}
</style>
border-color css
<style>
span { border-color: #82857C; }
span { border-color: rgb(130,133,124); }
td.TdClassName
{
border-color: #82857C;
}
.TagClassName
{
border-color: #82857C;
}
</style>