Shades of Gunsmoke #7C816A
Tints of Gunsmoke #7C816A
RGB
CMYK
RGB Variations
Color information
#7C816A (or 0x7C816A) is known color: Gunsmoke. HEX triplet: 7C, 81 and 6A. RGB value is (124,129,106). Sum of RGB (Red+Green+Blue) = 124+129+106=359 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.54% from 359); Green value is 129 (50.78% from 255 or 35.93% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 129 - color contains mainly: green. Hex color #7C816A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C816A is #837E95. Grayscale: #7C7C7C. Windows color (decimal): -8617622 or 6979964. OLE color: 6979964.
HSL color Cylindrical-coordinate representation of color #7C816A: hue angle of 73.04º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7C816A is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 124 | 129 | 106 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.49 |
| HSL | 73.04º | 0.1% | 0.46% | - |
| HSV(B) | 73.04º | 0.18% | 0.51% | - |
| XYZ | 18.76 | 21.03 | 16.71 | - |
| YUV | 124.88 | 117.34 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 129 | 106 | 0.04 | 0 | 0.18 | 0.49 | 73.04 | 0.1 | 0.46 |
| Hex | 7C | 81 | 6A | 4 | 0 | 12 | 31 | 49 | A | 2E |
| Octal | 174 | 201 | 152 | 4 | 0 | 22 | 61 | 111 | 12 | 56 |
| Binary | 1111100 | 10000001 | 1101010 | 100 | 0 | 10010 | 110001 | 1001001 | 1010 | 101110 |
Color Harmonies of #7C816A
Complementary color
Monochromatic Colors of #7C816A
Black with #7C816A
Text Example
Text Example
White with #7C816A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C816A; }
p { color: rgb(124,129,106); }
H1.HeaderClassName
{
color: #7C816A;
}
.AnyTagClassName
{
color: #7C816A;
}
</style>
background-color css
<style>
a { background-color: #7C816A; }
a { background-color: rgb(124,129,106); }
div.DivClassName
{
background-color: #7C816A;
}
.BgClassName
{
background-color: #7C816A;
}
</style>
border-color css
<style>
span { border-color: #7C816A; }
span { border-color: rgb(124,129,106); }
td.TdClassName
{
border-color: #7C816A;
}
.TagClassName
{
border-color: #7C816A;
}
</style>