Shades of Gunsmoke #828872
Tints of Gunsmoke #828872
RGB
CMYK
RGB Variations
Color information
#828872 (or 0x828872) is known color: Gunsmoke. HEX triplet: 82, 88 and 72. RGB value is (130,136,114). Sum of RGB (Red+Green+Blue) = 130+136+114=380 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.21% from 380); Green value is 136 (53.52% from 255 or 35.79% from 380); Blue value is 114 (44.92% from 255 or 30% from 380); Max value from RGB is 136 - color contains mainly: green. Hex color #828872 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828872 is #7D778D. Grayscale: #838383. Windows color (decimal): -8222606 or 7506050. OLE color: 7506050.
HSL color Cylindrical-coordinate representation of color #828872: hue angle of 76.36º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #828872 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 136 | 114 | - |
| CMYK | 0.04 | 0 | 0.16 | 0.47 |
| HSL | 76.36º | 0.09% | 0.49% | - |
| HSV(B) | 76.36º | 0.16% | 0.53% | - |
| XYZ | 21.05 | 23.57 | 19.36 | - |
| YUV | 131.7 | 118.01 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 136 | 114 | 0.04 | 0 | 0.16 | 0.47 | 76.36 | 0.09 | 0.49 |
| Hex | 82 | 88 | 72 | 4 | 0 | 10 | 2F | 4C | 9 | 31 |
| Octal | 202 | 210 | 162 | 4 | 0 | 20 | 57 | 114 | 11 | 61 |
| Binary | 10000010 | 10001000 | 1110010 | 100 | 0 | 10000 | 101111 | 1001100 | 1001 | 110001 |
Color Harmonies of #828872
Complementary color
Monochromatic Colors of #828872
Black with #828872
Text Example
Text Example
White with #828872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828872; }
p { color: rgb(130,136,114); }
H1.HeaderClassName
{
color: #828872;
}
.AnyTagClassName
{
color: #828872;
}
</style>
background-color css
<style>
a { background-color: #828872; }
a { background-color: rgb(130,136,114); }
div.DivClassName
{
background-color: #828872;
}
.BgClassName
{
background-color: #828872;
}
</style>
border-color css
<style>
span { border-color: #828872; }
span { border-color: rgb(130,136,114); }
td.TdClassName
{
border-color: #828872;
}
.TagClassName
{
border-color: #828872;
}
</style>