Shades of Gunsmoke #7F8673
Tints of Gunsmoke #7F8673
RGB
CMYK
RGB Variations
Color information
#7F8673 (or 0x7F8673) is known color: Gunsmoke. HEX triplet: 7F, 86 and 73. RGB value is (127,134,115). Sum of RGB (Red+Green+Blue) = 127+134+115=376 (49% of max value = 765). Red value is 127 (50% from 255 or 33.78% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 134 - color contains mainly: green. Hex color #7F8673 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8673 is #80798C. Grayscale: #818181. Windows color (decimal): -8419725 or 7571071. OLE color: 7571071.
HSL color Cylindrical-coordinate representation of color #7F8673: hue angle of 82.11º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7F8673 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 127 | 134 | 115 | - |
| CMYK | 0.05 | 0 | 0.14 | 0.47 |
| HSL | 82.11º | 0.08% | 0.49% | - |
| HSV(B) | 82.11º | 0.14% | 0.53% | - |
| XYZ | 20.37 | 22.8 | 19.55 | - |
| YUV | 129.74 | 119.68 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 134 | 115 | 0.05 | 0 | 0.14 | 0.47 | 82.11 | 0.08 | 0.49 |
| Hex | 7F | 86 | 73 | 5 | 0 | E | 2F | 52 | 8 | 31 |
| Octal | 177 | 206 | 163 | 5 | 0 | 16 | 57 | 122 | 10 | 61 |
| Binary | 1111111 | 10000110 | 1110011 | 101 | 0 | 1110 | 101111 | 1010010 | 1000 | 110001 |
Color Harmonies of #7F8673
Complementary color
Monochromatic Colors of #7F8673
Black with #7F8673
Text Example
Text Example
White with #7F8673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8673; }
p { color: rgb(127,134,115); }
H1.HeaderClassName
{
color: #7F8673;
}
.AnyTagClassName
{
color: #7F8673;
}
</style>
background-color css
<style>
a { background-color: #7F8673; }
a { background-color: rgb(127,134,115); }
div.DivClassName
{
background-color: #7F8673;
}
.BgClassName
{
background-color: #7F8673;
}
</style>
border-color css
<style>
span { border-color: #7F8673; }
span { border-color: rgb(127,134,115); }
td.TdClassName
{
border-color: #7F8673;
}
.TagClassName
{
border-color: #7F8673;
}
</style>