COLOR #776F52

HEX: #776F52
RGB: (119,111,82)

Color info

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

RGB color model

#776F52 color RGB value is (119,111,82).

  • red value is 119;
  • green value is 111;
  • blue value is 82.
RGB:
(119,111,82)
(47%,44%,32%)

RGB channels and saturation

R 119 of 255 = 47%
G 111 of 255 = 44%
B 82 of 255 = 32%

119
111
82

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

Portions of RGB colors in percentages

R + G + B =
119 + 111 + 82 = 312 (100%)
R 119 of 312 ~ 38.14%
G 111 of 312 ~ 35.58%
B 82 of 312 ~ 26.28%

%38.14
%35.58
%26.28

CMYK color model

#776F52 color CMYK value is (0,7,31,53).

  • cyan value is 0.00%
  • magenta value is 6.72%
  • yellow value is 31.09%
  • key color value is 53.33%
CMYK:
(0,7,31,53)
C0M7Y31K53 
(0%,7%,31%,53%)
(0.00/0.07/0.31/0.53)	

CMYK percentages

%0
%6.72
%31.09
%53.33

Codes

Color #776F52 in popluar color models

776F52
RGB11911182
HSL47°18.41%39.41%
HSB/HSV47°31.09%46.67%
CMYK0.00%6.72%31.09%
53.33%

Color #776F52 in popluar number systems.

HEX776F52
Decimal11911182
Binary111011111011111010010
Octal167157122

Shades and tints

Shades of #776F52

#776F52
(119,111,82)
#6D654B
(109,101,75)
#635B44
(99,91,68)
#59513D
(89,81,61)
#4F4736
(79,71,54)
#453D2F
(69,61,47)
#3B3328
(59,51,40)
#312921
(49,41,33)
#271F1A
(39,31,26)
#1D1513
(29,21,19)
#130B0C
(19,11,12)
#000000
(0,0,0)

Tints of #776F52

#776F52
(119,111,82)
#837C61
(131,124,97)
#8F8970
(143,137,112)
#9B967F
(155,150,127)
#A7A38E
(167,163,142)
#B3B09D
(179,176,157)
#BFBDAC
(191,189,172)
#CBCABB
(203,202,187)
#D7D7CA
(215,215,202)
#E3E4D9
(227,228,217)
#EFF1E8
(239,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776F52 color. Also use rgb(119,111,82) instead hex code.

Text Font Color

.myTextColor { color: #776F52; }

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

This text font color is #776F52.


Background Color

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

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

This div background color is #776F52.


Border color

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

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

This div border color is #776F52.


Opacity

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

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

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

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

This text has shadow with #776F52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776F52 on black background.


Color preview on white background

This text has color #776F52 on white background.



Black color preview on #776F52 background

This text has black color on #776F52 background.


White color preview on #776F52 background

This text has white color on #776F52 background.