Shades of Gunsmoke #828579
Tints of Gunsmoke #828579
RGB
CMYK
RGB Variations
Color information
#828579 (or 0x828579) is known color: Gunsmoke. HEX triplet: 82, 85 and 79. RGB value is (130,133,121). Sum of RGB (Red+Green+Blue) = 130+133+121=384 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.85% from 384); Green value is 133 (52.34% from 255 or 34.64% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 133 - color contains mainly: green. Hex color #828579 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828579 is #7D7A86. Grayscale: #828282. Windows color (decimal): -8223367 or 7964034. OLE color: 7964034.
HSL color Cylindrical-coordinate representation of color #828579: hue angle of 75º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #828579 is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 133 | 121 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.48 |
| HSL | 75º | 0.05% | 0.5% | - |
| HSV(B) | 75º | 0.09% | 0.52% | - |
| XYZ | 21.04 | 22.9 | 21.4 | - |
| YUV | 130.74 | 122.51 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 133 | 121 | 0.02 | 0 | 0.09 | 0.48 | 75 | 0.05 | 0.5 |
| Hex | 82 | 85 | 79 | 2 | 0 | 9 | 30 | 4B | 5 | 32 |
| Octal | 202 | 205 | 171 | 2 | 0 | 11 | 60 | 113 | 5 | 62 |
| Binary | 10000010 | 10000101 | 1111001 | 10 | 0 | 1001 | 110000 | 1001011 | 101 | 110010 |
Color Harmonies of #828579
Complementary color
Monochromatic Colors of #828579
Black with #828579
Text Example
Text Example
White with #828579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828579; }
p { color: rgb(130,133,121); }
H1.HeaderClassName
{
color: #828579;
}
.AnyTagClassName
{
color: #828579;
}
</style>
background-color css
<style>
a { background-color: #828579; }
a { background-color: rgb(130,133,121); }
div.DivClassName
{
background-color: #828579;
}
.BgClassName
{
background-color: #828579;
}
</style>
border-color css
<style>
span { border-color: #828579; }
span { border-color: rgb(130,133,121); }
td.TdClassName
{
border-color: #828579;
}
.TagClassName
{
border-color: #828579;
}
</style>