COLOR #776C2E

HEX: #776C2E
RGB: (119,108,46)

Color info

#776C2E contains mainly red and green colors. Web safe color of #776C2E is #666633 (or #663).

RGB color model

#776C2E color RGB value is (119,108,46).

  • red value is 119;
  • green value is 108;
  • blue value is 46.
RGB:
(119,108,46)
(47%,42%,18%)

RGB channels and saturation

R 119 of 255 = 47%
G 108 of 255 = 42%
B 46 of 255 = 18%

119
108
46

R + G + B ~ 36%. #776C2E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 108 + 46 = 273 (100%)
R 119 of 273 ~ 43.59%
G 108 of 273 ~ 39.56%
B 46 of 273 ~ 16.85%

%43.59
%39.56
%16.85

CMYK color model

#776C2E color CMYK value is (0,9,61,53).

  • cyan value is 0.00%
  • magenta value is 9.24%
  • yellow value is 61.34%
  • key color value is 53.33%
CMYK:
(0,9,61,53)
C0M9Y61K53 
(0%,9%,61%,53%)
(0.00/0.09/0.61/0.53)	

CMYK percentages

%0
%9.24
%61.34
%53.33

Codes

Color #776C2E in popluar color models

776C2E
RGB11910846
HSL51°44.24%32.35%
HSB/HSV51°61.34%46.67%
CMYK0.00%9.24%61.34%
53.33%

Color #776C2E in popluar number systems.

HEX776C2E
Decimal11910846
Binary11101111101100101110
Octal16715456

Shades and tints

Shades of #776C2E

#776C2E
(119,108,46)
#6D632A
(109,99,42)
#635A26
(99,90,38)
#595122
(89,81,34)
#4F481E
(79,72,30)
#453F1A
(69,63,26)
#3B3616
(59,54,22)
#312D12
(49,45,18)
#27240E
(39,36,14)
#1D1B0A
(29,27,10)
#131206
(19,18,6)
#000000
(0,0,0)

Tints of #776C2E

#776C2E
(119,108,46)
#837941
(131,121,65)
#8F8654
(143,134,84)
#9B9367
(155,147,103)
#A7A07A
(167,160,122)
#B3AD8D
(179,173,141)
#BFBAA0
(191,186,160)
#CBC7B3
(203,199,179)
#D7D4C6
(215,212,198)
#E3E1D9
(227,225,217)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776C2E color. Also use rgb(119,108,46) instead hex code.

Text Font Color

.myTextColor { color: #776C2E; }

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

This text font color is #776C2E.


Background Color

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

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

This div background color is #776C2E.


Border color

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

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

This div border color is #776C2E.


Opacity

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

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

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

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

This text has shadow with #776C2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776C2E on black background.


Color preview on white background

This text has color #776C2E on white background.



Black color preview on #776C2E background

This text has black color on #776C2E background.


White color preview on #776C2E background

This text has white color on #776C2E background.