Shades of Gunsmoke #7A8069
Tints of Gunsmoke #7A8069
RGB
CMYK
RGB Variations
Color information
#7A8069 (or 0x7A8069) is known color: Gunsmoke. HEX triplet: 7A, 80 and 69. RGB value is (122,128,105). Sum of RGB (Red+Green+Blue) = 122+128+105=355 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.37% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 105 (41.41% from 255 or 29.58% from 355); Max value from RGB is 128 - color contains mainly: green. Hex color #7A8069 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8069 is #857F96. Grayscale: #7B7B7B. Windows color (decimal): -8748951 or 6914170. OLE color: 6914170.
HSL color Cylindrical-coordinate representation of color #7A8069: hue angle of 75.65º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7A8069 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 122 | 128 | 105 | - |
| CMYK | 0.05 | 0 | 0.18 | 0.50 |
| HSL | 75.65º | 0.1% | 0.46% | - |
| HSV(B) | 75.65º | 0.18% | 0.5% | - |
| XYZ | 18.3 | 20.6 | 16.38 | - |
| YUV | 123.58 | 117.51 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 128 | 105 | 0.05 | 0 | 0.18 | 0.50 | 75.65 | 0.1 | 0.46 |
| Hex | 7A | 80 | 69 | 5 | 0 | 12 | 32 | 4C | A | 2E |
| Octal | 172 | 200 | 151 | 5 | 0 | 22 | 62 | 114 | 12 | 56 |
| Binary | 1111010 | 10000000 | 1101001 | 101 | 0 | 10010 | 110010 | 1001100 | 1010 | 101110 |
Color Harmonies of #7A8069
Complementary color
Monochromatic Colors of #7A8069
Black with #7A8069
Text Example
Text Example
White with #7A8069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8069; }
p { color: rgb(122,128,105); }
H1.HeaderClassName
{
color: #7A8069;
}
.AnyTagClassName
{
color: #7A8069;
}
</style>
background-color css
<style>
a { background-color: #7A8069; }
a { background-color: rgb(122,128,105); }
div.DivClassName
{
background-color: #7A8069;
}
.BgClassName
{
background-color: #7A8069;
}
</style>
border-color css
<style>
span { border-color: #7A8069; }
span { border-color: rgb(122,128,105); }
td.TdClassName
{
border-color: #7A8069;
}
.TagClassName
{
border-color: #7A8069;
}
</style>