Shades of Gunsmoke #828778
Tints of Gunsmoke #828778
RGB
CMYK
RGB Variations
Color information
#828778 (or 0x828778) is known color: Gunsmoke. HEX triplet: 82, 87 and 78. RGB value is (130,135,120). Sum of RGB (Red+Green+Blue) = 130+135+120=385 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.77% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 135 - color contains mainly: green. Hex color #828778 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828778 is #7D7887. Grayscale: #838383. Windows color (decimal): -8222856 or 7899010. OLE color: 7899010.
HSL color Cylindrical-coordinate representation of color #828778: hue angle of 80º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #828778 is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 135 | 120 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.47 |
| HSL | 80º | 0.06% | 0.5% | - |
| HSV(B) | 80º | 0.11% | 0.53% | - |
| XYZ | 21.26 | 23.43 | 21.17 | - |
| YUV | 131.8 | 121.34 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 135 | 120 | 0.04 | 0 | 0.11 | 0.47 | 80 | 0.06 | 0.5 |
| Hex | 82 | 87 | 78 | 4 | 0 | B | 2F | 50 | 6 | 32 |
| Octal | 202 | 207 | 170 | 4 | 0 | 13 | 57 | 120 | 6 | 62 |
| Binary | 10000010 | 10000111 | 1111000 | 100 | 0 | 1011 | 101111 | 1010000 | 110 | 110010 |
Color Harmonies of #828778
Complementary color
Monochromatic Colors of #828778
Black with #828778
Text Example
Text Example
White with #828778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828778; }
p { color: rgb(130,135,120); }
H1.HeaderClassName
{
color: #828778;
}
.AnyTagClassName
{
color: #828778;
}
</style>
background-color css
<style>
a { background-color: #828778; }
a { background-color: rgb(130,135,120); }
div.DivClassName
{
background-color: #828778;
}
.BgClassName
{
background-color: #828778;
}
</style>
border-color css
<style>
span { border-color: #828778; }
span { border-color: rgb(130,135,120); }
td.TdClassName
{
border-color: #828778;
}
.TagClassName
{
border-color: #828778;
}
</style>