Shades of Gunsmoke #828B70
Tints of Gunsmoke #828B70
RGB
CMYK
RGB Variations
Color information
#828B70 (or 0x828B70) is known color: Gunsmoke. HEX triplet: 82, 8B and 70. RGB value is (130,139,112). Sum of RGB (Red+Green+Blue) = 130+139+112=381 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.12% from 381); Green value is 139 (54.69% from 255 or 36.48% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 139 - color contains mainly: green. Hex color #828B70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828B70 is #7D748F. Grayscale: #858585. Windows color (decimal): -8221840 or 7375746. OLE color: 7375746.
HSL color Cylindrical-coordinate representation of color #828B70: hue angle of 80º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #828B70 is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 139 | 112 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.45 |
| HSL | 80º | 0.11% | 0.49% | - |
| HSV(B) | 80º | 0.19% | 0.55% | - |
| XYZ | 21.36 | 24.38 | 18.91 | - |
| YUV | 133.23 | 116.02 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 139 | 112 | 0.06 | 0 | 0.19 | 0.45 | 80 | 0.11 | 0.49 |
| Hex | 82 | 8B | 70 | 6 | 0 | 13 | 2D | 50 | B | 31 |
| Octal | 202 | 213 | 160 | 6 | 0 | 23 | 55 | 120 | 13 | 61 |
| Binary | 10000010 | 10001011 | 1110000 | 110 | 0 | 10011 | 101101 | 1010000 | 1011 | 110001 |
Color Harmonies of #828B70
Complementary color
Monochromatic Colors of #828B70
Black with #828B70
Text Example
Text Example
White with #828B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828B70; }
p { color: rgb(130,139,112); }
H1.HeaderClassName
{
color: #828B70;
}
.AnyTagClassName
{
color: #828B70;
}
</style>
background-color css
<style>
a { background-color: #828B70; }
a { background-color: rgb(130,139,112); }
div.DivClassName
{
background-color: #828B70;
}
.BgClassName
{
background-color: #828B70;
}
</style>
border-color css
<style>
span { border-color: #828B70; }
span { border-color: rgb(130,139,112); }
td.TdClassName
{
border-color: #828B70;
}
.TagClassName
{
border-color: #828B70;
}
</style>