Shades of Gunsmoke #828972
Tints of Gunsmoke #828972
RGB
CMYK
RGB Variations
Color information
#828972 (or 0x828972) is known color: Gunsmoke. HEX triplet: 82, 89 and 72. RGB value is (130,137,114). Sum of RGB (Red+Green+Blue) = 130+137+114=381 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.12% from 381); Green value is 137 (53.91% from 255 or 35.96% from 381); Blue value is 114 (44.92% from 255 or 29.92% from 381); Max value from RGB is 137 - color contains mainly: green. Hex color #828972 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828972 is #7D768D. Grayscale: #848484. Windows color (decimal): -8222350 or 7506306. OLE color: 7506306.
HSL color Cylindrical-coordinate representation of color #828972: hue angle of 78.26º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #828972 is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 137 | 114 | - |
| CMYK | 0.05 | 0 | 0.17 | 0.46 |
| HSL | 78.26º | 0.09% | 0.49% | - |
| HSV(B) | 78.26º | 0.17% | 0.54% | - |
| XYZ | 21.19 | 23.85 | 19.41 | - |
| YUV | 132.29 | 117.68 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 137 | 114 | 0.05 | 0 | 0.17 | 0.46 | 78.26 | 0.09 | 0.49 |
| Hex | 82 | 89 | 72 | 5 | 0 | 11 | 2E | 4E | 9 | 31 |
| Octal | 202 | 211 | 162 | 5 | 0 | 21 | 56 | 116 | 11 | 61 |
| Binary | 10000010 | 10001001 | 1110010 | 101 | 0 | 10001 | 101110 | 1001110 | 1001 | 110001 |
Color Harmonies of #828972
Complementary color
Monochromatic Colors of #828972
Black with #828972
Text Example
Text Example
White with #828972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828972; }
p { color: rgb(130,137,114); }
H1.HeaderClassName
{
color: #828972;
}
.AnyTagClassName
{
color: #828972;
}
</style>
background-color css
<style>
a { background-color: #828972; }
a { background-color: rgb(130,137,114); }
div.DivClassName
{
background-color: #828972;
}
.BgClassName
{
background-color: #828972;
}
</style>
border-color css
<style>
span { border-color: #828972; }
span { border-color: rgb(130,137,114); }
td.TdClassName
{
border-color: #828972;
}
.TagClassName
{
border-color: #828972;
}
</style>