Shades of Gunsmoke #7C8072
Tints of Gunsmoke #7C8072
RGB
CMYK
RGB Variations
Color information
#7C8072 (or 0x7C8072) is known color: Gunsmoke. HEX triplet: 7C, 80 and 72. RGB value is (124,128,114). Sum of RGB (Red+Green+Blue) = 124+128+114=366 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.88% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 114 (44.92% from 255 or 31.15% from 366); Max value from RGB is 128 - color contains mainly: green. Hex color #7C8072 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8072 is #837F8D. Grayscale: #7D7D7D. Windows color (decimal): -8617870 or 7503996. OLE color: 7503996.
HSL color Cylindrical-coordinate representation of color #7C8072: hue angle of 77.14º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7C8072 is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 124 | 128 | 114 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.50 |
| HSL | 77.14º | 0.06% | 0.47% | - |
| HSV(B) | 77.14º | 0.11% | 0.5% | - |
| XYZ | 19.07 | 20.94 | 18.96 | - |
| YUV | 125.21 | 121.67 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 128 | 114 | 0.03 | 0 | 0.11 | 0.50 | 77.14 | 0.06 | 0.47 |
| Hex | 7C | 80 | 72 | 3 | 0 | B | 32 | 4D | 6 | 2F |
| Octal | 174 | 200 | 162 | 3 | 0 | 13 | 62 | 115 | 6 | 57 |
| Binary | 1111100 | 10000000 | 1110010 | 11 | 0 | 1011 | 110010 | 1001101 | 110 | 101111 |
Color Harmonies of #7C8072
Complementary color
Monochromatic Colors of #7C8072
Black with #7C8072
Text Example
Text Example
White with #7C8072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8072; }
p { color: rgb(124,128,114); }
H1.HeaderClassName
{
color: #7C8072;
}
.AnyTagClassName
{
color: #7C8072;
}
</style>
background-color css
<style>
a { background-color: #7C8072; }
a { background-color: rgb(124,128,114); }
div.DivClassName
{
background-color: #7C8072;
}
.BgClassName
{
background-color: #7C8072;
}
</style>
border-color css
<style>
span { border-color: #7C8072; }
span { border-color: rgb(124,128,114); }
td.TdClassName
{
border-color: #7C8072;
}
.TagClassName
{
border-color: #7C8072;
}
</style>