#777C6D

Color #777C6D Gunsmoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gunsmoke #777C6D

Tints of Gunsmoke #777C6D

Color information

#777C6D (or 0x777C6D) is unknown color: approx Gunsmoke. HEX triplet: 77, 7C and 6D. RGB value is (119,124,109). Sum of RGB (Red+Green+Blue) = 119+124+109=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 124 (48.83% from 255 or 35.23% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 124 - color contains mainly: green. Hex color #777C6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777C6D is #888392. Grayscale: #787878. Windows color (decimal): -8946579 or 7175287. OLE color: 7175287.

HSL color Cylindrical-coordinate representation of color #777C6D: hue angle of 80º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #777C6D is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB119124109-
CMYK0.0400.120.51
HSL80º6.44%45.69%-
HSV(B)80º12.1%48.63%-
XYZ17.5819.4417.29-
YUV120.8121.34126.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 33.81%
GREEN value IS 124 (48.83% from 255) = 35.23%
BLUE value IS 109 (42.97% from 255) = 30.97%
R=33.81%
G=35.23%
B=30.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1191241090.0400.120.51806.4445.69
Hex777C6D40C335062e
Octal167174155401463120656
Binary111011111111001101101100011001100111010000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777C6D; }

 p { color: rgb(119,124,109); }

 H1.HeaderClassName
 {
   color: #777C6D;
 }
 .AnyTagClassName
 {
   color: #777C6D;
 }
</style>
background-color css

<style>
 a { background-color: #777C6D; }

 a { background-color: rgb(119,124,109); }

 div.DivClassName
 {
   background-color: #777C6D;
 }
 .BgClassName
 {
   background-color: #777C6D;
 }
</style>
border-color css

<style>
 span { border-color: #777C6D; }

 span { border-color: rgb(119,124,109); }

 td.TdClassName
 {
   border-color: #777C6D;
 }
 .TagClassName
 {
   border-color: #777C6D;
 }
</style>