Shades of Gunsmoke #7E8765
Tints of Gunsmoke #7E8765
RGB
CMYK
RGB Variations
Color information
#7E8765 (or 0x7E8765) is known color: Gunsmoke. HEX triplet: 7E, 87 and 65. RGB value is (126,135,101). Sum of RGB (Red+Green+Blue) = 126+135+101=362 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.81% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 101 (39.84% from 255 or 27.90% from 362); Max value from RGB is 135 - color contains mainly: green. Hex color #7E8765 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8765 is #81789A. Grayscale: #808080. Windows color (decimal): -8485019 or 6653822. OLE color: 6653822.
HSL color Cylindrical-coordinate representation of color #7E8765: hue angle of 75.88º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7E8765 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 126 | 135 | 101 | - |
| CMYK | 0.07 | 0 | 0.25 | 0.47 |
| HSL | 75.88º | 0.14% | 0.46% | - |
| HSV(B) | 75.88º | 0.25% | 0.53% | - |
| XYZ | 19.62 | 22.7 | 15.66 | - |
| YUV | 128.43 | 112.52 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 135 | 101 | 0.07 | 0 | 0.25 | 0.47 | 75.88 | 0.14 | 0.46 |
| Hex | 7E | 87 | 65 | 7 | 0 | 19 | 2F | 4C | E | 2E |
| Octal | 176 | 207 | 145 | 7 | 0 | 31 | 57 | 114 | 16 | 56 |
| Binary | 1111110 | 10000111 | 1100101 | 111 | 0 | 11001 | 101111 | 1001100 | 1110 | 101110 |
Color Harmonies of #7E8765
Complementary color
Monochromatic Colors of #7E8765
Black with #7E8765
Text Example
Text Example
White with #7E8765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8765; }
p { color: rgb(126,135,101); }
H1.HeaderClassName
{
color: #7E8765;
}
.AnyTagClassName
{
color: #7E8765;
}
</style>
background-color css
<style>
a { background-color: #7E8765; }
a { background-color: rgb(126,135,101); }
div.DivClassName
{
background-color: #7E8765;
}
.BgClassName
{
background-color: #7E8765;
}
</style>
border-color css
<style>
span { border-color: #7E8765; }
span { border-color: rgb(126,135,101); }
td.TdClassName
{
border-color: #7E8765;
}
.TagClassName
{
border-color: #7E8765;
}
</style>