COLOR #776E57

HEX: #776E57
RGB: (119,110,87)

Color info

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

RGB color model

#776E57 color RGB value is (119,110,87).

  • red value is 119;
  • green value is 110;
  • blue value is 87.
RGB:
(119,110,87)
(47%,43%,34%)

RGB channels and saturation

R 119 of 255 = 47%
G 110 of 255 = 43%
B 87 of 255 = 34%

119
110
87

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

Portions of RGB colors in percentages

R + G + B =
119 + 110 + 87 = 316 (100%)
R 119 of 316 ~ 37.66%
G 110 of 316 ~ 34.81%
B 87 of 316 ~ 27.53%

%37.66
%34.81
%27.53

CMYK color model

#776E57 color CMYK value is (0,8,27,53).

  • cyan value is 0.00%
  • magenta value is 7.56%
  • yellow value is 26.89%
  • key color value is 53.33%
CMYK:
(0,8,27,53)
C0M8Y27K53 
(0%,8%,27%,53%)
(0.00/0.08/0.27/0.53)	

CMYK percentages

%0
%7.56
%26.89
%53.33

Codes

Color #776E57 in popluar color models

776E57
RGB11911087
HSL43°15.53%40.39%
HSB/HSV43°26.89%46.67%
CMYK0.00%7.56%26.89%
53.33%

Color #776E57 in popluar number systems.

HEX776E57
Decimal11911087
Binary111011111011101010111
Octal167156127

Shades and tints

Shades of #776E57

#776E57
(119,110,87)
#6D6450
(109,100,80)
#635A49
(99,90,73)
#595042
(89,80,66)
#4F463B
(79,70,59)
#453C34
(69,60,52)
#3B322D
(59,50,45)
#312826
(49,40,38)
#271E1F
(39,30,31)
#1D1418
(29,20,24)
#130A11
(19,10,17)
#000000
(0,0,0)

Tints of #776E57

#776E57
(119,110,87)
#837B66
(131,123,102)
#8F8875
(143,136,117)
#9B9584
(155,149,132)
#A7A293
(167,162,147)
#B3AFA2
(179,175,162)
#BFBCB1
(191,188,177)
#CBC9C0
(203,201,192)
#D7D6CF
(215,214,207)
#E3E3DE
(227,227,222)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776E57 color. Also use rgb(119,110,87) instead hex code.

Text Font Color

.myTextColor { color: #776E57; }

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

This text font color is #776E57.


Background Color

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

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

This div background color is #776E57.


Border color

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

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

This div border color is #776E57.


Opacity

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

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

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

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

This text has shadow with #776E57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776E57 on black background.


Color preview on white background

This text has color #776E57 on white background.



Black color preview on #776E57 background

This text has black color on #776E57 background.


White color preview on #776E57 background

This text has white color on #776E57 background.