COLOR #776D5C

HEX: #776D5C RGB: (119,109,92)

Color info

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

RGB color model

#776D5C color RGB value is (119,109,92).

RGB: (119,109,92) (47%, 43%, 36%)

RGB channels and saturation

R 119 of 255 = 47%
G 109 of 255 = 43%
B 92 of 255 = 36%

119
109
92

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

Portions of RGB colors in percentages

R + G + B = 119 + 109 + 92 = 320 (100%)
R 119 of 320 ~ 37.19%
G 109 of 320 ~ 34.06%
B 92 of 320 ~ 28.75'%

%37.19
%34.06
%28.75

CMYK color model

#776D5C color CMYK value is (0,8,23,53).

  • cyan value is 0.00%
  • magenta value is 8.40%
  • yellow value is 22.69%
  • key color value is 53.33%

CMYK: (0,8,23,53)
C0M8Y23K53 (0%, 8%, 23%, 53%)
(0.00 / 0.08 / 0.23 / 0.53)

CMYK percentages

%0
%8.4
%22.69
%53.33

Codes

Color #776D5C in popluar color models

77 6D 5C
RGB 119 109 92
HSL 38° 12.80% 41.37%
HSB/HSV 38° 22.69% 46.67%
CMYK 0.00% 8.40% 22.69%
53.33%

Color #776D5C in popluar number systems.

HEX 77 6D 5C
Decimal 119 109 92
Binary 1110111 1101101 1011100
Octal 167 155 134

Shades and tints

Shades of #776D5C

#776D5C
(119,109,92)
#6D6454
(109,100,84)
#635B4C
(99,91,76)
#595244
(89,82,68)
#4F493C
(79,73,60)
#454034
(69,64,52)
#3B372C
(59,55,44)
#312E24
(49,46,36)
#27251C
(39,37,28)
#1D1C14
(29,28,20)
#13130C
(19,19,12)
#000000
(0,0,0)

Tints of #776D5C

#776D5C
(119,109,92)
#837A6A
(131,122,106)
#8F8778
(143,135,120)
#9B9486
(155,148,134)
#A7A194
(167,161,148)
#B3AEA2
(179,174,162)
#BFBBB0
(191,187,176)
#CBC8BE
(203,200,190)
#D7D5CC
(215,213,204)
#E3E2DA
(227,226,218)
#EFEFE8
(239,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776D5C; }

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

This text font color is #776D5C.

Background Color

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

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

This div background color is #776D5C.

Border color

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

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

This div border color is #776D5C.

Opacity

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

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

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

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

This text has shadow with #776D5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #776D5C.

Preview

Color preview on black background

This text has color #776D5C on black background.


Color preview on white background

This text has color #776D5C on white background.


Black color preview on #776D5C background

This text has black color on #776D5C background.


White color preview on #776D5C background

This text has white color on #776D5C background.


Related colors

Complementary color

Complementary color for #hex is #8892A3.


I love getcolorcode.com

Triadic colors

1 #5C776D and #6D5C77 with #776D5C are triadic colors.

2 #5C6D77 and #6D775C with #776D5C are triadic colors.