Shades of Gunsmoke #787973
Tints of Gunsmoke #787973
RGB
CMYK
RGB Variations
Color information
#787973 (or 0x787973) is known color: Gunsmoke. HEX triplet: 78, 79 and 73. RGB value is (120,121,115). Sum of RGB (Red+Green+Blue) = 120+121+115=356 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.71% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 121 - color contains mainly: green. Hex color #787973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787973 is #87868C. Grayscale: #787878. Windows color (decimal): -8881805 or 7567736. OLE color: 7567736.
HSL color Cylindrical-coordinate representation of color #787973: hue angle of 70º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #787973 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 121 | 115 | - |
| CMYK | 0.01 | 0 | 0.05 | 0.53 |
| HSL | 70º | 0.03% | 0.46% | - |
| HSV(B) | 70º | 0.05% | 0.47% | - |
| XYZ | 17.68 | 18.91 | 18.94 | - |
| YUV | 120.02 | 125.17 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 121 | 115 | 0.01 | 0 | 0.05 | 0.53 | 70 | 0.03 | 0.46 |
| Hex | 78 | 79 | 73 | 1 | 0 | 5 | 35 | 46 | 3 | 2E |
| Octal | 170 | 171 | 163 | 1 | 0 | 5 | 65 | 106 | 3 | 56 |
| Binary | 1111000 | 1111001 | 1110011 | 1 | 0 | 101 | 110101 | 1000110 | 11 | 101110 |
Color Harmonies of #787973
Complementary color
Monochromatic Colors of #787973
Black with #787973
Text Example
Text Example
White with #787973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787973; }
p { color: rgb(120,121,115); }
H1.HeaderClassName
{
color: #787973;
}
.AnyTagClassName
{
color: #787973;
}
</style>
background-color css
<style>
a { background-color: #787973; }
a { background-color: rgb(120,121,115); }
div.DivClassName
{
background-color: #787973;
}
.BgClassName
{
background-color: #787973;
}
</style>
border-color css
<style>
span { border-color: #787973; }
span { border-color: rgb(120,121,115); }
td.TdClassName
{
border-color: #787973;
}
.TagClassName
{
border-color: #787973;
}
</style>