Shades of Gunsmoke #777B6E
Tints of Gunsmoke #777B6E
RGB
CMYK
RGB Variations
Color information
#777B6E (or 0x777B6E) is known color: Gunsmoke. HEX triplet: 77, 7B and 6E. RGB value is (119,123,110). Sum of RGB (Red+Green+Blue) = 119+123+110=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 123 (48.44% from 255 or 34.94% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 123 - color contains mainly: green. Hex color #777B6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777B6E is #888491. Grayscale: #787878. Windows color (decimal): -8946834 or 7240567. OLE color: 7240567.
HSL color Cylindrical-coordinate representation of color #777B6E: hue angle of 78.46º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #777B6E is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 123 | 110 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.52 |
| HSL | 78.46º | 0.06% | 0.46% | - |
| HSV(B) | 78.46º | 0.11% | 0.48% | - |
| XYZ | 17.51 | 19.21 | 17.54 | - |
| YUV | 120.32 | 122.17 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 123 | 110 | 0.03 | 0 | 0.11 | 0.52 | 78.46 | 0.06 | 0.46 |
| Hex | 77 | 7B | 6E | 3 | 0 | B | 34 | 4E | 6 | 2E |
| Octal | 167 | 173 | 156 | 3 | 0 | 13 | 64 | 116 | 6 | 56 |
| Binary | 1110111 | 1111011 | 1101110 | 11 | 0 | 1011 | 110100 | 1001110 | 110 | 101110 |
Color Harmonies of #777B6E
Complementary color
Monochromatic Colors of #777B6E
Black with #777B6E
Text Example
Text Example
White with #777B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777B6E; }
p { color: rgb(119,123,110); }
H1.HeaderClassName
{
color: #777B6E;
}
.AnyTagClassName
{
color: #777B6E;
}
</style>
background-color css
<style>
a { background-color: #777B6E; }
a { background-color: rgb(119,123,110); }
div.DivClassName
{
background-color: #777B6E;
}
.BgClassName
{
background-color: #777B6E;
}
</style>
border-color css
<style>
span { border-color: #777B6E; }
span { border-color: rgb(119,123,110); }
td.TdClassName
{
border-color: #777B6E;
}
.TagClassName
{
border-color: #777B6E;
}
</style>