Shades of Gunsmoke #7F876A
Tints of Gunsmoke #7F876A
RGB
CMYK
RGB Variations
Color information
#7F876A (or 0x7F876A) is known color: Gunsmoke. HEX triplet: 7F, 87 and 6A. RGB value is (127,135,106). Sum of RGB (Red+Green+Blue) = 127+135+106=368 (48% of max value = 765). Red value is 127 (50% from 255 or 34.51% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 106 (41.80% from 255 or 28.80% from 368); Max value from RGB is 135 - color contains mainly: green. Hex color #7F876A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F876A is #807895. Grayscale: #818181. Windows color (decimal): -8419478 or 6981503. OLE color: 6981503.
HSL color Cylindrical-coordinate representation of color #7F876A: hue angle of 76.55º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7F876A is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 127 | 135 | 106 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.47 |
| HSL | 76.55º | 0.12% | 0.47% | - |
| HSV(B) | 76.55º | 0.21% | 0.53% | - |
| XYZ | 20.02 | 22.88 | 17 | - |
| YUV | 129.3 | 114.85 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 135 | 106 | 0.06 | 0 | 0.21 | 0.47 | 76.55 | 0.12 | 0.47 |
| Hex | 7F | 87 | 6A | 6 | 0 | 15 | 2F | 4D | C | 2F |
| Octal | 177 | 207 | 152 | 6 | 0 | 25 | 57 | 115 | 14 | 57 |
| Binary | 1111111 | 10000111 | 1101010 | 110 | 0 | 10101 | 101111 | 1001101 | 1100 | 101111 |
Color Harmonies of #7F876A
Complementary color
Monochromatic Colors of #7F876A
Black with #7F876A
Text Example
Text Example
White with #7F876A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F876A; }
p { color: rgb(127,135,106); }
H1.HeaderClassName
{
color: #7F876A;
}
.AnyTagClassName
{
color: #7F876A;
}
</style>
background-color css
<style>
a { background-color: #7F876A; }
a { background-color: rgb(127,135,106); }
div.DivClassName
{
background-color: #7F876A;
}
.BgClassName
{
background-color: #7F876A;
}
</style>
border-color css
<style>
span { border-color: #7F876A; }
span { border-color: rgb(127,135,106); }
td.TdClassName
{
border-color: #7F876A;
}
.TagClassName
{
border-color: #7F876A;
}
</style>