Shades of Gunsmoke #828A70
Tints of Gunsmoke #828A70
RGB
CMYK
RGB Variations
Color information
#828A70 (or 0x828A70) is known color: Gunsmoke. HEX triplet: 82, 8A and 70. RGB value is (130,138,112). Sum of RGB (Red+Green+Blue) = 130+138+112=380 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.21% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 138 - color contains mainly: green. Hex color #828A70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828A70 is #7D758F. Grayscale: #848484. Windows color (decimal): -8222096 or 7375490. OLE color: 7375490.
HSL color Cylindrical-coordinate representation of color #828A70: hue angle of 78.46º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #828A70 is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 138 | 112 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.46 |
| HSL | 78.46º | 0.1% | 0.49% | - |
| HSV(B) | 78.46º | 0.19% | 0.54% | - |
| XYZ | 21.22 | 24.09 | 18.86 | - |
| YUV | 132.64 | 116.35 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 138 | 112 | 0.06 | 0 | 0.19 | 0.46 | 78.46 | 0.1 | 0.49 |
| Hex | 82 | 8A | 70 | 6 | 0 | 13 | 2E | 4E | A | 31 |
| Octal | 202 | 212 | 160 | 6 | 0 | 23 | 56 | 116 | 12 | 61 |
| Binary | 10000010 | 10001010 | 1110000 | 110 | 0 | 10011 | 101110 | 1001110 | 1010 | 110001 |
Color Harmonies of #828A70
Complementary color
Monochromatic Colors of #828A70
Black with #828A70
Text Example
Text Example
White with #828A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828A70; }
p { color: rgb(130,138,112); }
H1.HeaderClassName
{
color: #828A70;
}
.AnyTagClassName
{
color: #828A70;
}
</style>
background-color css
<style>
a { background-color: #828A70; }
a { background-color: rgb(130,138,112); }
div.DivClassName
{
background-color: #828A70;
}
.BgClassName
{
background-color: #828A70;
}
</style>
border-color css
<style>
span { border-color: #828A70; }
span { border-color: rgb(130,138,112); }
td.TdClassName
{
border-color: #828A70;
}
.TagClassName
{
border-color: #828A70;
}
</style>