Shades of Gunsmoke #7C7F73
Tints of Gunsmoke #7C7F73
RGB
CMYK
RGB Variations
Color information
#7C7F73 (or 0x7C7F73) is known color: Gunsmoke. HEX triplet: 7C, 7F and 73. RGB value is (124,127,115). Sum of RGB (Red+Green+Blue) = 124+127+115=366 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.88% from 366); Green value is 127 (50% from 255 or 34.70% from 366); Blue value is 115 (45.31% from 255 or 31.42% from 366); Max value from RGB is 127 - color contains mainly: green. Hex color #7C7F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7F73 is #83808C. Grayscale: #7C7C7C. Windows color (decimal): -8618125 or 7569276. OLE color: 7569276.
HSL color Cylindrical-coordinate representation of color #7C7F73: hue angle of 75º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7C7F73 is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 124 | 127 | 115 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.50 |
| HSL | 75º | 0.05% | 0.47% | - |
| HSV(B) | 75º | 0.09% | 0.5% | - |
| XYZ | 19 | 20.7 | 19.21 | - |
| YUV | 124.74 | 122.51 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 127 | 115 | 0.02 | 0 | 0.09 | 0.50 | 75 | 0.05 | 0.47 |
| Hex | 7C | 7F | 73 | 2 | 0 | 9 | 32 | 4B | 5 | 2F |
| Octal | 174 | 177 | 163 | 2 | 0 | 11 | 62 | 113 | 5 | 57 |
| Binary | 1111100 | 1111111 | 1110011 | 10 | 0 | 1001 | 110010 | 1001011 | 101 | 101111 |
Color Harmonies of #7C7F73
Complementary color
Monochromatic Colors of #7C7F73
Black with #7C7F73
Text Example
Text Example
White with #7C7F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7F73; }
p { color: rgb(124,127,115); }
H1.HeaderClassName
{
color: #7C7F73;
}
.AnyTagClassName
{
color: #7C7F73;
}
</style>
background-color css
<style>
a { background-color: #7C7F73; }
a { background-color: rgb(124,127,115); }
div.DivClassName
{
background-color: #7C7F73;
}
.BgClassName
{
background-color: #7C7F73;
}
</style>
border-color css
<style>
span { border-color: #7C7F73; }
span { border-color: rgb(124,127,115); }
td.TdClassName
{
border-color: #7C7F73;
}
.TagClassName
{
border-color: #7C7F73;
}
</style>