Shades of Gunsmoke #7A806E
Tints of Gunsmoke #7A806E
RGB
CMYK
RGB Variations
Color information
#7A806E (or 0x7A806E) is known color: Gunsmoke. HEX triplet: 7A, 80 and 6E. RGB value is (122,128,110). Sum of RGB (Red+Green+Blue) = 122+128+110=360 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.89% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 128 - color contains mainly: green. Hex color #7A806E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A806E is #857F91. Grayscale: #7C7C7C. Windows color (decimal): -8748946 or 7241850. OLE color: 7241850.
HSL color Cylindrical-coordinate representation of color #7A806E: hue angle of 80º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7A806E is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 122 | 128 | 110 | - |
| CMYK | 0.05 | 0 | 0.14 | 0.50 |
| HSL | 80º | 0.08% | 0.47% | - |
| HSV(B) | 80º | 0.14% | 0.5% | - |
| XYZ | 18.56 | 20.7 | 17.77 | - |
| YUV | 124.15 | 120.01 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 128 | 110 | 0.05 | 0 | 0.14 | 0.50 | 80 | 0.08 | 0.47 |
| Hex | 7A | 80 | 6E | 5 | 0 | E | 32 | 50 | 8 | 2F |
| Octal | 172 | 200 | 156 | 5 | 0 | 16 | 62 | 120 | 10 | 57 |
| Binary | 1111010 | 10000000 | 1101110 | 101 | 0 | 1110 | 110010 | 1010000 | 1000 | 101111 |
Color Harmonies of #7A806E
Complementary color
Monochromatic Colors of #7A806E
Black with #7A806E
Text Example
Text Example
White with #7A806E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A806E; }
p { color: rgb(122,128,110); }
H1.HeaderClassName
{
color: #7A806E;
}
.AnyTagClassName
{
color: #7A806E;
}
</style>
background-color css
<style>
a { background-color: #7A806E; }
a { background-color: rgb(122,128,110); }
div.DivClassName
{
background-color: #7A806E;
}
.BgClassName
{
background-color: #7A806E;
}
</style>
border-color css
<style>
span { border-color: #7A806E; }
span { border-color: rgb(122,128,110); }
td.TdClassName
{
border-color: #7A806E;
}
.TagClassName
{
border-color: #7A806E;
}
</style>