Shades of Gunsmoke #7F8669
Tints of Gunsmoke #7F8669
RGB
CMYK
RGB Variations
Color information
#7F8669 (or 0x7F8669) is known color: Gunsmoke. HEX triplet: 7F, 86 and 69. RGB value is (127,134,105). Sum of RGB (Red+Green+Blue) = 127+134+105=366 (48% of max value = 765). Red value is 127 (50% from 255 or 34.70% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 105 (41.41% from 255 or 28.69% from 366); Max value from RGB is 134 - color contains mainly: green. Hex color #7F8669 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8669 is #807996. Grayscale: #808080. Windows color (decimal): -8419735 or 6915711. OLE color: 6915711.
HSL color Cylindrical-coordinate representation of color #7F8669: hue angle of 74.48º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7F8669 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 127 | 134 | 105 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.47 |
| HSL | 74.48º | 0.12% | 0.47% | - |
| HSV(B) | 74.48º | 0.22% | 0.53% | - |
| XYZ | 19.83 | 22.58 | 16.68 | - |
| YUV | 128.6 | 114.68 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 134 | 105 | 0.05 | 0 | 0.22 | 0.47 | 74.48 | 0.12 | 0.47 |
| Hex | 7F | 86 | 69 | 5 | 0 | 16 | 2F | 4A | C | 2F |
| Octal | 177 | 206 | 151 | 5 | 0 | 26 | 57 | 112 | 14 | 57 |
| Binary | 1111111 | 10000110 | 1101001 | 101 | 0 | 10110 | 101111 | 1001010 | 1100 | 101111 |
Color Harmonies of #7F8669
Complementary color
Monochromatic Colors of #7F8669
Black with #7F8669
Text Example
Text Example
White with #7F8669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8669; }
p { color: rgb(127,134,105); }
H1.HeaderClassName
{
color: #7F8669;
}
.AnyTagClassName
{
color: #7F8669;
}
</style>
background-color css
<style>
a { background-color: #7F8669; }
a { background-color: rgb(127,134,105); }
div.DivClassName
{
background-color: #7F8669;
}
.BgClassName
{
background-color: #7F8669;
}
</style>
border-color css
<style>
span { border-color: #7F8669; }
span { border-color: rgb(127,134,105); }
td.TdClassName
{
border-color: #7F8669;
}
.TagClassName
{
border-color: #7F8669;
}
</style>