Shades of Gunsmoke #7A816F
Tints of Gunsmoke #7A816F
RGB
CMYK
RGB Variations
Color information
#7A816F (or 0x7A816F) is known color: Gunsmoke. HEX triplet: 7A, 81 and 6F. RGB value is (122,129,111). Sum of RGB (Red+Green+Blue) = 122+129+111=362 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.70% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 129 - color contains mainly: green. Hex color #7A816F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A816F is #857E90. Grayscale: #7C7C7C. Windows color (decimal): -8748689 or 7307642. OLE color: 7307642.
HSL color Cylindrical-coordinate representation of color #7A816F: hue angle of 83.33º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7A816F is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 122 | 129 | 111 | - |
| CMYK | 0.05 | 0 | 0.14 | 0.49 |
| HSL | 83.33º | 0.08% | 0.47% | - |
| HSV(B) | 83.33º | 0.14% | 0.51% | - |
| XYZ | 18.75 | 20.99 | 18.1 | - |
| YUV | 124.86 | 120.18 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 129 | 111 | 0.05 | 0 | 0.14 | 0.49 | 83.33 | 0.08 | 0.47 |
| Hex | 7A | 81 | 6F | 5 | 0 | E | 31 | 53 | 8 | 2F |
| Octal | 172 | 201 | 157 | 5 | 0 | 16 | 61 | 123 | 10 | 57 |
| Binary | 1111010 | 10000001 | 1101111 | 101 | 0 | 1110 | 110001 | 1010011 | 1000 | 101111 |
Color Harmonies of #7A816F
Complementary color
Monochromatic Colors of #7A816F
Black with #7A816F
Text Example
Text Example
White with #7A816F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A816F; }
p { color: rgb(122,129,111); }
H1.HeaderClassName
{
color: #7A816F;
}
.AnyTagClassName
{
color: #7A816F;
}
</style>
background-color css
<style>
a { background-color: #7A816F; }
a { background-color: rgb(122,129,111); }
div.DivClassName
{
background-color: #7A816F;
}
.BgClassName
{
background-color: #7A816F;
}
</style>
border-color css
<style>
span { border-color: #7A816F; }
span { border-color: rgb(122,129,111); }
td.TdClassName
{
border-color: #7A816F;
}
.TagClassName
{
border-color: #7A816F;
}
</style>