Shades of Gunsmoke #7C856C
Tints of Gunsmoke #7C856C
RGB
CMYK
RGB Variations
Color information
#7C856C (or 0x7C856C) is known color: Gunsmoke. HEX triplet: 7C, 85 and 6C. RGB value is (124,133,108). Sum of RGB (Red+Green+Blue) = 124+133+108=365 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.97% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 133 - color contains mainly: green. Hex color #7C856C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C856C is #837A93. Grayscale: #7F7F7F. Windows color (decimal): -8616596 or 7112060. OLE color: 7112060.
HSL color Cylindrical-coordinate representation of color #7C856C: hue angle of 81.6º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7C856C is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 124 | 133 | 108 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.48 |
| HSL | 81.6º | 0.1% | 0.47% | - |
| HSV(B) | 81.6º | 0.19% | 0.52% | - |
| XYZ | 19.41 | 22.14 | 17.44 | - |
| YUV | 127.46 | 117.02 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 133 | 108 | 0.07 | 0 | 0.19 | 0.48 | 81.6 | 0.1 | 0.47 |
| Hex | 7C | 85 | 6C | 7 | 0 | 13 | 30 | 52 | A | 2F |
| Octal | 174 | 205 | 154 | 7 | 0 | 23 | 60 | 122 | 12 | 57 |
| Binary | 1111100 | 10000101 | 1101100 | 111 | 0 | 10011 | 110000 | 1010010 | 1010 | 101111 |
Color Harmonies of #7C856C
Complementary color
Monochromatic Colors of #7C856C
Black with #7C856C
Text Example
Text Example
White with #7C856C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C856C; }
p { color: rgb(124,133,108); }
H1.HeaderClassName
{
color: #7C856C;
}
.AnyTagClassName
{
color: #7C856C;
}
</style>
background-color css
<style>
a { background-color: #7C856C; }
a { background-color: rgb(124,133,108); }
div.DivClassName
{
background-color: #7C856C;
}
.BgClassName
{
background-color: #7C856C;
}
</style>
border-color css
<style>
span { border-color: #7C856C; }
span { border-color: rgb(124,133,108); }
td.TdClassName
{
border-color: #7C856C;
}
.TagClassName
{
border-color: #7C856C;
}
</style>