COLOR #776D4B

HEX: #776D4B
RGB: (119,109,75)

Color info

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

RGB color model

#776D4B color RGB value is (119,109,75).

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

RGB channels and saturation

R 119 of 255 = 47%
G 109 of 255 = 43%
B 75 of 255 = 29%

119
109
75

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

Portions of RGB colors in percentages

R + G + B =
119 + 109 + 75 = 303 (100%)
R 119 of 303 ~ 39.27%
G 109 of 303 ~ 35.97%
B 75 of 303 ~ 24.75%

%39.27
%35.97
%24.75

CMYK color model

#776D4B color CMYK value is (0,8,37,53).

  • cyan value is 0.00%
  • magenta value is 8.40%
  • yellow value is 36.97%
  • key color value is 53.33%
CMYK:
(0,8,37,53)
C0M8Y37K53 
(0%,8%,37%,53%)
(0.00/0.08/0.37/0.53)	

CMYK percentages

%0
%8.4
%36.97
%53.33

Codes

Color #776D4B in popluar color models

776D4B
RGB11910975
HSL46°22.68%38.04%
HSB/HSV46°36.97%46.67%
CMYK0.00%8.40%36.97%
53.33%

Color #776D4B in popluar number systems.

HEX776D4B
Decimal11910975
Binary111011111011011001011
Octal167155113

Shades and tints

Shades of #776D4B

#776D4B
(119,109,75)
#6D6445
(109,100,69)
#635B3F
(99,91,63)
#595239
(89,82,57)
#4F4933
(79,73,51)
#45402D
(69,64,45)
#3B3727
(59,55,39)
#312E21
(49,46,33)
#27251B
(39,37,27)
#1D1C15
(29,28,21)
#13130F
(19,19,15)
#000000
(0,0,0)

Tints of #776D4B

#776D4B
(119,109,75)
#837A5B
(131,122,91)
#8F876B
(143,135,107)
#9B947B
(155,148,123)
#A7A18B
(167,161,139)
#B3AE9B
(179,174,155)
#BFBBAB
(191,187,171)
#CBC8BB
(203,200,187)
#D7D5CB
(215,213,203)
#E3E2DB
(227,226,219)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776D4B; }

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

This text font color is #776D4B.


Background Color

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

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

This div background color is #776D4B.


Border color

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

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

This div border color is #776D4B.


Opacity

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

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

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

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

This text has shadow with #776D4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776D4B on black background.


Color preview on white background

This text has color #776D4B on white background.



Black color preview on #776D4B background

This text has black color on #776D4B background.


White color preview on #776D4B background

This text has white color on #776D4B background.