Shades of Gunsmoke #7A7E6D
Tints of Gunsmoke #7A7E6D
RGB
CMYK
RGB Variations
Color information
#7A7E6D (or 0x7A7E6D) is known color: Gunsmoke. HEX triplet: 7A, 7E and 6D. RGB value is (122,126,109). Sum of RGB (Red+Green+Blue) = 122+126+109=357 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.17% from 357); Green value is 126 (49.61% from 255 or 35.29% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 126 - color contains mainly: green. Hex color #7A7E6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7E6D is #858192. Grayscale: #7A7A7A. Windows color (decimal): -8749459 or 7175802. OLE color: 7175802.
HSL color Cylindrical-coordinate representation of color #7A7E6D: hue angle of 74.12º 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 #7A7E6D is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 122 | 126 | 109 | - |
| CMYK | 0.03 | 0 | 0.13 | 0.51 |
| HSL | 74.12º | 0.07% | 0.46% | - |
| HSV(B) | 74.12º | 0.13% | 0.49% | - |
| XYZ | 18.25 | 20.16 | 17.4 | - |
| YUV | 122.87 | 120.17 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 126 | 109 | 0.03 | 0 | 0.13 | 0.51 | 74.12 | 0.07 | 0.46 |
| Hex | 7A | 7E | 6D | 3 | 0 | D | 33 | 4A | 7 | 2E |
| Octal | 172 | 176 | 155 | 3 | 0 | 15 | 63 | 112 | 7 | 56 |
| Binary | 1111010 | 1111110 | 1101101 | 11 | 0 | 1101 | 110011 | 1001010 | 111 | 101110 |
Color Harmonies of #7A7E6D
Complementary color
Monochromatic Colors of #7A7E6D
Black with #7A7E6D
Text Example
Text Example
White with #7A7E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7E6D; }
p { color: rgb(122,126,109); }
H1.HeaderClassName
{
color: #7A7E6D;
}
.AnyTagClassName
{
color: #7A7E6D;
}
</style>
background-color css
<style>
a { background-color: #7A7E6D; }
a { background-color: rgb(122,126,109); }
div.DivClassName
{
background-color: #7A7E6D;
}
.BgClassName
{
background-color: #7A7E6D;
}
</style>
border-color css
<style>
span { border-color: #7A7E6D; }
span { border-color: rgb(122,126,109); }
td.TdClassName
{
border-color: #7A7E6D;
}
.TagClassName
{
border-color: #7A7E6D;
}
</style>