COLOR #776D3E

HEX: #776D3E RGB: (119,109,62)

Color info

#776D3E contains red, green and blue colors in about the same proportion. Web safe color of #776D3E is #666633 (or #663).

RGB color model

#776D3E color RGB value is (119,109,62).

RGB: (119,109,62) (47%, 43%, 24%)

RGB channels and saturation

R 119 of 255 = 47%
G 109 of 255 = 43%
B 62 of 255 = 24%

119
109
62

R + G + B ~ 38%. #776D3E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 119 + 109 + 62 = 290 (100%)
R 119 of 290 ~ 41.03%
G 109 of 290 ~ 37.59%
B 62 of 290 ~ 21.38'%

%41.03
%37.59
%21.38

CMYK color model

#776D3E color CMYK value is (0,8,48,53).

  • cyan value is 0.00%
  • magenta value is 8.40%
  • yellow value is 47.90%
  • key color value is 53.33%

CMYK: (0,8,48,53)
C0M8Y48K53 (0%, 8%, 48%, 53%)
(0.00 / 0.08 / 0.48 / 0.53)

CMYK percentages

%0
%8.4
%47.9
%53.33

Codes

Color #776D3E in popluar color models

77 6D 3E
RGB 119 109 62
HSL 49° 31.49% 35.49%
HSB/HSV 49° 47.90% 46.67%
CMYK 0.00% 8.40% 47.90%
53.33%

Color #776D3E in popluar number systems.

HEX 77 6D 3E
Decimal 119 109 62
Binary 1110111 1101101 111110
Octal 167 155 76

Shades and tints

Shades of #776D3E

#776D3E
(119,109,62)
#6D6439
(109,100,57)
#635B34
(99,91,52)
#59522F
(89,82,47)
#4F492A
(79,73,42)
#454025
(69,64,37)
#3B3720
(59,55,32)
#312E1B
(49,46,27)
#272516
(39,37,22)
#1D1C11
(29,28,17)
#13130C
(19,19,12)
#000000
(0,0,0)

Tints of #776D3E

#776D3E
(119,109,62)
#837A4F
(131,122,79)
#8F8760
(143,135,96)
#9B9471
(155,148,113)
#A7A182
(167,161,130)
#B3AE93
(179,174,147)
#BFBBA4
(191,187,164)
#CBC8B5
(203,200,181)
#D7D5C6
(215,213,198)
#E3E2D7
(227,226,215)
#EFEFE8
(239,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776D3E color. Also use rgb(119,109,62) instead hex code.

Text Font Color

.myTextColor { color: #776D3E; }

<p style="color:#776D3E">This sample text font color is #776D3E.</p>

This text font color is #776D3E.

Background Color

.myBgColor { background-color: #776D3E; }

<div style="background-color:#776D3E">Inner text</div>

This div background color is #776D3E.

Border color

.myBorderColor { border: 1px solid #776D3E; }

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

This div border color is #776D3E.

Opacity

.myOpacity80 { color: #776D3E; opacity: 0.8; }

<p style="color:#776D3E;opacity:0.8;">80%</p>

Text with #776D3E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #776D3E;}

<p style="text-shadow: 3px 3px 1px #776D3E">Text here.</p>

This text has shadow with #776D3E color.


.textShadow {text-shadow: 3px 3px 1px #776D3E', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #776D3E, 5px 5px 20px red">Text here.</p>

This text has shadow with #776D3E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#776D3E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#776D3E, Direction=45, Strength=4)">Text</p>

This text has shadow with #776D3E and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #776D3E;
-webkit-box-shadow: 1px 1px 3px 2px #776D3E;
box-shadow: 1px 1px 3px 2px #776D3E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #776D3E; -webkit-box-shadow: 1px 1px 3px 2px #776D3E; box-shadow:1px 1px 3px 2px #776D3E;">
Div content here
</div>

This div box has shadow with color #776D3E.

Preview

Color preview on black background

This text has color #776D3E on black background.


Color preview on white background

This text has color #776D3E on white background.


Black color preview on #776D3E background

This text has black color on #776D3E background.


White color preview on #776D3E background

This text has white color on #776D3E background.


Related colors

Complementary color

Complementary color for #hex is #8892C1.


I love getcolorcode.com

Triadic colors

1 #3E776D and #6D3E77 with #776D3E are triadic colors.

2 #3E6D77 and #6D773E with #776D3E are triadic colors.