Shades of Gunsmoke #7A816C
Tints of Gunsmoke #7A816C
RGB
CMYK
RGB Variations
Color information
#7A816C (or 0x7A816C) is known color: Gunsmoke. HEX triplet: 7A, 81 and 6C. RGB value is (122,129,108). Sum of RGB (Red+Green+Blue) = 122+129+108=359 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.98% from 359); Green value is 129 (50.78% from 255 or 35.93% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 129 - color contains mainly: green. Hex color #7A816C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A816C is #857E93. Grayscale: #7C7C7C. Windows color (decimal): -8748692 or 7111034. OLE color: 7111034.
HSL color Cylindrical-coordinate representation of color #7A816C: hue angle of 80º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7A816C is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 122 | 129 | 108 | - |
| CMYK | 0.05 | 0 | 0.16 | 0.49 |
| HSL | 80º | 0.09% | 0.46% | - |
| HSV(B) | 80º | 0.16% | 0.51% | - |
| XYZ | 18.58 | 20.92 | 17.25 | - |
| YUV | 124.51 | 118.68 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 129 | 108 | 0.05 | 0 | 0.16 | 0.49 | 80 | 0.09 | 0.46 |
| Hex | 7A | 81 | 6C | 5 | 0 | 10 | 31 | 50 | 9 | 2E |
| Octal | 172 | 201 | 154 | 5 | 0 | 20 | 61 | 120 | 11 | 56 |
| Binary | 1111010 | 10000001 | 1101100 | 101 | 0 | 10000 | 110001 | 1010000 | 1001 | 101110 |
Color Harmonies of #7A816C
Complementary color
Monochromatic Colors of #7A816C
Black with #7A816C
Text Example
Text Example
White with #7A816C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A816C; }
p { color: rgb(122,129,108); }
H1.HeaderClassName
{
color: #7A816C;
}
.AnyTagClassName
{
color: #7A816C;
}
</style>
background-color css
<style>
a { background-color: #7A816C; }
a { background-color: rgb(122,129,108); }
div.DivClassName
{
background-color: #7A816C;
}
.BgClassName
{
background-color: #7A816C;
}
</style>
border-color css
<style>
span { border-color: #7A816C; }
span { border-color: rgb(122,129,108); }
td.TdClassName
{
border-color: #7A816C;
}
.TagClassName
{
border-color: #7A816C;
}
</style>