Shades of Gunsmoke #828578
Tints of Gunsmoke #828578
RGB
CMYK
RGB Variations
Color information
#828578 (or 0x828578) is known color: Gunsmoke. HEX triplet: 82, 85 and 78. RGB value is (130,133,120). Sum of RGB (Red+Green+Blue) = 130+133+120=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 120 (47.27% from 255 or 31.33% from 383); Max value from RGB is 133 - color contains mainly: green. Hex color #828578 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828578 is #7D7A87. Grayscale: #828282. Windows color (decimal): -8223368 or 7898498. OLE color: 7898498.
HSL color Cylindrical-coordinate representation of color #828578: hue angle of 73.85º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #828578 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 133 | 120 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.48 |
| HSL | 73.85º | 0.05% | 0.5% | - |
| HSV(B) | 73.85º | 0.1% | 0.52% | - |
| XYZ | 20.98 | 22.88 | 21.08 | - |
| YUV | 130.62 | 122.01 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 133 | 120 | 0.02 | 0 | 0.10 | 0.48 | 73.85 | 0.05 | 0.5 |
| Hex | 82 | 85 | 78 | 2 | 0 | A | 30 | 4A | 5 | 32 |
| Octal | 202 | 205 | 170 | 2 | 0 | 12 | 60 | 112 | 5 | 62 |
| Binary | 10000010 | 10000101 | 1111000 | 10 | 0 | 1010 | 110000 | 1001010 | 101 | 110010 |
Color Harmonies of #828578
Complementary color
Monochromatic Colors of #828578
Black with #828578
Text Example
Text Example
White with #828578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828578; }
p { color: rgb(130,133,120); }
H1.HeaderClassName
{
color: #828578;
}
.AnyTagClassName
{
color: #828578;
}
</style>
background-color css
<style>
a { background-color: #828578; }
a { background-color: rgb(130,133,120); }
div.DivClassName
{
background-color: #828578;
}
.BgClassName
{
background-color: #828578;
}
</style>
border-color css
<style>
span { border-color: #828578; }
span { border-color: rgb(130,133,120); }
td.TdClassName
{
border-color: #828578;
}
.TagClassName
{
border-color: #828578;
}
</style>