Shades of Gunsmoke #7A7D6D
Tints of Gunsmoke #7A7D6D
RGB
CMYK
RGB Variations
Color information
#7A7D6D (or 0x7A7D6D) is known color: Gunsmoke. HEX triplet: 7A, 7D and 6D. RGB value is (122,125,109). Sum of RGB (Red+Green+Blue) = 122+125+109=356 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.27% from 356); Green value is 125 (49.22% from 255 or 35.11% from 356); Blue value is 109 (42.97% from 255 or 30.62% from 356); Max value from RGB is 125 - color contains mainly: green. Hex color #7A7D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7D6D is #858292. Grayscale: #7A7A7A. Windows color (decimal): -8749715 or 7175546. OLE color: 7175546.
HSL color Cylindrical-coordinate representation of color #7A7D6D: hue angle of 71.25º degrees, saturation: 0.07, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7A7D6D is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 122 | 125 | 109 | - |
| CMYK | 0.02 | 0 | 0.13 | 0.51 |
| HSL | 71.25º | 0.07% | 0.46% | - |
| HSV(B) | 71.25º | 0.13% | 0.49% | - |
| XYZ | 18.12 | 19.91 | 17.36 | - |
| YUV | 122.28 | 120.51 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 125 | 109 | 0.02 | 0 | 0.13 | 0.51 | 71.25 | 0.07 | 0.46 |
| Hex | 7A | 7D | 6D | 2 | 0 | D | 33 | 47 | 7 | 2E |
| Octal | 172 | 175 | 155 | 2 | 0 | 15 | 63 | 107 | 7 | 56 |
| Binary | 1111010 | 1111101 | 1101101 | 10 | 0 | 1101 | 110011 | 1000111 | 111 | 101110 |
Color Harmonies of #7A7D6D
Complementary color
Monochromatic Colors of #7A7D6D
Black with #7A7D6D
Text Example
Text Example
White with #7A7D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7D6D; }
p { color: rgb(122,125,109); }
H1.HeaderClassName
{
color: #7A7D6D;
}
.AnyTagClassName
{
color: #7A7D6D;
}
</style>
background-color css
<style>
a { background-color: #7A7D6D; }
a { background-color: rgb(122,125,109); }
div.DivClassName
{
background-color: #7A7D6D;
}
.BgClassName
{
background-color: #7A7D6D;
}
</style>
border-color css
<style>
span { border-color: #7A7D6D; }
span { border-color: rgb(122,125,109); }
td.TdClassName
{
border-color: #7A7D6D;
}
.TagClassName
{
border-color: #7A7D6D;
}
</style>