Shades of Gunsmoke #787A73
Tints of Gunsmoke #787A73
RGB
CMYK
RGB Variations
Color information
#787A73 (or 0x787A73) is known color: Gunsmoke. HEX triplet: 78, 7A and 73. RGB value is (120,122,115). Sum of RGB (Red+Green+Blue) = 120+122+115=357 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.61% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 115 (45.31% from 255 or 32.21% from 357); Max value from RGB is 122 - color contains mainly: green. Hex color #787A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787A73 is #87858C. Grayscale: #787878. Windows color (decimal): -8881549 or 7567992. OLE color: 7567992.
HSL color Cylindrical-coordinate representation of color #787A73: hue angle of 77.14º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #787A73 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 120 | 122 | 115 | - |
| CMYK | 0.02 | 0 | 0.06 | 0.52 |
| HSL | 77.14º | 0.03% | 0.46% | - |
| HSV(B) | 77.14º | 0.06% | 0.48% | - |
| XYZ | 17.8 | 19.15 | 18.98 | - |
| YUV | 120.6 | 124.84 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 122 | 115 | 0.02 | 0 | 0.06 | 0.52 | 77.14 | 0.03 | 0.46 |
| Hex | 78 | 7A | 73 | 2 | 0 | 6 | 34 | 4D | 3 | 2E |
| Octal | 170 | 172 | 163 | 2 | 0 | 6 | 64 | 115 | 3 | 56 |
| Binary | 1111000 | 1111010 | 1110011 | 10 | 0 | 110 | 110100 | 1001101 | 11 | 101110 |
Color Harmonies of #787A73
Complementary color
Monochromatic Colors of #787A73
Black with #787A73
Text Example
Text Example
White with #787A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787A73; }
p { color: rgb(120,122,115); }
H1.HeaderClassName
{
color: #787A73;
}
.AnyTagClassName
{
color: #787A73;
}
</style>
background-color css
<style>
a { background-color: #787A73; }
a { background-color: rgb(120,122,115); }
div.DivClassName
{
background-color: #787A73;
}
.BgClassName
{
background-color: #787A73;
}
</style>
border-color css
<style>
span { border-color: #787A73; }
span { border-color: rgb(120,122,115); }
td.TdClassName
{
border-color: #787A73;
}
.TagClassName
{
border-color: #787A73;
}
</style>