Shades of Gunsmoke #7C8565
Tints of Gunsmoke #7C8565
RGB
CMYK
RGB Variations
Color information
#7C8565 (or 0x7C8565) is known color: Gunsmoke. HEX triplet: 7C, 85 and 65. RGB value is (124,133,101). Sum of RGB (Red+Green+Blue) = 124+133+101=358 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.64% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 101 (39.84% from 255 or 28.21% from 358); Max value from RGB is 133 - color contains mainly: green. Hex color #7C8565 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8565 is #837A9A. Grayscale: #7E7E7E. Windows color (decimal): -8616603 or 6653308. OLE color: 6653308.
HSL color Cylindrical-coordinate representation of color #7C8565: hue angle of 76.88º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7C8565 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 124 | 133 | 101 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.48 |
| HSL | 76.88º | 0.14% | 0.46% | - |
| HSV(B) | 76.88º | 0.24% | 0.52% | - |
| XYZ | 19.05 | 22 | 15.55 | - |
| YUV | 126.66 | 113.52 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 133 | 101 | 0.07 | 0 | 0.24 | 0.48 | 76.88 | 0.14 | 0.46 |
| Hex | 7C | 85 | 65 | 7 | 0 | 18 | 30 | 4D | E | 2E |
| Octal | 174 | 205 | 145 | 7 | 0 | 30 | 60 | 115 | 16 | 56 |
| Binary | 1111100 | 10000101 | 1100101 | 111 | 0 | 11000 | 110000 | 1001101 | 1110 | 101110 |
Color Harmonies of #7C8565
Complementary color
Monochromatic Colors of #7C8565
Black with #7C8565
Text Example
Text Example
White with #7C8565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8565; }
p { color: rgb(124,133,101); }
H1.HeaderClassName
{
color: #7C8565;
}
.AnyTagClassName
{
color: #7C8565;
}
</style>
background-color css
<style>
a { background-color: #7C8565; }
a { background-color: rgb(124,133,101); }
div.DivClassName
{
background-color: #7C8565;
}
.BgClassName
{
background-color: #7C8565;
}
</style>
border-color css
<style>
span { border-color: #7C8565; }
span { border-color: rgb(124,133,101); }
td.TdClassName
{
border-color: #7C8565;
}
.TagClassName
{
border-color: #7C8565;
}
</style>