COLOR #776D73

HEX: #776D73
RGB: (119,109,115)

Color info

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

RGB color model

#776D73 color RGB value is (119,109,115).

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

RGB channels and saturation

R 119 of 255 = 47%
G 109 of 255 = 43%
B 115 of 255 = 45%

119
109
115

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

Portions of RGB colors in percentages

R + G + B =
119 + 109 + 115 = 343 (100%)
R 119 of 343 ~ 34.69%
G 109 of 343 ~ 31.78%
B 115 of 343 ~ 33.53%

%34.69
%31.78
%33.53

CMYK color model

#776D73 color CMYK value is (0,8,3,53).

  • cyan value is 0.00%
  • magenta value is 8.40%
  • yellow value is 3.36%
  • key color value is 53.33%
CMYK:
(0,8,3,53)
C0M8Y3K53 
(0%,8%,3%,53%)
(0.00/0.08/0.03/0.53)	

CMYK percentages

%0
%8.4
%3.36
%53.33

Codes

Color #776D73 in popluar color models

776D73
RGB119109115
HSL324°4.39%44.71%
HSB/HSV324°8.40%46.67%
CMYK0.00%8.40%3.36%
53.33%

Color #776D73 in popluar number systems.

HEX776D73
Decimal119109115
Binary111011111011011110011
Octal167155163

Shades and tints

Shades of #776D73

#776D73
(119,109,115)
#6D6469
(109,100,105)
#635B5F
(99,91,95)
#595255
(89,82,85)
#4F494B
(79,73,75)
#454041
(69,64,65)
#3B3737
(59,55,55)
#312E2D
(49,46,45)
#272523
(39,37,35)
#1D1C19
(29,28,25)
#13130F
(19,19,15)
#000000
(0,0,0)

Tints of #776D73

#776D73
(119,109,115)
#837A7F
(131,122,127)
#8F878B
(143,135,139)
#9B9497
(155,148,151)
#A7A1A3
(167,161,163)
#B3AEAF
(179,174,175)
#BFBBBB
(191,187,187)
#CBC8C7
(203,200,199)
#D7D5D3
(215,213,211)
#E3E2DF
(227,226,223)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776D73; }

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

This text font color is #776D73.


Background Color

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

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

This div background color is #776D73.


Border color

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

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

This div border color is #776D73.


Opacity

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

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

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

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

This text has shadow with #776D73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776D73 on black background.


Color preview on white background

This text has color #776D73 on white background.



Black color preview on #776D73 background

This text has black color on #776D73 background.


White color preview on #776D73 background

This text has white color on #776D73 background.