Color Hex Logo

#776440 Color Hex

#776440
(119,100,64)
0 Favorites   0 Comments

Color spaces of #776440

RGB 11910064
HSL0.110.300.36
HSV39°46°47°
CMYK 0.000.160.46   0.53
XYZ13.090313.40646.7483
Yxy13.40640.39380.4033
Hunter Lab36.6148-0.259514.7029
CIE-Lab43.36932.308223.2126

#776440 color RGB value is (119,100,64).

#776440 hex color red value is 119, green value is 100 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #776440 hue: 0.11 , saturation: 0.30 and the lightness value of 776440 is 0.36.

The process color (four color CMYK) of #776440 color hex is 0.00, 0.16, 0.46, 0.53. Web safe color of #776440 is #666633. Color #776440 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01100100 01000000
Octal 167 144 100
Decimal 119 100 64
Hex 77 64 40

RGB Percentages of Color #776440

%42.05
%35.34
%22.61

CMYK Percentages of Color #776440

%0
%16
%46
%53

Triadic Colors of #776440

#776440 #407764 #644077

Analogous Colors of #776440

#776440 #6f7740 #774940

Monochromatic Colors of #776440

#776440

Complementary Color

#776440 #405377

#776440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#776440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#776440 Color CSS Codes

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

#776440 Text Font Color

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

This sample text font color is #776440
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.


#776440 Background Color

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

This div background color is #776440


#776440 Border Color

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

This div border color is #776440


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,100,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #776440; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #776440;
  -webkit-box-shadow: 1px 1px 3px 2px #776440;
  box-shadow:         1px 1px 3px 2px #776440; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #776440


Comments

No comments written yet.

Please login to write comment.