COLOR #776E62

HEX: #776E62
RGB: (119,110,98)

Color info

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

RGB color model

#776E62 color RGB value is (119,110,98).

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

RGB channels and saturation

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

119
110
98

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

Portions of RGB colors in percentages

R + G + B =
119 + 110 + 98 = 327 (100%)
R 119 of 327 ~ 36.39%
G 110 of 327 ~ 33.64%
B 98 of 327 ~ 29.97%

%36.39
%33.64
%29.97

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.56%
  • 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
%7.56
%17.65
%53.33

Codes

Color #776E62 in popluar color models

776E62
RGB11911098
HSL34°9.68%42.55%
HSB/HSV34°17.65%46.67%
CMYK0.00%7.56%17.65%
53.33%

Color #776E62 in popluar number systems.

HEX776E62
Decimal11911098
Binary111011111011101100010
Octal167156142

Shades and tints

Shades of #776E62

#776E62
(119,110,98)
#6D645A
(109,100,90)
#635A52
(99,90,82)
#59504A
(89,80,74)
#4F4642
(79,70,66)
#453C3A
(69,60,58)
#3B3232
(59,50,50)
#31282A
(49,40,42)
#271E22
(39,30,34)
#1D141A
(29,20,26)
#130A12
(19,10,18)
#000000
(0,0,0)

Tints of #776E62

#776E62
(119,110,98)
#837B70
(131,123,112)
#8F887E
(143,136,126)
#9B958C
(155,149,140)
#A7A29A
(167,162,154)
#B3AFA8
(179,175,168)
#BFBCB6
(191,188,182)
#CBC9C4
(203,201,196)
#D7D6D2
(215,214,210)
#E3E3E0
(227,227,224)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776E62; }

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

This text font color is #776E62.


Background Color

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

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

This div background color is #776E62.


Border color

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

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

This div border color is #776E62.


Opacity

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

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

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

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

This text has shadow with #776E62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776E62 on black background.


Color preview on white background

This text has color #776E62 on white background.



Black color preview on #776E62 background

This text has black color on #776E62 background.


White color preview on #776E62 background

This text has white color on #776E62 background.