COLOR #776A44

HEX: #776A44
RGB: (119,106,68)

Color info

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

RGB color model

#776A44 color RGB value is (119,106,68).

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

RGB channels and saturation

R 119 of 255 = 47%
G 106 of 255 = 42%
B 68 of 255 = 27%

119
106
68

R + G + B ~ 39%. #776A44 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 106 + 68 = 293 (100%)
R 119 of 293 ~ 40.61%
G 106 of 293 ~ 36.18%
B 68 of 293 ~ 23.21%

%40.61
%36.18
%23.21

CMYK color model

#776A44 color CMYK value is (0,11,43,53).

  • cyan value is 0.00%
  • magenta value is 10.92%
  • yellow value is 42.86%
  • key color value is 53.33%
CMYK:
(0,11,43,53)
C0M11Y43K53 
(0%,11%,43%,53%)
(0.00/0.11/0.43/0.53)	

CMYK percentages

%0
%10.92
%42.86
%53.33

Codes

Color #776A44 in popluar color models

776A44
RGB11910668
HSL45°27.27%36.67%
HSB/HSV45°42.86%46.67%
CMYK0.00%10.92%42.86%
53.33%

Color #776A44 in popluar number systems.

HEX776A44
Decimal11910668
Binary111011111010101000100
Octal167152104

Shades and tints

Shades of #776A44

#776A44
(119,106,68)
#6D613E
(109,97,62)
#635838
(99,88,56)
#594F32
(89,79,50)
#4F462C
(79,70,44)
#453D26
(69,61,38)
#3B3420
(59,52,32)
#312B1A
(49,43,26)
#272214
(39,34,20)
#1D190E
(29,25,14)
#131008
(19,16,8)
#000000
(0,0,0)

Tints of #776A44

#776A44
(119,106,68)
#837755
(131,119,85)
#8F8466
(143,132,102)
#9B9177
(155,145,119)
#A79E88
(167,158,136)
#B3AB99
(179,171,153)
#BFB8AA
(191,184,170)
#CBC5BB
(203,197,187)
#D7D2CC
(215,210,204)
#E3DFDD
(227,223,221)
#EFECEE
(239,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776A44; }

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

This text font color is #776A44.


Background Color

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

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

This div background color is #776A44.


Border color

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

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

This div border color is #776A44.


Opacity

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

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

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

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

This text has shadow with #776A44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776A44 on black background.


Color preview on white background

This text has color #776A44 on white background.



Black color preview on #776A44 background

This text has black color on #776A44 background.


White color preview on #776A44 background

This text has white color on #776A44 background.