Shades of Gunsmoke #7F8674
Tints of Gunsmoke #7F8674
RGB
CMYK
RGB Variations
Color information
#7F8674 (or 0x7F8674) is known color: Gunsmoke. HEX triplet: 7F, 86 and 74. RGB value is (127,134,116). Sum of RGB (Red+Green+Blue) = 127+134+116=377 (49% of max value = 765). Red value is 127 (50% from 255 or 33.69% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 134 - color contains mainly: green. Hex color #7F8674 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8674 is #80798B. Grayscale: #818181. Windows color (decimal): -8419724 or 7636607. OLE color: 7636607.
HSL color Cylindrical-coordinate representation of color #7F8674: hue angle of 83.33º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7F8674 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 127 | 134 | 116 | - |
| CMYK | 0.05 | 0 | 0.13 | 0.47 |
| HSL | 83.33º | 0.07% | 0.49% | - |
| HSV(B) | 83.33º | 0.13% | 0.53% | - |
| XYZ | 20.43 | 22.82 | 19.85 | - |
| YUV | 129.86 | 120.18 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 134 | 116 | 0.05 | 0 | 0.13 | 0.47 | 83.33 | 0.07 | 0.49 |
| Hex | 7F | 86 | 74 | 5 | 0 | D | 2F | 53 | 7 | 31 |
| Octal | 177 | 206 | 164 | 5 | 0 | 15 | 57 | 123 | 7 | 61 |
| Binary | 1111111 | 10000110 | 1110100 | 101 | 0 | 1101 | 101111 | 1010011 | 111 | 110001 |
Color Harmonies of #7F8674
Complementary color
Monochromatic Colors of #7F8674
Black with #7F8674
Text Example
Text Example
White with #7F8674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8674; }
p { color: rgb(127,134,116); }
H1.HeaderClassName
{
color: #7F8674;
}
.AnyTagClassName
{
color: #7F8674;
}
</style>
background-color css
<style>
a { background-color: #7F8674; }
a { background-color: rgb(127,134,116); }
div.DivClassName
{
background-color: #7F8674;
}
.BgClassName
{
background-color: #7F8674;
}
</style>
border-color css
<style>
span { border-color: #7F8674; }
span { border-color: rgb(127,134,116); }
td.TdClassName
{
border-color: #7F8674;
}
.TagClassName
{
border-color: #7F8674;
}
</style>