Color Hex Logo

#776b2e Color Hex

#776B2E
(119,107,46)
0 Favorites   0 Comments

Color spaces of #776b2e

RGB 11910746
HSL0.140.440.32
HSV50°61°47°
CMYK 0.000.100.61   0.53
XYZ13.358614.63464.7055
Yxy14.63460.40850.4476
Hunter Lab38.2552-4.614919.4858
CIE-Lab45.1296-3.527135.2107

#776b2e color RGB value is (119,107,46).

#776b2e hex color red value is 119, green value is 107 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #776b2e hue: 0.14 , saturation: 0.44 and the lightness value of 776b2e is 0.32.

The process color (four color CMYK) of #776b2e color hex is 0.00, 0.10, 0.61, 0.53. Web safe color of #776b2e is #666633. Color #776b2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01101011 00101110
Octal 167 153 56
Decimal 119 107 46
Hex 77 6B 2E

RGB Percentages of Color #776b2e

%43.75
%39.34
%16.91

CMYK Percentages of Color #776b2e

%0
%10
%61
%53

Triadic Colors of #776b2e

#776b2e #2e776b #6b2e77

Analogous Colors of #776b2e

#776b2e #5f772e #77472e

Monochromatic Colors of #776b2e

#776b2e

Complementary Color

#776b2e #2e3a77

#776b2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#776b2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#776b2e Color CSS Codes

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

#776b2e Text Font Color

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

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


#776b2e Background Color

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

This div background color is #776b2e


#776b2e Border Color

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

This div border color is #776b2e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,107,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #776b2e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #776b2e;
  -webkit-box-shadow: 1px 1px 3px 2px #776b2e;
  box-shadow:         1px 1px 3px 2px #776b2e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #776b2e


Comments

No comments written yet.

Please login to write comment.