Shades of Gunsmoke #7C856B
Tints of Gunsmoke #7C856B
RGB
CMYK
RGB Variations
Color information
#7C856B (or 0x7C856B) is known color: Gunsmoke. HEX triplet: 7C, 85 and 6B. RGB value is (124,133,107). Sum of RGB (Red+Green+Blue) = 124+133+107=364 (48% of max value = 765). Red value is 124 (48.83% from 255 or 34.07% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 133 - color contains mainly: green. Hex color #7C856B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C856B is #837A94. Grayscale: #7F7F7F. Windows color (decimal): -8616597 or 7046524. OLE color: 7046524.
HSL color Cylindrical-coordinate representation of color #7C856B: hue angle of 80.77º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7C856B is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 124 | 133 | 107 | - |
| CMYK | 0.07 | 0 | 0.20 | 0.48 |
| HSL | 80.77º | 0.11% | 0.47% | - |
| HSV(B) | 80.77º | 0.2% | 0.52% | - |
| XYZ | 19.35 | 22.12 | 17.16 | - |
| YUV | 127.35 | 116.52 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 133 | 107 | 0.07 | 0 | 0.20 | 0.48 | 80.77 | 0.11 | 0.47 |
| Hex | 7C | 85 | 6B | 7 | 0 | 14 | 30 | 51 | B | 2F |
| Octal | 174 | 205 | 153 | 7 | 0 | 24 | 60 | 121 | 13 | 57 |
| Binary | 1111100 | 10000101 | 1101011 | 111 | 0 | 10100 | 110000 | 1010001 | 1011 | 101111 |
Color Harmonies of #7C856B
Complementary color
Monochromatic Colors of #7C856B
Black with #7C856B
Text Example
Text Example
White with #7C856B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C856B; }
p { color: rgb(124,133,107); }
H1.HeaderClassName
{
color: #7C856B;
}
.AnyTagClassName
{
color: #7C856B;
}
</style>
background-color css
<style>
a { background-color: #7C856B; }
a { background-color: rgb(124,133,107); }
div.DivClassName
{
background-color: #7C856B;
}
.BgClassName
{
background-color: #7C856B;
}
</style>
border-color css
<style>
span { border-color: #7C856B; }
span { border-color: rgb(124,133,107); }
td.TdClassName
{
border-color: #7C856B;
}
.TagClassName
{
border-color: #7C856B;
}
</style>