Shades of Gunsmoke #777E6D
Tints of Gunsmoke #777E6D
RGB
CMYK
RGB Variations
Color information
#777E6D (or 0x777E6D) is known color: Gunsmoke. HEX triplet: 77, 7E and 6D. RGB value is (119,126,109). Sum of RGB (Red+Green+Blue) = 119+126+109=354 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.62% from 354); Green value is 126 (49.61% from 255 or 35.59% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 126 - color contains mainly: green. Hex color #777E6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777E6D is #888192. Grayscale: #7A7A7A. Windows color (decimal): -8946067 or 7175799. OLE color: 7175799.
HSL color Cylindrical-coordinate representation of color #777E6D: hue angle of 84.71º degrees, saturation: 0.07, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #777E6D is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 126 | 109 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.51 |
| HSL | 84.71º | 0.07% | 0.46% | - |
| HSV(B) | 84.71º | 0.13% | 0.49% | - |
| XYZ | 17.83 | 19.95 | 17.38 | - |
| YUV | 121.97 | 120.68 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 126 | 109 | 0.06 | 0 | 0.13 | 0.51 | 84.71 | 0.07 | 0.46 |
| Hex | 77 | 7E | 6D | 6 | 0 | D | 33 | 55 | 7 | 2E |
| Octal | 167 | 176 | 155 | 6 | 0 | 15 | 63 | 125 | 7 | 56 |
| Binary | 1110111 | 1111110 | 1101101 | 110 | 0 | 1101 | 110011 | 1010101 | 111 | 101110 |
Color Harmonies of #777E6D
Complementary color
Monochromatic Colors of #777E6D
Black with #777E6D
Text Example
Text Example
White with #777E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777E6D; }
p { color: rgb(119,126,109); }
H1.HeaderClassName
{
color: #777E6D;
}
.AnyTagClassName
{
color: #777E6D;
}
</style>
background-color css
<style>
a { background-color: #777E6D; }
a { background-color: rgb(119,126,109); }
div.DivClassName
{
background-color: #777E6D;
}
.BgClassName
{
background-color: #777E6D;
}
</style>
border-color css
<style>
span { border-color: #777E6D; }
span { border-color: rgb(119,126,109); }
td.TdClassName
{
border-color: #777E6D;
}
.TagClassName
{
border-color: #777E6D;
}
</style>