Shades of Gunsmoke #888C80
Tints of Gunsmoke #888C80
RGB
CMYK
RGB Variations
Color information
#888C80 (or 0x888C80) is known color: Gunsmoke. HEX triplet: 88, 8C and 80. RGB value is (136,140,128). Sum of RGB (Red+Green+Blue) = 136+140+128=404 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.66% from 404); Green value is 140 (55.08% from 255 or 34.65% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 140 - color contains mainly: green. Hex color #888C80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888C80 is #77737F. Grayscale: #898989. Windows color (decimal): -7828352 or 8424584. OLE color: 8424584.
HSL color Cylindrical-coordinate representation of color #888C80: hue angle of 80º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #888C80 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 140 | 128 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.45 |
| HSL | 80º | 0.05% | 0.53% | - |
| HSV(B) | 80º | 0.09% | 0.55% | - |
| XYZ | 23.43 | 25.55 | 24.12 | - |
| YUV | 137.44 | 122.67 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 140 | 128 | 0.03 | 0 | 0.09 | 0.45 | 80 | 0.05 | 0.53 |
| Hex | 88 | 8C | 80 | 3 | 0 | 9 | 2D | 50 | 5 | 35 |
| Octal | 210 | 214 | 200 | 3 | 0 | 11 | 55 | 120 | 5 | 65 |
| Binary | 10001000 | 10001100 | 10000000 | 11 | 0 | 1001 | 101101 | 1010000 | 101 | 110101 |
Color Harmonies of #888C80
Complementary color
Monochromatic Colors of #888C80
Black with #888C80
Text Example
Text Example
White with #888C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888C80; }
p { color: rgb(136,140,128); }
H1.HeaderClassName
{
color: #888C80;
}
.AnyTagClassName
{
color: #888C80;
}
</style>
background-color css
<style>
a { background-color: #888C80; }
a { background-color: rgb(136,140,128); }
div.DivClassName
{
background-color: #888C80;
}
.BgClassName
{
background-color: #888C80;
}
</style>
border-color css
<style>
span { border-color: #888C80; }
span { border-color: rgb(136,140,128); }
td.TdClassName
{
border-color: #888C80;
}
.TagClassName
{
border-color: #888C80;
}
</style>