Shades of Gunsmoke #7C826D
Tints of Gunsmoke #7C826D
RGB
CMYK
RGB Variations
Color information
#7C826D (or 0x7C826D) is known color: Gunsmoke. HEX triplet: 7C, 82 and 6D. RGB value is (124,130,109). Sum of RGB (Red+Green+Blue) = 124+130+109=363 (48% of max value = 765). Red value is 124 (48.83% from 255 or 34.16% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 130 - color contains mainly: green. Hex color #7C826D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C826D is #837D92. Grayscale: #7D7D7D. Windows color (decimal): -8617363 or 7176828. OLE color: 7176828.
HSL color Cylindrical-coordinate representation of color #7C826D: hue angle of 77.14º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7C826D is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 124 | 130 | 109 | - |
| CMYK | 0.05 | 0 | 0.16 | 0.49 |
| HSL | 77.14º | 0.09% | 0.47% | - |
| HSV(B) | 77.14º | 0.16% | 0.51% | - |
| XYZ | 19.06 | 21.35 | 17.59 | - |
| YUV | 125.81 | 118.51 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 130 | 109 | 0.05 | 0 | 0.16 | 0.49 | 77.14 | 0.09 | 0.47 |
| Hex | 7C | 82 | 6D | 5 | 0 | 10 | 31 | 4D | 9 | 2F |
| Octal | 174 | 202 | 155 | 5 | 0 | 20 | 61 | 115 | 11 | 57 |
| Binary | 1111100 | 10000010 | 1101101 | 101 | 0 | 10000 | 110001 | 1001101 | 1001 | 101111 |
Color Harmonies of #7C826D
Complementary color
Monochromatic Colors of #7C826D
Black with #7C826D
Text Example
Text Example
White with #7C826D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C826D; }
p { color: rgb(124,130,109); }
H1.HeaderClassName
{
color: #7C826D;
}
.AnyTagClassName
{
color: #7C826D;
}
</style>
background-color css
<style>
a { background-color: #7C826D; }
a { background-color: rgb(124,130,109); }
div.DivClassName
{
background-color: #7C826D;
}
.BgClassName
{
background-color: #7C826D;
}
</style>
border-color css
<style>
span { border-color: #7C826D; }
span { border-color: rgb(124,130,109); }
td.TdClassName
{
border-color: #7C826D;
}
.TagClassName
{
border-color: #7C826D;
}
</style>