Shades of Gunsmoke #7F886E
Tints of Gunsmoke #7F886E
RGB
CMYK
RGB Variations
Color information
#7F886E (or 0x7F886E) is known color: Gunsmoke. HEX triplet: 7F, 88 and 6E. RGB value is (127,136,110). Sum of RGB (Red+Green+Blue) = 127+136+110=373 (49% of max value = 765). Red value is 127 (50% from 255 or 34.05% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 110 (43.36% from 255 or 29.49% from 373); Max value from RGB is 136 - color contains mainly: green. Hex color #7F886E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F886E is #807791. Grayscale: #828282. Windows color (decimal): -8419218 or 7243903. OLE color: 7243903.
HSL color Cylindrical-coordinate representation of color #7F886E: hue angle of 80.77º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7F886E is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 127 | 136 | 110 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.47 |
| HSL | 80.77º | 0.11% | 0.48% | - |
| HSV(B) | 80.77º | 0.19% | 0.53% | - |
| XYZ | 20.37 | 23.25 | 18.17 | - |
| YUV | 130.35 | 116.52 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 136 | 110 | 0.07 | 0 | 0.19 | 0.47 | 80.77 | 0.11 | 0.48 |
| Hex | 7F | 88 | 6E | 7 | 0 | 13 | 2F | 51 | B | 30 |
| Octal | 177 | 210 | 156 | 7 | 0 | 23 | 57 | 121 | 13 | 60 |
| Binary | 1111111 | 10001000 | 1101110 | 111 | 0 | 10011 | 101111 | 1010001 | 1011 | 110000 |
Color Harmonies of #7F886E
Complementary color
Monochromatic Colors of #7F886E
Black with #7F886E
Text Example
Text Example
White with #7F886E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F886E; }
p { color: rgb(127,136,110); }
H1.HeaderClassName
{
color: #7F886E;
}
.AnyTagClassName
{
color: #7F886E;
}
</style>
background-color css
<style>
a { background-color: #7F886E; }
a { background-color: rgb(127,136,110); }
div.DivClassName
{
background-color: #7F886E;
}
.BgClassName
{
background-color: #7F886E;
}
</style>
border-color css
<style>
span { border-color: #7F886E; }
span { border-color: rgb(127,136,110); }
td.TdClassName
{
border-color: #7F886E;
}
.TagClassName
{
border-color: #7F886E;
}
</style>