Shades of Gunsmoke #787C6C
Tints of Gunsmoke #787C6C
RGB
CMYK
RGB Variations
Color information
#787C6C (or 0x787C6C) is known color: Gunsmoke. HEX triplet: 78, 7C and 6C. RGB value is (120,124,108). Sum of RGB (Red+Green+Blue) = 120+124+108=352 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.09% from 352); Green value is 124 (48.83% from 255 or 35.23% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 124 - color contains mainly: green. Hex color #787C6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787C6C is #878393. Grayscale: #797979. Windows color (decimal): -8881044 or 7109752. OLE color: 7109752.
HSL color Cylindrical-coordinate representation of color #787C6C: hue angle of 75º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #787C6C is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 124 | 108 | - |
| CMYK | 0.03 | 0 | 0.13 | 0.51 |
| HSL | 75º | 0.07% | 0.45% | - |
| HSV(B) | 75º | 0.13% | 0.49% | - |
| XYZ | 17.66 | 19.49 | 17.02 | - |
| YUV | 120.98 | 120.67 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 124 | 108 | 0.03 | 0 | 0.13 | 0.51 | 75 | 0.07 | 0.45 |
| Hex | 78 | 7C | 6C | 3 | 0 | D | 33 | 4B | 7 | 2D |
| Octal | 170 | 174 | 154 | 3 | 0 | 15 | 63 | 113 | 7 | 55 |
| Binary | 1111000 | 1111100 | 1101100 | 11 | 0 | 1101 | 110011 | 1001011 | 111 | 101101 |
Color Harmonies of #787C6C
Complementary color
Monochromatic Colors of #787C6C
Black with #787C6C
Text Example
Text Example
White with #787C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787C6C; }
p { color: rgb(120,124,108); }
H1.HeaderClassName
{
color: #787C6C;
}
.AnyTagClassName
{
color: #787C6C;
}
</style>
background-color css
<style>
a { background-color: #787C6C; }
a { background-color: rgb(120,124,108); }
div.DivClassName
{
background-color: #787C6C;
}
.BgClassName
{
background-color: #787C6C;
}
</style>
border-color css
<style>
span { border-color: #787C6C; }
span { border-color: rgb(120,124,108); }
td.TdClassName
{
border-color: #787C6C;
}
.TagClassName
{
border-color: #787C6C;
}
</style>