Shades of Gunsmoke #7F8576
Tints of Gunsmoke #7F8576
RGB
CMYK
RGB Variations
Color information
#7F8576 (or 0x7F8576) is known color: Gunsmoke. HEX triplet: 7F, 85 and 76. RGB value is (127,133,118). Sum of RGB (Red+Green+Blue) = 127+133+118=378 (50% of max value = 765). Red value is 127 (50% from 255 or 33.60% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 133 - color contains mainly: green. Hex color #7F8576 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8576 is #807A89. Grayscale: #818181. Windows color (decimal): -8419978 or 7767423. OLE color: 7767423.
HSL color Cylindrical-coordinate representation of color #7F8576: hue angle of 84º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7F8576 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 127 | 133 | 118 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.48 |
| HSL | 84º | 0.06% | 0.49% | - |
| HSV(B) | 84º | 0.11% | 0.52% | - |
| XYZ | 20.41 | 22.6 | 20.43 | - |
| YUV | 129.5 | 121.51 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 133 | 118 | 0.05 | 0 | 0.11 | 0.48 | 84 | 0.06 | 0.49 |
| Hex | 7F | 85 | 76 | 5 | 0 | B | 30 | 54 | 6 | 31 |
| Octal | 177 | 205 | 166 | 5 | 0 | 13 | 60 | 124 | 6 | 61 |
| Binary | 1111111 | 10000101 | 1110110 | 101 | 0 | 1011 | 110000 | 1010100 | 110 | 110001 |
Color Harmonies of #7F8576
Complementary color
Monochromatic Colors of #7F8576
Black with #7F8576
Text Example
Text Example
White with #7F8576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8576; }
p { color: rgb(127,133,118); }
H1.HeaderClassName
{
color: #7F8576;
}
.AnyTagClassName
{
color: #7F8576;
}
</style>
background-color css
<style>
a { background-color: #7F8576; }
a { background-color: rgb(127,133,118); }
div.DivClassName
{
background-color: #7F8576;
}
.BgClassName
{
background-color: #7F8576;
}
</style>
border-color css
<style>
span { border-color: #7F8576; }
span { border-color: rgb(127,133,118); }
td.TdClassName
{
border-color: #7F8576;
}
.TagClassName
{
border-color: #7F8576;
}
</style>