COLOR #776A55

HEX: #776A55
RGB: (119,106,85)

Color info

#776A55 contains red, green and blue colors in about the same proportion. Web safe color of #776A55 is #666666 (or #666).

RGB color model

#776A55 color RGB value is (119,106,85).

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

RGB channels and saturation

R 119 of 255 = 47%
G 106 of 255 = 42%
B 85 of 255 = 33%

119
106
85

R + G + B ~ 41%. #776A55 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 106 + 85 = 310 (100%)
R 119 of 310 ~ 38.39%
G 106 of 310 ~ 34.19%
B 85 of 310 ~ 27.42%

%38.39
%34.19
%27.42

CMYK color model

#776A55 color CMYK value is (0,11,29,53).

  • cyan value is 0.00%
  • magenta value is 10.92%
  • yellow value is 28.57%
  • key color value is 53.33%
CMYK:
(0,11,29,53)
C0M11Y29K53 
(0%,11%,29%,53%)
(0.00/0.11/0.29/0.53)	

CMYK percentages

%0
%10.92
%28.57
%53.33

Codes

Color #776A55 in popluar color models

776A55
RGB11910685
HSL37°16.67%40.00%
HSB/HSV37°28.57%46.67%
CMYK0.00%10.92%28.57%
53.33%

Color #776A55 in popluar number systems.

HEX776A55
Decimal11910685
Binary111011111010101010101
Octal167152125

Shades and tints

Shades of #776A55

#776A55
(119,106,85)
#6D614E
(109,97,78)
#635847
(99,88,71)
#594F40
(89,79,64)
#4F4639
(79,70,57)
#453D32
(69,61,50)
#3B342B
(59,52,43)
#312B24
(49,43,36)
#27221D
(39,34,29)
#1D1916
(29,25,22)
#13100F
(19,16,15)
#000000
(0,0,0)

Tints of #776A55

#776A55
(119,106,85)
#837764
(131,119,100)
#8F8473
(143,132,115)
#9B9182
(155,145,130)
#A79E91
(167,158,145)
#B3ABA0
(179,171,160)
#BFB8AF
(191,184,175)
#CBC5BE
(203,197,190)
#D7D2CD
(215,210,205)
#E3DFDC
(227,223,220)
#EFECEB
(239,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776A55; }

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

This text font color is #776A55.


Background Color

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

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

This div background color is #776A55.


Border color

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

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

This div border color is #776A55.


Opacity

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

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

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

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

This text has shadow with #776A55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776A55 on black background.


Color preview on white background

This text has color #776A55 on white background.



Black color preview on #776A55 background

This text has black color on #776A55 background.


White color preview on #776A55 background

This text has white color on #776A55 background.