Shades of Gunsmoke #7C816C
Tints of Gunsmoke #7C816C
RGB
CMYK
RGB Variations
Color information
#7C816C (or 0x7C816C) is known color: Gunsmoke. HEX triplet: 7C, 81 and 6C. RGB value is (124,129,108). Sum of RGB (Red+Green+Blue) = 124+129+108=361 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.35% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 129 - color contains mainly: green. Hex color #7C816C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C816C is #837E93. Grayscale: #7D7D7D. Windows color (decimal): -8617620 or 7111036. OLE color: 7111036.
HSL color Cylindrical-coordinate representation of color #7C816C: hue angle of 74.29º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7C816C is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 124 | 129 | 108 | - |
| CMYK | 0.04 | 0 | 0.16 | 0.49 |
| HSL | 74.29º | 0.09% | 0.46% | - |
| HSV(B) | 74.29º | 0.16% | 0.51% | - |
| XYZ | 18.87 | 21.07 | 17.26 | - |
| YUV | 125.11 | 118.34 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 129 | 108 | 0.04 | 0 | 0.16 | 0.49 | 74.29 | 0.09 | 0.46 |
| Hex | 7C | 81 | 6C | 4 | 0 | 10 | 31 | 4A | 9 | 2E |
| Octal | 174 | 201 | 154 | 4 | 0 | 20 | 61 | 112 | 11 | 56 |
| Binary | 1111100 | 10000001 | 1101100 | 100 | 0 | 10000 | 110001 | 1001010 | 1001 | 101110 |
Color Harmonies of #7C816C
Complementary color
Monochromatic Colors of #7C816C
Black with #7C816C
Text Example
Text Example
White with #7C816C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C816C; }
p { color: rgb(124,129,108); }
H1.HeaderClassName
{
color: #7C816C;
}
.AnyTagClassName
{
color: #7C816C;
}
</style>
background-color css
<style>
a { background-color: #7C816C; }
a { background-color: rgb(124,129,108); }
div.DivClassName
{
background-color: #7C816C;
}
.BgClassName
{
background-color: #7C816C;
}
</style>
border-color css
<style>
span { border-color: #7C816C; }
span { border-color: rgb(124,129,108); }
td.TdClassName
{
border-color: #7C816C;
}
.TagClassName
{
border-color: #7C816C;
}
</style>