Shades of Gunsmoke #7C8173
Tints of Gunsmoke #7C8173
RGB
CMYK
RGB Variations
Color information
#7C8173 (or 0x7C8173) is known color: Gunsmoke. HEX triplet: 7C, 81 and 73. RGB value is (124,129,115). Sum of RGB (Red+Green+Blue) = 124+129+115=368 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.70% from 368); Green value is 129 (50.78% from 255 or 35.05% from 368); Blue value is 115 (45.31% from 255 or 31.25% from 368); Max value from RGB is 129 - color contains mainly: green. Hex color #7C8173 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8173 is #837E8C. Grayscale: #7D7D7D. Windows color (decimal): -8617613 or 7569788. OLE color: 7569788.
HSL color Cylindrical-coordinate representation of color #7C8173: hue angle of 81.43º degrees, saturation: 0.06, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7C8173 is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 124 | 129 | 115 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.49 |
| HSL | 81.43º | 0.06% | 0.48% | - |
| HSV(B) | 81.43º | 0.11% | 0.51% | - |
| XYZ | 19.26 | 21.22 | 19.3 | - |
| YUV | 125.91 | 121.84 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 129 | 115 | 0.04 | 0 | 0.11 | 0.49 | 81.43 | 0.06 | 0.48 |
| Hex | 7C | 81 | 73 | 4 | 0 | B | 31 | 51 | 6 | 30 |
| Octal | 174 | 201 | 163 | 4 | 0 | 13 | 61 | 121 | 6 | 60 |
| Binary | 1111100 | 10000001 | 1110011 | 100 | 0 | 1011 | 110001 | 1010001 | 110 | 110000 |
Color Harmonies of #7C8173
Complementary color
Monochromatic Colors of #7C8173
Black with #7C8173
Text Example
Text Example
White with #7C8173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8173; }
p { color: rgb(124,129,115); }
H1.HeaderClassName
{
color: #7C8173;
}
.AnyTagClassName
{
color: #7C8173;
}
</style>
background-color css
<style>
a { background-color: #7C8173; }
a { background-color: rgb(124,129,115); }
div.DivClassName
{
background-color: #7C8173;
}
.BgClassName
{
background-color: #7C8173;
}
</style>
border-color css
<style>
span { border-color: #7C8173; }
span { border-color: rgb(124,129,115); }
td.TdClassName
{
border-color: #7C8173;
}
.TagClassName
{
border-color: #7C8173;
}
</style>