Shades of Gunsmoke #7C8273
Tints of Gunsmoke #7C8273
RGB
CMYK
RGB Variations
Color information
#7C8273 (or 0x7C8273) is known color: Gunsmoke. HEX triplet: 7C, 82 and 73. RGB value is (124,130,115). Sum of RGB (Red+Green+Blue) = 124+130+115=369 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.60% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 115 (45.31% from 255 or 31.17% from 369); Max value from RGB is 130 - color contains mainly: green. Hex color #7C8273 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8273 is #837D8C. Grayscale: #7E7E7E. Windows color (decimal): -8617357 or 7570044. OLE color: 7570044.
HSL color Cylindrical-coordinate representation of color #7C8273: hue angle of 84º degrees, saturation: 0.06, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7C8273 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 124 | 130 | 115 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.49 |
| HSL | 84º | 0.06% | 0.48% | - |
| HSV(B) | 84º | 0.12% | 0.51% | - |
| XYZ | 19.39 | 21.49 | 19.35 | - |
| YUV | 126.5 | 121.51 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 130 | 115 | 0.05 | 0 | 0.12 | 0.49 | 84 | 0.06 | 0.48 |
| Hex | 7C | 82 | 73 | 5 | 0 | C | 31 | 54 | 6 | 30 |
| Octal | 174 | 202 | 163 | 5 | 0 | 14 | 61 | 124 | 6 | 60 |
| Binary | 1111100 | 10000010 | 1110011 | 101 | 0 | 1100 | 110001 | 1010100 | 110 | 110000 |
Color Harmonies of #7C8273
Complementary color
Monochromatic Colors of #7C8273
Black with #7C8273
Text Example
Text Example
White with #7C8273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8273; }
p { color: rgb(124,130,115); }
H1.HeaderClassName
{
color: #7C8273;
}
.AnyTagClassName
{
color: #7C8273;
}
</style>
background-color css
<style>
a { background-color: #7C8273; }
a { background-color: rgb(124,130,115); }
div.DivClassName
{
background-color: #7C8273;
}
.BgClassName
{
background-color: #7C8273;
}
</style>
border-color css
<style>
span { border-color: #7C8273; }
span { border-color: rgb(124,130,115); }
td.TdClassName
{
border-color: #7C8273;
}
.TagClassName
{
border-color: #7C8273;
}
</style>