Shades of Gunsmoke #7A7F6C
Tints of Gunsmoke #7A7F6C
RGB
CMYK
RGB Variations
Color information
#7A7F6C (or 0x7A7F6C) is known color: Gunsmoke. HEX triplet: 7A, 7F and 6C. RGB value is (122,127,108). Sum of RGB (Red+Green+Blue) = 122+127+108=357 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.17% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 127 - color contains mainly: green. Hex color #7A7F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7F6C is #858093. Grayscale: #7B7B7B. Windows color (decimal): -8749204 or 7110522. OLE color: 7110522.
HSL color Cylindrical-coordinate representation of color #7A7F6C: hue angle of 75.79º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7A7F6C is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 122 | 127 | 108 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.50 |
| HSL | 75.79º | 0.08% | 0.46% | - |
| HSV(B) | 75.79º | 0.15% | 0.5% | - |
| XYZ | 18.32 | 20.4 | 17.16 | - |
| YUV | 123.34 | 119.34 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 127 | 108 | 0.04 | 0 | 0.15 | 0.50 | 75.79 | 0.08 | 0.46 |
| Hex | 7A | 7F | 6C | 4 | 0 | F | 32 | 4C | 8 | 2E |
| Octal | 172 | 177 | 154 | 4 | 0 | 17 | 62 | 114 | 10 | 56 |
| Binary | 1111010 | 1111111 | 1101100 | 100 | 0 | 1111 | 110010 | 1001100 | 1000 | 101110 |
Color Harmonies of #7A7F6C
Complementary color
Monochromatic Colors of #7A7F6C
Black with #7A7F6C
Text Example
Text Example
White with #7A7F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7F6C; }
p { color: rgb(122,127,108); }
H1.HeaderClassName
{
color: #7A7F6C;
}
.AnyTagClassName
{
color: #7A7F6C;
}
</style>
background-color css
<style>
a { background-color: #7A7F6C; }
a { background-color: rgb(122,127,108); }
div.DivClassName
{
background-color: #7A7F6C;
}
.BgClassName
{
background-color: #7A7F6C;
}
</style>
border-color css
<style>
span { border-color: #7A7F6C; }
span { border-color: rgb(122,127,108); }
td.TdClassName
{
border-color: #7A7F6C;
}
.TagClassName
{
border-color: #7A7F6C;
}
</style>