Color Hex Logo

#77763e Color Hex

#77763E
(119,118,62)
0 Favorites   0 Comments

Color spaces of #77763e

RGB 11911862
HSL0.160.310.35
HSV59°48°47°
CMYK 0.000.010.48   0.53
XYZ14.955717.22667.0942
Yxy17.22660.38080.4386
Hunter Lab41.5049-8.313818.9194
CIE-Lab48.5443-8.273030.8052

#77763e color RGB value is (119,118,62).

#77763e hex color red value is 119, green value is 118 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #77763e hue: 0.16 , saturation: 0.31 and the lightness value of 77763e is 0.35.

The process color (four color CMYK) of #77763e color hex is 0.00, 0.01, 0.48, 0.53. Web safe color of #77763e is #666633. Color #77763e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01110110 00111110
Octal 167 166 76
Decimal 119 118 62
Hex 77 76 3E

RGB Percentages of Color #77763e

%39.80
%39.46
%20.74

CMYK Percentages of Color #77763e

%0
%1
%48
%53

Triadic Colors of #77763e

#77763e #3e7776 #763e77

Analogous Colors of #77763e

#77763e #5c773e #775a3e

Monochromatic Colors of #77763e

#77763e

Complementary Color

#77763e #3e3f77

#77763e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77763e Color Preview on White Background

Lorem ipsum dolor sit amet.

#77763e Color CSS Codes

.mybgcolor {background-color:#77763e; } 
.myforecolor {color:#77763e; }
.mybordercolor {border:3px solid #77763e; }

#77763e Text Font Color

<p style="color:#77763e">Text here</p>

This sample text font color is #77763e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#77763e Background Color

<div style="background-color:#77763e">
Div content here</div>

This div background color is #77763e


#77763e Border Color

<div style="border:3px solid #77763e">
Div here</div>

This div border color is #77763e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,118,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #77763e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #77763e;
  -webkit-box-shadow: 1px 1px 3px 2px #77763e;
  box-shadow:         1px 1px 3px 2px #77763e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,118,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #77763e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #77763e;
  -webkit-box-shadow: 1px 1px 3px 2px #77763e;
  box-shadow:         1px 1px 3px 2px #77763e;">
Div content here</div>

This div box has shadow with color #77763e


Comments

No comments written yet.

Please login to write comment.