Shades of Gunsmoke #7C8171
Tints of Gunsmoke #7C8171
RGB
CMYK
RGB Variations
Color information
#7C8171 (or 0x7C8171) is known color: Gunsmoke. HEX triplet: 7C, 81 and 71. RGB value is (124,129,113). Sum of RGB (Red+Green+Blue) = 124+129+113=366 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.88% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 113 (44.53% from 255 or 30.87% from 366); Max value from RGB is 129 - color contains mainly: green. Hex color #7C8171 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8171 is #837E8E. Grayscale: #7D7D7D. Windows color (decimal): -8617615 or 7438716. OLE color: 7438716.
HSL color Cylindrical-coordinate representation of color #7C8171: hue angle of 78.75º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7C8171 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 124 | 129 | 113 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.49 |
| HSL | 78.75º | 0.07% | 0.47% | - |
| HSV(B) | 78.75º | 0.12% | 0.51% | - |
| XYZ | 19.14 | 21.18 | 18.7 | - |
| YUV | 125.68 | 120.84 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 129 | 113 | 0.04 | 0 | 0.12 | 0.49 | 78.75 | 0.07 | 0.47 |
| Hex | 7C | 81 | 71 | 4 | 0 | C | 31 | 4F | 7 | 2F |
| Octal | 174 | 201 | 161 | 4 | 0 | 14 | 61 | 117 | 7 | 57 |
| Binary | 1111100 | 10000001 | 1110001 | 100 | 0 | 1100 | 110001 | 1001111 | 111 | 101111 |
Color Harmonies of #7C8171
Complementary color
Monochromatic Colors of #7C8171
Black with #7C8171
Text Example
Text Example
White with #7C8171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8171; }
p { color: rgb(124,129,113); }
H1.HeaderClassName
{
color: #7C8171;
}
.AnyTagClassName
{
color: #7C8171;
}
</style>
background-color css
<style>
a { background-color: #7C8171; }
a { background-color: rgb(124,129,113); }
div.DivClassName
{
background-color: #7C8171;
}
.BgClassName
{
background-color: #7C8171;
}
</style>
border-color css
<style>
span { border-color: #7C8171; }
span { border-color: rgb(124,129,113); }
td.TdClassName
{
border-color: #7C8171;
}
.TagClassName
{
border-color: #7C8171;
}
</style>