Shades of Gunsmoke #7D8179
Tints of Gunsmoke #7D8179
RGB
CMYK
RGB Variations
Color information
#7D8179 (or 0x7D8179) is known color: Gunsmoke. HEX triplet: 7D, 81 and 79. RGB value is (125,129,121). Sum of RGB (Red+Green+Blue) = 125+129+121=375 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.33% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 121 (47.66% from 255 or 32.27% from 375); Max value from RGB is 129 - color contains mainly: green. Hex color #7D8179 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8179 is #827E86. Grayscale: #7E7E7E. Windows color (decimal): -8552071 or 7963005. OLE color: 7963005.
HSL color Cylindrical-coordinate representation of color #7D8179: hue angle of 90º degrees, saturation: 0.03, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #7D8179 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 125 | 129 | 121 | - |
| CMYK | 0.03 | 0 | 0.06 | 0.49 |
| HSL | 90º | 0.03% | 0.49% | - |
| HSV(B) | 90º | 0.06% | 0.51% | - |
| XYZ | 19.76 | 21.44 | 21.19 | - |
| YUV | 126.89 | 124.67 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 129 | 121 | 0.03 | 0 | 0.06 | 0.49 | 90 | 0.03 | 0.49 |
| Hex | 7D | 81 | 79 | 3 | 0 | 6 | 31 | 5A | 3 | 31 |
| Octal | 175 | 201 | 171 | 3 | 0 | 6 | 61 | 132 | 3 | 61 |
| Binary | 1111101 | 10000001 | 1111001 | 11 | 0 | 110 | 110001 | 1011010 | 11 | 110001 |
Color Harmonies of #7D8179
Complementary color
Monochromatic Colors of #7D8179
Black with #7D8179
Text Example
Text Example
White with #7D8179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8179; }
p { color: rgb(125,129,121); }
H1.HeaderClassName
{
color: #7D8179;
}
.AnyTagClassName
{
color: #7D8179;
}
</style>
background-color css
<style>
a { background-color: #7D8179; }
a { background-color: rgb(125,129,121); }
div.DivClassName
{
background-color: #7D8179;
}
.BgClassName
{
background-color: #7D8179;
}
</style>
border-color css
<style>
span { border-color: #7D8179; }
span { border-color: rgb(125,129,121); }
td.TdClassName
{
border-color: #7D8179;
}
.TagClassName
{
border-color: #7D8179;
}
</style>