COLOR #776D46

HEX: #776D46
RGB: (119,109,70)

Color info

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

RGB color model

#776D46 color RGB value is (119,109,70).

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

RGB channels and saturation

R 119 of 255 = 47%
G 109 of 255 = 43%
B 70 of 255 = 27%

119
109
70

R + G + B ~ 39%. #776D46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 109 + 70 = 298 (100%)
R 119 of 298 ~ 39.93%
G 109 of 298 ~ 36.58%
B 70 of 298 ~ 23.49%

%39.93
%36.58
%23.49

CMYK color model

#776D46 color CMYK value is (0,8,41,53).

  • cyan value is 0.00%
  • magenta value is 8.40%
  • yellow value is 41.18%
  • key color value is 53.33%
CMYK:
(0,8,41,53)
C0M8Y41K53 
(0%,8%,41%,53%)
(0.00/0.08/0.41/0.53)	

CMYK percentages

%0
%8.4
%41.18
%53.33

Codes

Color #776D46 in popluar color models

776D46
RGB11910970
HSL48°25.93%37.06%
HSB/HSV48°41.18%46.67%
CMYK0.00%8.40%41.18%
53.33%

Color #776D46 in popluar number systems.

HEX776D46
Decimal11910970
Binary111011111011011000110
Octal167155106

Shades and tints

Shades of #776D46

#776D46
(119,109,70)
#6D6440
(109,100,64)
#635B3A
(99,91,58)
#595234
(89,82,52)
#4F492E
(79,73,46)
#454028
(69,64,40)
#3B3722
(59,55,34)
#312E1C
(49,46,28)
#272516
(39,37,22)
#1D1C10
(29,28,16)
#13130A
(19,19,10)
#000000
(0,0,0)

Tints of #776D46

#776D46
(119,109,70)
#837A56
(131,122,86)
#8F8766
(143,135,102)
#9B9476
(155,148,118)
#A7A186
(167,161,134)
#B3AE96
(179,174,150)
#BFBBA6
(191,187,166)
#CBC8B6
(203,200,182)
#D7D5C6
(215,213,198)
#E3E2D6
(227,226,214)
#EFEFE6
(239,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776D46; }

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

This text font color is #776D46.


Background Color

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

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

This div background color is #776D46.


Border color

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

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

This div border color is #776D46.


Opacity

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

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

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

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

This text has shadow with #776D46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776D46 on black background.


Color preview on white background

This text has color #776D46 on white background.



Black color preview on #776D46 background

This text has black color on #776D46 background.


White color preview on #776D46 background

This text has white color on #776D46 background.