COLOR #776347

HEX: #776347
RGB: (119,99,71)

Color info

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

RGB color model

#776347 color RGB value is (119,99,71).

  • red value is 119;
  • green value is 99;
  • blue value is 71.
RGB:
(119,99,71)
(47%,39%,28%)

RGB channels and saturation

R 119 of 255 = 47%
G 99 of 255 = 39%
B 71 of 255 = 28%

119
99
71

R + G + B ~ 38%. #776347 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 99 + 71 = 289 (100%)
R 119 of 289 ~ 41.18%
G 99 of 289 ~ 34.26%
B 71 of 289 ~ 24.57%

%41.18
%34.26
%24.57

CMYK color model

#776347 color CMYK value is (0,17,40,53).

  • cyan value is 0.00%
  • magenta value is 16.81%
  • yellow value is 40.34%
  • key color value is 53.33%
CMYK:
(0,17,40,53)
C0M17Y40K53 
(0%,17%,40%,53%)
(0.00/0.17/0.40/0.53)	

CMYK percentages

%0
%16.81
%40.34
%53.33

Codes

Color #776347 in popluar color models

776347
RGB1199971
HSL35°25.26%37.25%
HSB/HSV35°40.34%46.67%
CMYK0.00%16.81%40.34%
53.33%

Color #776347 in popluar number systems.

HEX776347
Decimal1199971
Binary111011111000111000111
Octal167143107

Shades and tints

Shades of #776347

#776347
(119,99,71)
#6D5A41
(109,90,65)
#63513B
(99,81,59)
#594835
(89,72,53)
#4F3F2F
(79,63,47)
#453629
(69,54,41)
#3B2D23
(59,45,35)
#31241D
(49,36,29)
#271B17
(39,27,23)
#1D1211
(29,18,17)
#13090B
(19,9,11)
#000000
(0,0,0)

Tints of #776347

#776347
(119,99,71)
#837157
(131,113,87)
#8F7F67
(143,127,103)
#9B8D77
(155,141,119)
#A79B87
(167,155,135)
#B3A997
(179,169,151)
#BFB7A7
(191,183,167)
#CBC5B7
(203,197,183)
#D7D3C7
(215,211,199)
#E3E1D7
(227,225,215)
#EFEFE7
(239,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776347 color. Also use rgb(119,99,71) instead hex code.

Text Font Color

.myTextColor { color: #776347; }

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

This text font color is #776347.


Background Color

.myBgColor { background-color: #776347; }

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

This div background color is #776347.


Border color

.myBorderColor { border: 1px solid #776347; }

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

This div border color is #776347.


Opacity

.myOpacity80 { color: #776347; opacity: 0.8; }

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

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

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

This text has shadow with #776347 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776347 on black background.


Color preview on white background

This text has color #776347 on white background.



Black color preview on #776347 background

This text has black color on #776347 background.


White color preview on #776347 background

This text has white color on #776347 background.