Shades of Gunsmoke #7F886B
Tints of Gunsmoke #7F886B
RGB
CMYK
RGB Variations
Color information
#7F886B (or 0x7F886B) is known color: Gunsmoke. HEX triplet: 7F, 88 and 6B. RGB value is (127,136,107). Sum of RGB (Red+Green+Blue) = 127+136+107=370 (49% of max value = 765). Red value is 127 (50% from 255 or 34.32% from 370); Green value is 136 (53.52% from 255 or 36.76% from 370); Blue value is 107 (42.19% from 255 or 28.92% from 370); Max value from RGB is 136 - color contains mainly: green. Hex color #7F886B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F886B is #807794. Grayscale: #828282. Windows color (decimal): -8419221 or 7047295. OLE color: 7047295.
HSL color Cylindrical-coordinate representation of color #7F886B: hue angle of 78.62º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7F886B is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 127 | 136 | 107 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.47 |
| HSL | 78.62º | 0.12% | 0.48% | - |
| HSV(B) | 78.62º | 0.21% | 0.53% | - |
| XYZ | 20.21 | 23.18 | 17.32 | - |
| YUV | 130 | 115.02 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 136 | 107 | 0.07 | 0 | 0.21 | 0.47 | 78.62 | 0.12 | 0.48 |
| Hex | 7F | 88 | 6B | 7 | 0 | 15 | 2F | 4F | C | 30 |
| Octal | 177 | 210 | 153 | 7 | 0 | 25 | 57 | 117 | 14 | 60 |
| Binary | 1111111 | 10001000 | 1101011 | 111 | 0 | 10101 | 101111 | 1001111 | 1100 | 110000 |
Color Harmonies of #7F886B
Complementary color
Monochromatic Colors of #7F886B
Black with #7F886B
Text Example
Text Example
White with #7F886B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F886B; }
p { color: rgb(127,136,107); }
H1.HeaderClassName
{
color: #7F886B;
}
.AnyTagClassName
{
color: #7F886B;
}
</style>
background-color css
<style>
a { background-color: #7F886B; }
a { background-color: rgb(127,136,107); }
div.DivClassName
{
background-color: #7F886B;
}
.BgClassName
{
background-color: #7F886B;
}
</style>
border-color css
<style>
span { border-color: #7F886B; }
span { border-color: rgb(127,136,107); }
td.TdClassName
{
border-color: #7F886B;
}
.TagClassName
{
border-color: #7F886B;
}
</style>