COLOR #776F4C

HEX: #776F4C
RGB: (119,111,76)

Color info

#776F4C contains red, green and blue colors in about the same proportion. Web safe color of #776F4C is #666633 (or #663).

RGB color model

#776F4C color RGB value is (119,111,76).

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

RGB channels and saturation

R 119 of 255 = 47%
G 111 of 255 = 44%
B 76 of 255 = 30%

119
111
76

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

Portions of RGB colors in percentages

R + G + B =
119 + 111 + 76 = 306 (100%)
R 119 of 306 ~ 38.89%
G 111 of 306 ~ 36.27%
B 76 of 306 ~ 24.84%

%38.89
%36.27
%24.84

CMYK color model

#776F4C color CMYK value is (0,7,36,53).

  • cyan value is 0.00%
  • magenta value is 6.72%
  • yellow value is 36.13%
  • key color value is 53.33%
CMYK:
(0,7,36,53)
C0M7Y36K53 
(0%,7%,36%,53%)
(0.00/0.07/0.36/0.53)	

CMYK percentages

%0
%6.72
%36.13
%53.33

Codes

Color #776F4C in popluar color models

776F4C
RGB11911176
HSL49°22.05%38.24%
HSB/HSV49°36.13%46.67%
CMYK0.00%6.72%36.13%
53.33%

Color #776F4C in popluar number systems.

HEX776F4C
Decimal11911176
Binary111011111011111001100
Octal167157114

Shades and tints

Shades of #776F4C

#776F4C
(119,111,76)
#6D6546
(109,101,70)
#635B40
(99,91,64)
#59513A
(89,81,58)
#4F4734
(79,71,52)
#453D2E
(69,61,46)
#3B3328
(59,51,40)
#312922
(49,41,34)
#271F1C
(39,31,28)
#1D1516
(29,21,22)
#130B10
(19,11,16)
#000000
(0,0,0)

Tints of #776F4C

#776F4C
(119,111,76)
#837C5C
(131,124,92)
#8F896C
(143,137,108)
#9B967C
(155,150,124)
#A7A38C
(167,163,140)
#B3B09C
(179,176,156)
#BFBDAC
(191,189,172)
#CBCABC
(203,202,188)
#D7D7CC
(215,215,204)
#E3E4DC
(227,228,220)
#EFF1EC
(239,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776F4C; }

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

This text font color is #776F4C.


Background Color

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

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

This div background color is #776F4C.


Border color

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

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

This div border color is #776F4C.


Opacity

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

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

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

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

This text has shadow with #776F4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776F4C on black background.


Color preview on white background

This text has color #776F4C on white background.



Black color preview on #776F4C background

This text has black color on #776F4C background.


White color preview on #776F4C background

This text has white color on #776F4C background.