Color Hex Logo

#776044 Color Hex

#776044
(119,96,68)
0 Favorites   0 Comments

Color spaces of #776044

RGB 1199668
HSL0.090.270.37
HSV33°43°47°
CMYK 0.000.190.43   0.53
XYZ12.834012.70507.2447
Yxy12.70500.39150.3875
Hunter Lab35.64411.893612.9001
CIE-Lab42.31535.154819.5005

#776044 color RGB value is (119,96,68).

#776044 hex color red value is 119, green value is 96 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #776044 hue: 0.09 , saturation: 0.27 and the lightness value of 776044 is 0.37.

The process color (four color CMYK) of #776044 color hex is 0.00, 0.19, 0.43, 0.53. Web safe color of #776044 is #666633. Color #776044 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01100000 01000100
Octal 167 140 104
Decimal 119 96 68
Hex 77 60 44

RGB Percentages of Color #776044

%42.05
%33.92
%24.03

CMYK Percentages of Color #776044

%0
%19
%43
%53

Triadic Colors of #776044

#776044 #447760 #604477

Analogous Colors of #776044

#776044 #757744 #774744

Monochromatic Colors of #776044

#776044

Complementary Color

#776044 #445b77

#776044 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#776044 Color Preview on White Background

Lorem ipsum dolor sit amet.

#776044 Color CSS Codes

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

#776044 Text Font Color

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

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


#776044 Background Color

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

This div background color is #776044


#776044 Border Color

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

This div border color is #776044


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #776044


Comments

No comments written yet.

Please login to write comment.