Shades of Gunsmoke #787C69
Tints of Gunsmoke #787C69
RGB
CMYK
RGB Variations
Color information
#787C69 (or 0x787C69) is known color: Gunsmoke. HEX triplet: 78, 7C and 69. RGB value is (120,124,105). Sum of RGB (Red+Green+Blue) = 120+124+105=349 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.38% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 105 (41.41% from 255 or 30.09% from 349); Max value from RGB is 124 - color contains mainly: green. Hex color #787C69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787C69 is #878396. Grayscale: #787878. Windows color (decimal): -8881047 or 6913144. OLE color: 6913144.
HSL color Cylindrical-coordinate representation of color #787C69: hue angle of 72.63º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #787C69 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 124 | 105 | - |
| CMYK | 0.03 | 0 | 0.15 | 0.51 |
| HSL | 72.63º | 0.08% | 0.45% | - |
| HSV(B) | 72.63º | 0.15% | 0.49% | - |
| XYZ | 17.5 | 19.43 | 16.19 | - |
| YUV | 120.64 | 119.17 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 124 | 105 | 0.03 | 0 | 0.15 | 0.51 | 72.63 | 0.08 | 0.45 |
| Hex | 78 | 7C | 69 | 3 | 0 | F | 33 | 49 | 8 | 2D |
| Octal | 170 | 174 | 151 | 3 | 0 | 17 | 63 | 111 | 10 | 55 |
| Binary | 1111000 | 1111100 | 1101001 | 11 | 0 | 1111 | 110011 | 1001001 | 1000 | 101101 |
Color Harmonies of #787C69
Complementary color
Monochromatic Colors of #787C69
Black with #787C69
Text Example
Text Example
White with #787C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787C69; }
p { color: rgb(120,124,105); }
H1.HeaderClassName
{
color: #787C69;
}
.AnyTagClassName
{
color: #787C69;
}
</style>
background-color css
<style>
a { background-color: #787C69; }
a { background-color: rgb(120,124,105); }
div.DivClassName
{
background-color: #787C69;
}
.BgClassName
{
background-color: #787C69;
}
</style>
border-color css
<style>
span { border-color: #787C69; }
span { border-color: rgb(120,124,105); }
td.TdClassName
{
border-color: #787C69;
}
.TagClassName
{
border-color: #787C69;
}
</style>