Shades of Gunsmoke #7C8564
Tints of Gunsmoke #7C8564
RGB
CMYK
RGB Variations
Color information
#7C8564 (or 0x7C8564) is known color: Gunsmoke. HEX triplet: 7C, 85 and 64. RGB value is (124,133,100). Sum of RGB (Red+Green+Blue) = 124+133+100=357 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.73% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 133 - color contains mainly: green. Hex color #7C8564 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8564 is #837A9B. Grayscale: #7E7E7E. Windows color (decimal): -8616604 or 6587772. OLE color: 6587772.
HSL color Cylindrical-coordinate representation of color #7C8564: hue angle of 76.36º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7C8564 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 124 | 133 | 100 | - |
| CMYK | 0.07 | 0 | 0.25 | 0.48 |
| HSL | 76.36º | 0.14% | 0.46% | - |
| HSV(B) | 76.36º | 0.25% | 0.52% | - |
| XYZ | 19 | 21.98 | 15.3 | - |
| YUV | 126.55 | 113.02 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 133 | 100 | 0.07 | 0 | 0.25 | 0.48 | 76.36 | 0.14 | 0.46 |
| Hex | 7C | 85 | 64 | 7 | 0 | 19 | 30 | 4C | E | 2E |
| Octal | 174 | 205 | 144 | 7 | 0 | 31 | 60 | 114 | 16 | 56 |
| Binary | 1111100 | 10000101 | 1100100 | 111 | 0 | 11001 | 110000 | 1001100 | 1110 | 101110 |
Color Harmonies of #7C8564
Complementary color
Monochromatic Colors of #7C8564
Black with #7C8564
Text Example
Text Example
White with #7C8564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8564; }
p { color: rgb(124,133,100); }
H1.HeaderClassName
{
color: #7C8564;
}
.AnyTagClassName
{
color: #7C8564;
}
</style>
background-color css
<style>
a { background-color: #7C8564; }
a { background-color: rgb(124,133,100); }
div.DivClassName
{
background-color: #7C8564;
}
.BgClassName
{
background-color: #7C8564;
}
</style>
border-color css
<style>
span { border-color: #7C8564; }
span { border-color: rgb(124,133,100); }
td.TdClassName
{
border-color: #7C8564;
}
.TagClassName
{
border-color: #7C8564;
}
</style>