Shades of Gunsmoke #777D68
Tints of Gunsmoke #777D68
RGB
CMYK
RGB Variations
Color information
#777D68 (or 0x777D68) is known color: Gunsmoke. HEX triplet: 77, 7D and 68. RGB value is (119,125,104). Sum of RGB (Red+Green+Blue) = 119+125+104=348 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.20% from 348); Green value is 125 (49.22% from 255 or 35.92% from 348); Blue value is 104 (41.02% from 255 or 29.89% from 348); Max value from RGB is 125 - color contains mainly: green. Hex color #777D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777D68 is #888297. Grayscale: #787878. Windows color (decimal): -8946328 or 6847863. OLE color: 6847863.
HSL color Cylindrical-coordinate representation of color #777D68: hue angle of 77.14º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #777D68 is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 125 | 104 | - |
| CMYK | 0.05 | 0 | 0.17 | 0.51 |
| HSL | 77.14º | 0.09% | 0.45% | - |
| HSV(B) | 77.14º | 0.17% | 0.49% | - |
| XYZ | 17.44 | 19.59 | 15.96 | - |
| YUV | 120.81 | 118.51 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 125 | 104 | 0.05 | 0 | 0.17 | 0.51 | 77.14 | 0.09 | 0.45 |
| Hex | 77 | 7D | 68 | 5 | 0 | 11 | 33 | 4D | 9 | 2D |
| Octal | 167 | 175 | 150 | 5 | 0 | 21 | 63 | 115 | 11 | 55 |
| Binary | 1110111 | 1111101 | 1101000 | 101 | 0 | 10001 | 110011 | 1001101 | 1001 | 101101 |
Color Harmonies of #777D68
Complementary color
Monochromatic Colors of #777D68
Black with #777D68
Text Example
Text Example
White with #777D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777D68; }
p { color: rgb(119,125,104); }
H1.HeaderClassName
{
color: #777D68;
}
.AnyTagClassName
{
color: #777D68;
}
</style>
background-color css
<style>
a { background-color: #777D68; }
a { background-color: rgb(119,125,104); }
div.DivClassName
{
background-color: #777D68;
}
.BgClassName
{
background-color: #777D68;
}
</style>
border-color css
<style>
span { border-color: #777D68; }
span { border-color: rgb(119,125,104); }
td.TdClassName
{
border-color: #777D68;
}
.TagClassName
{
border-color: #777D68;
}
</style>