Shades of Gunsmoke #7D8072
Tints of Gunsmoke #7D8072
RGB
CMYK
RGB Variations
Color information
#7D8072 (or 0x7D8072) is known color: Gunsmoke. HEX triplet: 7D, 80 and 72. RGB value is (125,128,114). Sum of RGB (Red+Green+Blue) = 125+128+114=367 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.06% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 114 (44.92% from 255 or 31.06% from 367); Max value from RGB is 128 - color contains mainly: green. Hex color #7D8072 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8072 is #827F8D. Grayscale: #7D7D7D. Windows color (decimal): -8552334 or 7503997. OLE color: 7503997.
HSL color Cylindrical-coordinate representation of color #7D8072: hue angle of 72.86º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7D8072 is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 125 | 128 | 114 | - |
| CMYK | 0.02 | 0 | 0.11 | 0.50 |
| HSL | 72.86º | 0.06% | 0.47% | - |
| HSV(B) | 72.86º | 0.11% | 0.5% | - |
| XYZ | 19.21 | 21.01 | 18.96 | - |
| YUV | 125.51 | 121.51 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 128 | 114 | 0.02 | 0 | 0.11 | 0.50 | 72.86 | 0.06 | 0.47 |
| Hex | 7D | 80 | 72 | 2 | 0 | B | 32 | 49 | 6 | 2F |
| Octal | 175 | 200 | 162 | 2 | 0 | 13 | 62 | 111 | 6 | 57 |
| Binary | 1111101 | 10000000 | 1110010 | 10 | 0 | 1011 | 110010 | 1001001 | 110 | 101111 |
Color Harmonies of #7D8072
Complementary color
Monochromatic Colors of #7D8072
Black with #7D8072
Text Example
Text Example
White with #7D8072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8072; }
p { color: rgb(125,128,114); }
H1.HeaderClassName
{
color: #7D8072;
}
.AnyTagClassName
{
color: #7D8072;
}
</style>
background-color css
<style>
a { background-color: #7D8072; }
a { background-color: rgb(125,128,114); }
div.DivClassName
{
background-color: #7D8072;
}
.BgClassName
{
background-color: #7D8072;
}
</style>
border-color css
<style>
span { border-color: #7D8072; }
span { border-color: rgb(125,128,114); }
td.TdClassName
{
border-color: #7D8072;
}
.TagClassName
{
border-color: #7D8072;
}
</style>