COLOR #776C3E

HEX: #776C3E
RGB: (119,108,62)

Color info

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

RGB color model

#776C3E color RGB value is (119,108,62).

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

RGB channels and saturation

R 119 of 255 = 47%
G 108 of 255 = 42%
B 62 of 255 = 24%

119
108
62

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

Portions of RGB colors in percentages

R + G + B =
119 + 108 + 62 = 289 (100%)
R 119 of 289 ~ 41.18%
G 108 of 289 ~ 37.37%
B 62 of 289 ~ 21.45%

%41.18
%37.37
%21.45

CMYK color model

#776C3E color CMYK value is (0,9,48,53).

  • cyan value is 0.00%
  • magenta value is 9.24%
  • yellow value is 47.90%
  • key color value is 53.33%
CMYK:
(0,9,48,53)
C0M9Y48K53 
(0%,9%,48%,53%)
(0.00/0.09/0.48/0.53)	

CMYK percentages

%0
%9.24
%47.9
%53.33

Codes

Color #776C3E in popluar color models

776C3E
RGB11910862
HSL48°31.49%35.49%
HSB/HSV48°47.90%46.67%
CMYK0.00%9.24%47.90%
53.33%

Color #776C3E in popluar number systems.

HEX776C3E
Decimal11910862
Binary11101111101100111110
Octal16715476

Shades and tints

Shades of #776C3E

#776C3E
(119,108,62)
#6D6339
(109,99,57)
#635A34
(99,90,52)
#59512F
(89,81,47)
#4F482A
(79,72,42)
#453F25
(69,63,37)
#3B3620
(59,54,32)
#312D1B
(49,45,27)
#272416
(39,36,22)
#1D1B11
(29,27,17)
#13120C
(19,18,12)
#000000
(0,0,0)

Tints of #776C3E

#776C3E
(119,108,62)
#83794F
(131,121,79)
#8F8660
(143,134,96)
#9B9371
(155,147,113)
#A7A082
(167,160,130)
#B3AD93
(179,173,147)
#BFBAA4
(191,186,164)
#CBC7B5
(203,199,181)
#D7D4C6
(215,212,198)
#E3E1D7
(227,225,215)
#EFEEE8
(239,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776C3E; }

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

This text font color is #776C3E.


Background Color

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

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

This div background color is #776C3E.


Border color

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

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

This div border color is #776C3E.


Opacity

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

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

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

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

This text has shadow with #776C3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776C3E on black background.


Color preview on white background

This text has color #776C3E on white background.



Black color preview on #776C3E background

This text has black color on #776C3E background.


White color preview on #776C3E background

This text has white color on #776C3E background.