Shades of Gunsmoke #777B6D
Tints of Gunsmoke #777B6D
RGB
CMYK
RGB Variations
Color information
#777B6D (or 0x777B6D) is known color: Gunsmoke. HEX triplet: 77, 7B and 6D. RGB value is (119,123,109). Sum of RGB (Red+Green+Blue) = 119+123+109=351 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.90% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 123 - color contains mainly: green. Hex color #777B6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777B6D is #888492. Grayscale: #787878. Windows color (decimal): -8946835 or 7175031. OLE color: 7175031.
HSL color Cylindrical-coordinate representation of color #777B6D: hue angle of 77.14º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #777B6D is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 123 | 109 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.52 |
| HSL | 77.14º | 0.06% | 0.45% | - |
| HSV(B) | 77.14º | 0.11% | 0.48% | - |
| XYZ | 17.45 | 19.19 | 17.25 | - |
| YUV | 120.21 | 121.67 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 123 | 109 | 0.03 | 0 | 0.11 | 0.52 | 77.14 | 0.06 | 0.45 |
| Hex | 77 | 7B | 6D | 3 | 0 | B | 34 | 4D | 6 | 2D |
| Octal | 167 | 173 | 155 | 3 | 0 | 13 | 64 | 115 | 6 | 55 |
| Binary | 1110111 | 1111011 | 1101101 | 11 | 0 | 1011 | 110100 | 1001101 | 110 | 101101 |
Color Harmonies of #777B6D
Complementary color
Monochromatic Colors of #777B6D
Black with #777B6D
Text Example
Text Example
White with #777B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777B6D; }
p { color: rgb(119,123,109); }
H1.HeaderClassName
{
color: #777B6D;
}
.AnyTagClassName
{
color: #777B6D;
}
</style>
background-color css
<style>
a { background-color: #777B6D; }
a { background-color: rgb(119,123,109); }
div.DivClassName
{
background-color: #777B6D;
}
.BgClassName
{
background-color: #777B6D;
}
</style>
border-color css
<style>
span { border-color: #777B6D; }
span { border-color: rgb(119,123,109); }
td.TdClassName
{
border-color: #777B6D;
}
.TagClassName
{
border-color: #777B6D;
}
</style>