Shades of Gunsmoke #888C7F
Tints of Gunsmoke #888C7F
RGB
CMYK
RGB Variations
Color information
#888C7F (or 0x888C7F) is known color: Gunsmoke. HEX triplet: 88, 8C and 7F. RGB value is (136,140,127). Sum of RGB (Red+Green+Blue) = 136+140+127=403 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.75% from 403); Green value is 140 (55.08% from 255 or 34.74% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 140 - color contains mainly: green. Hex color #888C7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888C7F is #777380. Grayscale: #898989. Windows color (decimal): -7828353 or 8359048. OLE color: 8359048.
HSL color Cylindrical-coordinate representation of color #888C7F: hue angle of 78.46º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #888C7F is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 140 | 127 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.45 |
| HSL | 78.46º | 0.05% | 0.52% | - |
| HSV(B) | 78.46º | 0.09% | 0.55% | - |
| XYZ | 23.36 | 25.52 | 23.77 | - |
| YUV | 137.32 | 122.17 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 140 | 127 | 0.03 | 0 | 0.09 | 0.45 | 78.46 | 0.05 | 0.52 |
| Hex | 88 | 8C | 7F | 3 | 0 | 9 | 2D | 4E | 5 | 34 |
| Octal | 210 | 214 | 177 | 3 | 0 | 11 | 55 | 116 | 5 | 64 |
| Binary | 10001000 | 10001100 | 1111111 | 11 | 0 | 1001 | 101101 | 1001110 | 101 | 110100 |
Color Harmonies of #888C7F
Complementary color
Monochromatic Colors of #888C7F
Black with #888C7F
Text Example
Text Example
White with #888C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888C7F; }
p { color: rgb(136,140,127); }
H1.HeaderClassName
{
color: #888C7F;
}
.AnyTagClassName
{
color: #888C7F;
}
</style>
background-color css
<style>
a { background-color: #888C7F; }
a { background-color: rgb(136,140,127); }
div.DivClassName
{
background-color: #888C7F;
}
.BgClassName
{
background-color: #888C7F;
}
</style>
border-color css
<style>
span { border-color: #888C7F; }
span { border-color: rgb(136,140,127); }
td.TdClassName
{
border-color: #888C7F;
}
.TagClassName
{
border-color: #888C7F;
}
</style>