Shades of Gunsmoke #7C8464
Tints of Gunsmoke #7C8464
RGB
CMYK
RGB Variations
Color information
#7C8464 (or 0x7C8464) is known color: Gunsmoke. HEX triplet: 7C, 84 and 64. RGB value is (124,132,100). Sum of RGB (Red+Green+Blue) = 124+132+100=356 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.83% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 132 - color contains mainly: green. Hex color #7C8464 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8464 is #837B9B. Grayscale: #7E7E7E. Windows color (decimal): -8616860 or 6587516. OLE color: 6587516.
HSL color Cylindrical-coordinate representation of color #7C8464: hue angle of 75º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7C8464 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 124 | 132 | 100 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.48 |
| HSL | 75º | 0.14% | 0.45% | - |
| HSV(B) | 75º | 0.24% | 0.52% | - |
| XYZ | 18.86 | 21.71 | 15.25 | - |
| YUV | 125.96 | 113.35 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 132 | 100 | 0.06 | 0 | 0.24 | 0.48 | 75 | 0.14 | 0.45 |
| Hex | 7C | 84 | 64 | 6 | 0 | 18 | 30 | 4B | E | 2D |
| Octal | 174 | 204 | 144 | 6 | 0 | 30 | 60 | 113 | 16 | 55 |
| Binary | 1111100 | 10000100 | 1100100 | 110 | 0 | 11000 | 110000 | 1001011 | 1110 | 101101 |
Color Harmonies of #7C8464
Complementary color
Monochromatic Colors of #7C8464
Black with #7C8464
Text Example
Text Example
White with #7C8464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8464; }
p { color: rgb(124,132,100); }
H1.HeaderClassName
{
color: #7C8464;
}
.AnyTagClassName
{
color: #7C8464;
}
</style>
background-color css
<style>
a { background-color: #7C8464; }
a { background-color: rgb(124,132,100); }
div.DivClassName
{
background-color: #7C8464;
}
.BgClassName
{
background-color: #7C8464;
}
</style>
border-color css
<style>
span { border-color: #7C8464; }
span { border-color: rgb(124,132,100); }
td.TdClassName
{
border-color: #7C8464;
}
.TagClassName
{
border-color: #7C8464;
}
</style>