Shades of Gunsmoke #828978
Tints of Gunsmoke #828978
RGB
CMYK
RGB Variations
Color information
#828978 (or 0x828978) is known color: Gunsmoke. HEX triplet: 82, 89 and 78. RGB value is (130,137,120). Sum of RGB (Red+Green+Blue) = 130+137+120=387 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.59% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 120 (47.27% from 255 or 31.01% from 387); Max value from RGB is 137 - color contains mainly: green. Hex color #828978 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828978 is #7D7687. Grayscale: #858585. Windows color (decimal): -8222344 or 7899522. OLE color: 7899522.
HSL color Cylindrical-coordinate representation of color #828978: hue angle of 84.71º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #828978 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 137 | 120 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.46 |
| HSL | 84.71º | 0.07% | 0.5% | - |
| HSV(B) | 84.71º | 0.12% | 0.54% | - |
| XYZ | 21.54 | 23.99 | 21.27 | - |
| YUV | 132.97 | 120.68 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 137 | 120 | 0.05 | 0 | 0.12 | 0.46 | 84.71 | 0.07 | 0.5 |
| Hex | 82 | 89 | 78 | 5 | 0 | C | 2E | 55 | 7 | 32 |
| Octal | 202 | 211 | 170 | 5 | 0 | 14 | 56 | 125 | 7 | 62 |
| Binary | 10000010 | 10001001 | 1111000 | 101 | 0 | 1100 | 101110 | 1010101 | 111 | 110010 |
Color Harmonies of #828978
Complementary color
Monochromatic Colors of #828978
Black with #828978
Text Example
Text Example
White with #828978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828978; }
p { color: rgb(130,137,120); }
H1.HeaderClassName
{
color: #828978;
}
.AnyTagClassName
{
color: #828978;
}
</style>
background-color css
<style>
a { background-color: #828978; }
a { background-color: rgb(130,137,120); }
div.DivClassName
{
background-color: #828978;
}
.BgClassName
{
background-color: #828978;
}
</style>
border-color css
<style>
span { border-color: #828978; }
span { border-color: rgb(130,137,120); }
td.TdClassName
{
border-color: #828978;
}
.TagClassName
{
border-color: #828978;
}
</style>