Color Hex Logo

#776129 Color Hex

#776129
(119,97,41)
0 Favorites   0 Comments

Color spaces of #776129

RGB 1199741
HSL0.120.490.31
HSV43°66°47°
CMYK 0.000.180.66   0.53
XYZ12.282712.63143.8886
Yxy12.63140.42640.4385
Hunter Lab35.5407-0.507418.3914
CIE-Lab42.20251.914334.4862

#776129 color RGB value is (119,97,41).

#776129 hex color red value is 119, green value is 97 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #776129 hue: 0.12 , saturation: 0.49 and the lightness value of 776129 is 0.31.

The process color (four color CMYK) of #776129 color hex is 0.00, 0.18, 0.66, 0.53. Web safe color of #776129 is #666633. Color #776129 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01100001 00101001
Octal 167 141 51
Decimal 119 97 41
Hex 77 61 29

RGB Percentages of Color #776129

%46.30
%37.74
%15.95

CMYK Percentages of Color #776129

%0
%18
%66
%53

Triadic Colors of #776129

#776129 #297761 #612977

Analogous Colors of #776129

#776129 #667729 #773a29

Monochromatic Colors of #776129

#776129

Complementary Color

#776129 #293f77

#776129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#776129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#776129 Color CSS Codes

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

#776129 Text Font Color

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

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


#776129 Background Color

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

This div background color is #776129


#776129 Border Color

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

This div border color is #776129


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #776129


Comments

No comments written yet.

Please login to write comment.