COLOR #776A3B

HEX: #776A3B RGB: (119,106,59)

Color info

#776A3B contains mainly red and green colors. Web safe color of #776A3B is #666633 (or #663).

RGB color model

#776A3B color RGB value is (119,106,59).

RGB: (119,106,59) (47%, 42%, 23%)

RGB channels and saturation

R 119 of 255 = 47%
G 106 of 255 = 42%
B 59 of 255 = 23%

119
106
59

R + G + B ~ 37%. #776A3B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 119 + 106 + 59 = 284 (100%)
R 119 of 284 ~ 41.9%
G 106 of 284 ~ 37.32%
B 59 of 284 ~ 20.77'%

%41.9
%37.32
%20.77

CMYK color model

#776A3B color CMYK value is (0,11,50,53).

  • cyan value is 0.00%
  • magenta value is 10.92%
  • yellow value is 50.42%
  • key color value is 53.33%

CMYK: (0,11,50,53)
C0M11Y50K53 (0%, 11%, 50%, 53%)
(0.00 / 0.11 / 0.50 / 0.53)

CMYK percentages

%0
%10.92
%50.42
%53.33

Codes

Color #776A3B in popluar color models

77 6A 3B
RGB 119 106 59
HSL 47° 33.71% 34.90%
HSB/HSV 47° 50.42% 46.67%
CMYK 0.00% 10.92% 50.42%
53.33%

Color #776A3B in popluar number systems.

HEX 77 6A 3B
Decimal 119 106 59
Binary 1110111 1101010 111011
Octal 167 152 73

Shades and tints

Shades of #776A3B

#776A3B
(119,106,59)
#6D6136
(109,97,54)
#635831
(99,88,49)
#594F2C
(89,79,44)
#4F4627
(79,70,39)
#453D22
(69,61,34)
#3B341D
(59,52,29)
#312B18
(49,43,24)
#272213
(39,34,19)
#1D190E
(29,25,14)
#131009
(19,16,9)
#000000
(0,0,0)

Tints of #776A3B

#776A3B
(119,106,59)
#83774C
(131,119,76)
#8F845D
(143,132,93)
#9B916E
(155,145,110)
#A79E7F
(167,158,127)
#B3AB90
(179,171,144)
#BFB8A1
(191,184,161)
#CBC5B2
(203,197,178)
#D7D2C3
(215,210,195)
#E3DFD4
(227,223,212)
#EFECE5
(239,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776A3B color. Also use rgb(119,106,59) instead hex code.

Text Font Color

.myTextColor { color: #776A3B; }

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

This text font color is #776A3B.

Background Color

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

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

This div background color is #776A3B.

Border color

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

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

This div border color is #776A3B.

Opacity

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

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

Text with #776A3B 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 #776A3B;}

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

This text has shadow with #776A3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #776A3B.

Preview

Color preview on black background

This text has color #776A3B on black background.


Color preview on white background

This text has color #776A3B on white background.


Black color preview on #776A3B background

This text has black color on #776A3B background.


White color preview on #776A3B background

This text has white color on #776A3B background.


Related colors

Complementary color

Complementary color for #hex is #8895C4.


I love getcolorcode.com

Triadic colors

1 #3B776A and #6A3B77 with #776A3B are triadic colors.

2 #3B6A77 and #6A773B with #776A3B are triadic colors.