Shades of Gunsmoke #808A68
Tints of Gunsmoke #808A68
RGB
CMYK
RGB Variations
Color information
#808A68 (or 0x808A68) is known color: Gunsmoke. HEX triplet: 80, 8A and 68. RGB value is (128,138,104). Sum of RGB (Red+Green+Blue) = 128+138+104=370 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.59% from 370); Green value is 138 (54.30% from 255 or 37.30% from 370); Blue value is 104 (41.02% from 255 or 28.11% from 370); Max value from RGB is 138 - color contains mainly: green. Hex color #808A68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808A68 is #7F7597. Grayscale: #838383. Windows color (decimal): -8353176 or 6851200. OLE color: 6851200.
HSL color Cylindrical-coordinate representation of color #808A68: hue angle of 77.65º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #808A68 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 138 | 104 | - |
| CMYK | 0.07 | 0 | 0.25 | 0.46 |
| HSL | 77.65º | 0.14% | 0.47% | - |
| HSV(B) | 77.65º | 0.25% | 0.54% | - |
| XYZ | 20.49 | 23.77 | 16.6 | - |
| YUV | 131.13 | 112.69 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 138 | 104 | 0.07 | 0 | 0.25 | 0.46 | 77.65 | 0.14 | 0.47 |
| Hex | 80 | 8A | 68 | 7 | 0 | 19 | 2E | 4E | E | 2F |
| Octal | 200 | 212 | 150 | 7 | 0 | 31 | 56 | 116 | 16 | 57 |
| Binary | 10000000 | 10001010 | 1101000 | 111 | 0 | 11001 | 101110 | 1001110 | 1110 | 101111 |
Color Harmonies of #808A68
Complementary color
Monochromatic Colors of #808A68
Black with #808A68
Text Example
Text Example
White with #808A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808A68; }
p { color: rgb(128,138,104); }
H1.HeaderClassName
{
color: #808A68;
}
.AnyTagClassName
{
color: #808A68;
}
</style>
background-color css
<style>
a { background-color: #808A68; }
a { background-color: rgb(128,138,104); }
div.DivClassName
{
background-color: #808A68;
}
.BgClassName
{
background-color: #808A68;
}
</style>
border-color css
<style>
span { border-color: #808A68; }
span { border-color: rgb(128,138,104); }
td.TdClassName
{
border-color: #808A68;
}
.TagClassName
{
border-color: #808A68;
}
</style>