Shades of Gunsmoke #7F8672
Tints of Gunsmoke #7F8672
RGB
CMYK
RGB Variations
Color information
#7F8672 (or 0x7F8672) is known color: Gunsmoke. HEX triplet: 7F, 86 and 72. RGB value is (127,134,114). Sum of RGB (Red+Green+Blue) = 127+134+114=375 (49% of max value = 765). Red value is 127 (50% from 255 or 33.87% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 134 - color contains mainly: green. Hex color #7F8672 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8672 is #80798D. Grayscale: #818181. Windows color (decimal): -8419726 or 7505535. OLE color: 7505535.
HSL color Cylindrical-coordinate representation of color #7F8672: hue angle of 81º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7F8672 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 127 | 134 | 114 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.47 |
| HSL | 81º | 0.08% | 0.49% | - |
| HSV(B) | 81º | 0.15% | 0.53% | - |
| XYZ | 20.31 | 22.78 | 19.25 | - |
| YUV | 129.63 | 119.18 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 134 | 114 | 0.05 | 0 | 0.15 | 0.47 | 81 | 0.08 | 0.49 |
| Hex | 7F | 86 | 72 | 5 | 0 | F | 2F | 51 | 8 | 31 |
| Octal | 177 | 206 | 162 | 5 | 0 | 17 | 57 | 121 | 10 | 61 |
| Binary | 1111111 | 10000110 | 1110010 | 101 | 0 | 1111 | 101111 | 1010001 | 1000 | 110001 |
Color Harmonies of #7F8672
Complementary color
Monochromatic Colors of #7F8672
Black with #7F8672
Text Example
Text Example
White with #7F8672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8672; }
p { color: rgb(127,134,114); }
H1.HeaderClassName
{
color: #7F8672;
}
.AnyTagClassName
{
color: #7F8672;
}
</style>
background-color css
<style>
a { background-color: #7F8672; }
a { background-color: rgb(127,134,114); }
div.DivClassName
{
background-color: #7F8672;
}
.BgClassName
{
background-color: #7F8672;
}
</style>
border-color css
<style>
span { border-color: #7F8672; }
span { border-color: rgb(127,134,114); }
td.TdClassName
{
border-color: #7F8672;
}
.TagClassName
{
border-color: #7F8672;
}
</style>