Shades of Gunsmoke #828877
Tints of Gunsmoke #828877
RGB
CMYK
RGB Variations
Color information
#828877 (or 0x828877) is known color: Gunsmoke. HEX triplet: 82, 88 and 77. RGB value is (130,136,119). Sum of RGB (Red+Green+Blue) = 130+136+119=385 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.77% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 119 (46.88% from 255 or 30.91% from 385); Max value from RGB is 136 - color contains mainly: green. Hex color #828877 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828877 is #7D7788. Grayscale: #848484. Windows color (decimal): -8222601 or 7833730. OLE color: 7833730.
HSL color Cylindrical-coordinate representation of color #828877: hue angle of 81.18º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #828877 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 136 | 119 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.47 |
| HSL | 81.18º | 0.07% | 0.5% | - |
| HSV(B) | 81.18º | 0.13% | 0.53% | - |
| XYZ | 21.34 | 23.69 | 20.9 | - |
| YUV | 132.27 | 120.51 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 136 | 119 | 0.04 | 0 | 0.12 | 0.47 | 81.18 | 0.07 | 0.5 |
| Hex | 82 | 88 | 77 | 4 | 0 | C | 2F | 51 | 7 | 32 |
| Octal | 202 | 210 | 167 | 4 | 0 | 14 | 57 | 121 | 7 | 62 |
| Binary | 10000010 | 10001000 | 1110111 | 100 | 0 | 1100 | 101111 | 1010001 | 111 | 110010 |
Color Harmonies of #828877
Complementary color
Monochromatic Colors of #828877
Black with #828877
Text Example
Text Example
White with #828877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828877; }
p { color: rgb(130,136,119); }
H1.HeaderClassName
{
color: #828877;
}
.AnyTagClassName
{
color: #828877;
}
</style>
background-color css
<style>
a { background-color: #828877; }
a { background-color: rgb(130,136,119); }
div.DivClassName
{
background-color: #828877;
}
.BgClassName
{
background-color: #828877;
}
</style>
border-color css
<style>
span { border-color: #828877; }
span { border-color: rgb(130,136,119); }
td.TdClassName
{
border-color: #828877;
}
.TagClassName
{
border-color: #828877;
}
</style>