Shades of Gunsmoke #7A7B79
Tints of Gunsmoke #7A7B79
RGB
CMYK
RGB Variations
Color information
#7A7B79 (or 0x7A7B79) is known color: Gunsmoke. HEX triplet: 7A, 7B and 79. RGB value is (122,123,121). Sum of RGB (Red+Green+Blue) = 122+123+121=366 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.33% from 366); Green value is 123 (48.44% from 255 or 33.61% from 366); Blue value is 121 (47.66% from 255 or 33.06% from 366); Max value from RGB is 123 - color contains mainly: green. Hex color #7A7B79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7B79 is #858486. Grayscale: #7A7A7A. Windows color (decimal): -8750215 or 7961466. OLE color: 7961466.
HSL color Cylindrical-coordinate representation of color #7A7B79: hue angle of 90º degrees, saturation: 0.01, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #7A7B79 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 123 | 121 | - |
| CMYK | 0.01 | 0 | 0.02 | 0.52 |
| HSL | 90º | 0.01% | 0.48% | - |
| HSV(B) | 90º | 0.02% | 0.48% | - |
| XYZ | 18.56 | 19.68 | 20.91 | - |
| YUV | 122.47 | 127.17 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 123 | 121 | 0.01 | 0 | 0.02 | 0.52 | 90 | 0.01 | 0.48 |
| Hex | 7A | 7B | 79 | 1 | 0 | 2 | 34 | 5A | 1 | 30 |
| Octal | 172 | 173 | 171 | 1 | 0 | 2 | 64 | 132 | 1 | 60 |
| Binary | 1111010 | 1111011 | 1111001 | 1 | 0 | 10 | 110100 | 1011010 | 1 | 110000 |
Color Harmonies of #7A7B79
Complementary color
Monochromatic Colors of #7A7B79
Black with #7A7B79
Text Example
Text Example
White with #7A7B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7B79; }
p { color: rgb(122,123,121); }
H1.HeaderClassName
{
color: #7A7B79;
}
.AnyTagClassName
{
color: #7A7B79;
}
</style>
background-color css
<style>
a { background-color: #7A7B79; }
a { background-color: rgb(122,123,121); }
div.DivClassName
{
background-color: #7A7B79;
}
.BgClassName
{
background-color: #7A7B79;
}
</style>
border-color css
<style>
span { border-color: #7A7B79; }
span { border-color: rgb(122,123,121); }
td.TdClassName
{
border-color: #7A7B79;
}
.TagClassName
{
border-color: #7A7B79;
}
</style>