Shades of Gunsmoke #808970
Tints of Gunsmoke #808970
RGB
CMYK
RGB Variations
Color information
#808970 (or 0x808970) is known color: Gunsmoke. HEX triplet: 80, 89 and 70. RGB value is (128,137,112). Sum of RGB (Red+Green+Blue) = 128+137+112=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 137 - color contains mainly: green. Hex color #808970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808970 is #7F768F. Grayscale: #838383. Windows color (decimal): -8353424 or 7375232. OLE color: 7375232.
HSL color Cylindrical-coordinate representation of color #808970: hue angle of 81.6º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #808970 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 137 | 112 | - |
| CMYK | 0.07 | 0 | 0.18 | 0.46 |
| HSL | 81.6º | 0.1% | 0.49% | - |
| HSV(B) | 81.6º | 0.18% | 0.54% | - |
| XYZ | 20.77 | 23.65 | 18.8 | - |
| YUV | 131.46 | 117.02 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 137 | 112 | 0.07 | 0 | 0.18 | 0.46 | 81.6 | 0.1 | 0.49 |
| Hex | 80 | 89 | 70 | 7 | 0 | 12 | 2E | 52 | A | 31 |
| Octal | 200 | 211 | 160 | 7 | 0 | 22 | 56 | 122 | 12 | 61 |
| Binary | 10000000 | 10001001 | 1110000 | 111 | 0 | 10010 | 101110 | 1010010 | 1010 | 110001 |
Color Harmonies of #808970
Complementary color
Monochromatic Colors of #808970
Black with #808970
Text Example
Text Example
White with #808970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808970; }
p { color: rgb(128,137,112); }
H1.HeaderClassName
{
color: #808970;
}
.AnyTagClassName
{
color: #808970;
}
</style>
background-color css
<style>
a { background-color: #808970; }
a { background-color: rgb(128,137,112); }
div.DivClassName
{
background-color: #808970;
}
.BgClassName
{
background-color: #808970;
}
</style>
border-color css
<style>
span { border-color: #808970; }
span { border-color: rgb(128,137,112); }
td.TdClassName
{
border-color: #808970;
}
.TagClassName
{
border-color: #808970;
}
</style>