COLOR #776D5A

HEX: #776D5A
RGB: (119,109,90)

Color info

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

RGB color model

#776D5A color RGB value is (119,109,90).

  • red value is 119;
  • green value is 109;
  • blue value is 90.
RGB:
(119,109,90)
(47%,43%,35%)

RGB channels and saturation

R 119 of 255 = 47%
G 109 of 255 = 43%
B 90 of 255 = 35%

119
109
90

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

Portions of RGB colors in percentages

R + G + B =
119 + 109 + 90 = 318 (100%)
R 119 of 318 ~ 37.42%
G 109 of 318 ~ 34.28%
B 90 of 318 ~ 28.3%

%37.42
%34.28
%28.3

CMYK color model

#776D5A color CMYK value is (0,8,24,53).

  • cyan value is 0.00%
  • magenta value is 8.40%
  • yellow value is 24.37%
  • key color value is 53.33%
CMYK:
(0,8,24,53)
C0M8Y24K53 
(0%,8%,24%,53%)
(0.00/0.08/0.24/0.53)	

CMYK percentages

%0
%8.4
%24.37
%53.33

Codes

Color #776D5A in popluar color models

776D5A
RGB11910990
HSL39°13.88%40.98%
HSB/HSV39°24.37%46.67%
CMYK0.00%8.40%24.37%
53.33%

Color #776D5A in popluar number systems.

HEX776D5A
Decimal11910990
Binary111011111011011011010
Octal167155132

Shades and tints

Shades of #776D5A

#776D5A
(119,109,90)
#6D6452
(109,100,82)
#635B4A
(99,91,74)
#595242
(89,82,66)
#4F493A
(79,73,58)
#454032
(69,64,50)
#3B372A
(59,55,42)
#312E22
(49,46,34)
#27251A
(39,37,26)
#1D1C12
(29,28,18)
#13130A
(19,19,10)
#000000
(0,0,0)

Tints of #776D5A

#776D5A
(119,109,90)
#837A69
(131,122,105)
#8F8778
(143,135,120)
#9B9487
(155,148,135)
#A7A196
(167,161,150)
#B3AEA5
(179,174,165)
#BFBBB4
(191,187,180)
#CBC8C3
(203,200,195)
#D7D5D2
(215,213,210)
#E3E2E1
(227,226,225)
#EFEFF0
(239,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776D5A color. Also use rgb(119,109,90) instead hex code.

Text Font Color

.myTextColor { color: #776D5A; }

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

This text font color is #776D5A.


Background Color

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

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

This div background color is #776D5A.


Border color

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

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

This div border color is #776D5A.


Opacity

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

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

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

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

This text has shadow with #776D5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776D5A on black background.


Color preview on white background

This text has color #776D5A on white background.



Black color preview on #776D5A background

This text has black color on #776D5A background.


White color preview on #776D5A background

This text has white color on #776D5A background.