Shades of Gunsmoke #7A7F69
Tints of Gunsmoke #7A7F69
RGB
CMYK
RGB Variations
Color information
#7A7F69 (or 0x7A7F69) is known color: Gunsmoke. HEX triplet: 7A, 7F and 69. RGB value is (122,127,105). Sum of RGB (Red+Green+Blue) = 122+127+105=354 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.46% from 354); Green value is 127 (50% from 255 or 35.88% from 354); Blue value is 105 (41.41% from 255 or 29.66% from 354); Max value from RGB is 127 - color contains mainly: green. Hex color #7A7F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7F69 is #858096. Grayscale: #7B7B7B. Windows color (decimal): -8749207 or 6913914. OLE color: 6913914.
HSL color Cylindrical-coordinate representation of color #7A7F69: hue angle of 73.64º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7A7F69 is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 122 | 127 | 105 | - |
| CMYK | 0.04 | 0 | 0.17 | 0.50 |
| HSL | 73.64º | 0.09% | 0.45% | - |
| HSV(B) | 73.64º | 0.17% | 0.5% | - |
| XYZ | 18.17 | 20.34 | 16.33 | - |
| YUV | 123 | 117.84 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 127 | 105 | 0.04 | 0 | 0.17 | 0.50 | 73.64 | 0.09 | 0.45 |
| Hex | 7A | 7F | 69 | 4 | 0 | 11 | 32 | 4A | 9 | 2D |
| Octal | 172 | 177 | 151 | 4 | 0 | 21 | 62 | 112 | 11 | 55 |
| Binary | 1111010 | 1111111 | 1101001 | 100 | 0 | 10001 | 110010 | 1001010 | 1001 | 101101 |
Color Harmonies of #7A7F69
Complementary color
Monochromatic Colors of #7A7F69
Black with #7A7F69
Text Example
Text Example
White with #7A7F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7F69; }
p { color: rgb(122,127,105); }
H1.HeaderClassName
{
color: #7A7F69;
}
.AnyTagClassName
{
color: #7A7F69;
}
</style>
background-color css
<style>
a { background-color: #7A7F69; }
a { background-color: rgb(122,127,105); }
div.DivClassName
{
background-color: #7A7F69;
}
.BgClassName
{
background-color: #7A7F69;
}
</style>
border-color css
<style>
span { border-color: #7A7F69; }
span { border-color: rgb(122,127,105); }
td.TdClassName
{
border-color: #7A7F69;
}
.TagClassName
{
border-color: #7A7F69;
}
</style>