Shades of Gunsmoke #828874
Tints of Gunsmoke #828874
RGB
CMYK
RGB Variations
Color information
#828874 (or 0x828874) is known color: Gunsmoke. HEX triplet: 82, 88 and 74. RGB value is (130,136,116). Sum of RGB (Red+Green+Blue) = 130+136+116=382 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.03% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 116 (45.70% from 255 or 30.37% from 382); Max value from RGB is 136 - color contains mainly: green. Hex color #828874 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828874 is #7D778B. Grayscale: #848484. Windows color (decimal): -8222604 or 7637122. OLE color: 7637122.
HSL color Cylindrical-coordinate representation of color #828874: hue angle of 78º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #828874 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 136 | 116 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.47 |
| HSL | 78º | 0.08% | 0.49% | - |
| HSV(B) | 78º | 0.15% | 0.53% | - |
| XYZ | 21.16 | 23.62 | 19.97 | - |
| YUV | 131.93 | 119.01 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 136 | 116 | 0.04 | 0 | 0.15 | 0.47 | 78 | 0.08 | 0.49 |
| Hex | 82 | 88 | 74 | 4 | 0 | F | 2F | 4E | 8 | 31 |
| Octal | 202 | 210 | 164 | 4 | 0 | 17 | 57 | 116 | 10 | 61 |
| Binary | 10000010 | 10001000 | 1110100 | 100 | 0 | 1111 | 101111 | 1001110 | 1000 | 110001 |
Color Harmonies of #828874
Complementary color
Monochromatic Colors of #828874
Black with #828874
Text Example
Text Example
White with #828874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828874; }
p { color: rgb(130,136,116); }
H1.HeaderClassName
{
color: #828874;
}
.AnyTagClassName
{
color: #828874;
}
</style>
background-color css
<style>
a { background-color: #828874; }
a { background-color: rgb(130,136,116); }
div.DivClassName
{
background-color: #828874;
}
.BgClassName
{
background-color: #828874;
}
</style>
border-color css
<style>
span { border-color: #828874; }
span { border-color: rgb(130,136,116); }
td.TdClassName
{
border-color: #828874;
}
.TagClassName
{
border-color: #828874;
}
</style>