COLOR #776A43

HEX: #776A43
RGB: (119,106,67)

Color info

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

RGB color model

#776A43 color RGB value is (119,106,67).

  • red value is 119;
  • green value is 106;
  • blue value is 67.
RGB:
(119,106,67)
(47%,42%,26%)

RGB channels and saturation

R 119 of 255 = 47%
G 106 of 255 = 42%
B 67 of 255 = 26%

119
106
67

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

Portions of RGB colors in percentages

R + G + B =
119 + 106 + 67 = 292 (100%)
R 119 of 292 ~ 40.75%
G 106 of 292 ~ 36.3%
B 67 of 292 ~ 22.95%

%40.75
%36.3
%22.95

CMYK color model

#776A43 color CMYK value is (0,11,44,53).

  • cyan value is 0.00%
  • magenta value is 10.92%
  • yellow value is 43.70%
  • key color value is 53.33%
CMYK:
(0,11,44,53)
C0M11Y44K53 
(0%,11%,44%,53%)
(0.00/0.11/0.44/0.53)	

CMYK percentages

%0
%10.92
%43.7
%53.33

Codes

Color #776A43 in popluar color models

776A43
RGB11910667
HSL45°27.96%36.47%
HSB/HSV45°43.70%46.67%
CMYK0.00%10.92%43.70%
53.33%

Color #776A43 in popluar number systems.

HEX776A43
Decimal11910667
Binary111011111010101000011
Octal167152103

Shades and tints

Shades of #776A43

#776A43
(119,106,67)
#6D613D
(109,97,61)
#635837
(99,88,55)
#594F31
(89,79,49)
#4F462B
(79,70,43)
#453D25
(69,61,37)
#3B341F
(59,52,31)
#312B19
(49,43,25)
#272213
(39,34,19)
#1D190D
(29,25,13)
#131007
(19,16,7)
#000000
(0,0,0)

Tints of #776A43

#776A43
(119,106,67)
#837754
(131,119,84)
#8F8465
(143,132,101)
#9B9176
(155,145,118)
#A79E87
(167,158,135)
#B3AB98
(179,171,152)
#BFB8A9
(191,184,169)
#CBC5BA
(203,197,186)
#D7D2CB
(215,210,203)
#E3DFDC
(227,223,220)
#EFECED
(239,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776A43; }

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

This text font color is #776A43.


Background Color

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

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

This div background color is #776A43.


Border color

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

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

This div border color is #776A43.


Opacity

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

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

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

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

This text has shadow with #776A43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776A43 on black background.


Color preview on white background

This text has color #776A43 on white background.



Black color preview on #776A43 background

This text has black color on #776A43 background.


White color preview on #776A43 background

This text has white color on #776A43 background.