COLOR #776C40

HEX: #776C40 RGB: (119,108,64)

Color info

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

RGB color model

#776C40 color RGB value is (119,108,64).

RGB: (119,108,64) (47%, 42%, 25%)

RGB channels and saturation

R 119 of 255 = 47%
G 108 of 255 = 42%
B 64 of 255 = 25%

119
108
64

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

Portions of RGB colors in percentages

R + G + B = 119 + 108 + 64 = 291 (100%)
R 119 of 291 ~ 40.89%
G 108 of 291 ~ 37.11%
B 64 of 291 ~ 21.99'%

%40.89
%37.11
%21.99

CMYK color model

#776C40 color CMYK value is (0,9,46,53).

  • cyan value is 0.00%
  • magenta value is 9.24%
  • yellow value is 46.22%
  • key color value is 53.33%
CMYK: (0,9,46,53) C0M9Y46K53 (0%,9%,46%,53%) (0.00/0.09/0.46/0.53) 

CMYK percentages

%0
%9.24
%46.22
%53.33

Codes

Color #776C40 in popluar color models

77 6C 40
RGB 119 108 64
HSL 48° 30.05% 35.88%
HSB/HSV 48° 46.22% 46.67%
CMYK 0.00% 9.24% 46.22%
53.33%

Color #776C40 in popluar number systems.

HEX 77 6C 40
Decimal 119 108 64
Binary 1110111 1101100 1000000
Octal 167 154 100

Shades and tints

Shades of #776C40

#776C40
(119,108,64)
#6D633B
(109,99,59)
#635A36
(99,90,54)
#595131
(89,81,49)
#4F482C
(79,72,44)
#453F27
(69,63,39)
#3B3622
(59,54,34)
#312D1D
(49,45,29)
#272418
(39,36,24)
#1D1B13
(29,27,19)
#13120E
(19,18,14)
#000000
(0,0,0)

Tints of #776C40

#776C40
(119,108,64)
#837951
(131,121,81)
#8F8662
(143,134,98)
#9B9373
(155,147,115)
#A7A084
(167,160,132)
#B3AD95
(179,173,149)
#BFBAA6
(191,186,166)
#CBC7B7
(203,199,183)
#D7D4C8
(215,212,200)
#E3E1D9
(227,225,217)
#EFEEEA
(239,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776C40; }

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

This text font color is #776C40.

Background Color

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

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

This div background color is #776C40.

Border color

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

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

This div border color is #776C40.

Opacity

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

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

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

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

This text has shadow with #776C40 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #776C40.

Preview

Color preview on black background

This text has color #776C40 on black background.


Color preview on white background

This text has color #776C40 on white background.


Black color preview on #776C40 background

This text has black color on #776C40 background.


White color preview on #776C40 background

This text has white color on #776C40 background.


Related colors

Complementary color

Complementary color for #hex is #8893BF.


I love getcolorcode.com

Triadic colors

1 #40776C and #6C4077 with #776C40 are triadic colors.

2 #406C77 and #6C7740 with #776C40 are triadic colors.