Shades of Gunsmoke #7C7F70
Tints of Gunsmoke #7C7F70
RGB
CMYK
RGB Variations
Color information
#7C7F70 (or 0x7C7F70) is known color: Gunsmoke. HEX triplet: 7C, 7F and 70. RGB value is (124,127,112). Sum of RGB (Red+Green+Blue) = 124+127+112=363 (48% of max value = 765). Red value is 124 (48.83% from 255 or 34.16% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 127 - color contains mainly: green. Hex color #7C7F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7F70 is #83808F. Grayscale: #7C7C7C. Windows color (decimal): -8618128 or 7372668. OLE color: 7372668.
HSL color Cylindrical-coordinate representation of color #7C7F70: hue angle of 72º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7C7F70 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 124 | 127 | 112 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.50 |
| HSL | 72º | 0.06% | 0.47% | - |
| HSV(B) | 72º | 0.12% | 0.5% | - |
| XYZ | 18.83 | 20.63 | 18.32 | - |
| YUV | 124.39 | 121.01 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 127 | 112 | 0.02 | 0 | 0.12 | 0.50 | 72 | 0.06 | 0.47 |
| Hex | 7C | 7F | 70 | 2 | 0 | C | 32 | 48 | 6 | 2F |
| Octal | 174 | 177 | 160 | 2 | 0 | 14 | 62 | 110 | 6 | 57 |
| Binary | 1111100 | 1111111 | 1110000 | 10 | 0 | 1100 | 110010 | 1001000 | 110 | 101111 |
Color Harmonies of #7C7F70
Complementary color
Monochromatic Colors of #7C7F70
Black with #7C7F70
Text Example
Text Example
White with #7C7F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7F70; }
p { color: rgb(124,127,112); }
H1.HeaderClassName
{
color: #7C7F70;
}
.AnyTagClassName
{
color: #7C7F70;
}
</style>
background-color css
<style>
a { background-color: #7C7F70; }
a { background-color: rgb(124,127,112); }
div.DivClassName
{
background-color: #7C7F70;
}
.BgClassName
{
background-color: #7C7F70;
}
</style>
border-color css
<style>
span { border-color: #7C7F70; }
span { border-color: rgb(124,127,112); }
td.TdClassName
{
border-color: #7C7F70;
}
.TagClassName
{
border-color: #7C7F70;
}
</style>