Shades of Gunsmoke #7A7D72
Tints of Gunsmoke #7A7D72
RGB
CMYK
RGB Variations
Color information
#7A7D72 (or 0x7A7D72) is known color: Gunsmoke. HEX triplet: 7A, 7D and 72. RGB value is (122,125,114). Sum of RGB (Red+Green+Blue) = 122+125+114=361 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.80% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 114 (44.92% from 255 or 31.58% from 361); Max value from RGB is 125 - color contains mainly: green. Hex color #7A7D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7D72 is #85828D. Grayscale: #7A7A7A. Windows color (decimal): -8749710 or 7503226. OLE color: 7503226.
HSL color Cylindrical-coordinate representation of color #7A7D72: hue angle of 76.36º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7A7D72 is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 122 | 125 | 114 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.51 |
| HSL | 76.36º | 0.05% | 0.47% | - |
| HSV(B) | 76.36º | 0.09% | 0.49% | - |
| XYZ | 18.4 | 20.02 | 18.81 | - |
| YUV | 122.85 | 123.01 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 125 | 114 | 0.02 | 0 | 0.09 | 0.51 | 76.36 | 0.05 | 0.47 |
| Hex | 7A | 7D | 72 | 2 | 0 | 9 | 33 | 4C | 5 | 2F |
| Octal | 172 | 175 | 162 | 2 | 0 | 11 | 63 | 114 | 5 | 57 |
| Binary | 1111010 | 1111101 | 1110010 | 10 | 0 | 1001 | 110011 | 1001100 | 101 | 101111 |
Color Harmonies of #7A7D72
Complementary color
Monochromatic Colors of #7A7D72
Black with #7A7D72
Text Example
Text Example
White with #7A7D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7D72; }
p { color: rgb(122,125,114); }
H1.HeaderClassName
{
color: #7A7D72;
}
.AnyTagClassName
{
color: #7A7D72;
}
</style>
background-color css
<style>
a { background-color: #7A7D72; }
a { background-color: rgb(122,125,114); }
div.DivClassName
{
background-color: #7A7D72;
}
.BgClassName
{
background-color: #7A7D72;
}
</style>
border-color css
<style>
span { border-color: #7A7D72; }
span { border-color: rgb(122,125,114); }
td.TdClassName
{
border-color: #7A7D72;
}
.TagClassName
{
border-color: #7A7D72;
}
</style>