COLOR #776D62

HEX: #776D62
RGB: (119,109,98)

Color info

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

RGB color model

#776D62 color RGB value is (119,109,98).

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

RGB channels and saturation

R 119 of 255 = 47%
G 109 of 255 = 43%
B 98 of 255 = 38%

119
109
98

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

Portions of RGB colors in percentages

R + G + B =
119 + 109 + 98 = 326 (100%)
R 119 of 326 ~ 36.5%
G 109 of 326 ~ 33.44%
B 98 of 326 ~ 30.06%

%36.5
%33.44
%30.06

CMYK color model

#776D62 color CMYK value is (0,8,18,53).

  • cyan value is 0.00%
  • magenta value is 8.40%
  • yellow value is 17.65%
  • key color value is 53.33%
CMYK:
(0,8,18,53)
C0M8Y18K53 
(0%,8%,18%,53%)
(0.00/0.08/0.18/0.53)	

CMYK percentages

%0
%8.4
%17.65
%53.33

Codes

Color #776D62 in popluar color models

776D62
RGB11910998
HSL31°9.68%42.55%
HSB/HSV31°17.65%46.67%
CMYK0.00%8.40%17.65%
53.33%

Color #776D62 in popluar number systems.

HEX776D62
Decimal11910998
Binary111011111011011100010
Octal167155142

Shades and tints

Shades of #776D62

#776D62
(119,109,98)
#6D645A
(109,100,90)
#635B52
(99,91,82)
#59524A
(89,82,74)
#4F4942
(79,73,66)
#45403A
(69,64,58)
#3B3732
(59,55,50)
#312E2A
(49,46,42)
#272522
(39,37,34)
#1D1C1A
(29,28,26)
#131312
(19,19,18)
#000000
(0,0,0)

Tints of #776D62

#776D62
(119,109,98)
#837A70
(131,122,112)
#8F877E
(143,135,126)
#9B948C
(155,148,140)
#A7A19A
(167,161,154)
#B3AEA8
(179,174,168)
#BFBBB6
(191,187,182)
#CBC8C4
(203,200,196)
#D7D5D2
(215,213,210)
#E3E2E0
(227,226,224)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776D62; }

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

This text font color is #776D62.


Background Color

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

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

This div background color is #776D62.


Border color

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

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

This div border color is #776D62.


Opacity

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

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

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

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

This text has shadow with #776D62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776D62 on black background.


Color preview on white background

This text has color #776D62 on white background.



Black color preview on #776D62 background

This text has black color on #776D62 background.


White color preview on #776D62 background

This text has white color on #776D62 background.