COLOR #776F34

HEX: #776F34 RGB: (119,111,52)

Color info

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

RGB color model

#776F34 color RGB value is (119,111,52).

RGB: (119,111,52) (47%, 44%, 20%)

RGB channels and saturation

R 119 of 255 = 47%
G 111 of 255 = 44%
B 52 of 255 = 20%

119
111
52

R + G + B ~ 37%. #776F34 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 119 + 111 + 52 = 282 (100%)
R 119 of 282 ~ 42.2%
G 111 of 282 ~ 39.36%
B 52 of 282 ~ 18.44'%

%42.2
%39.36
%18.44

CMYK color model

#776F34 color CMYK value is (0,7,56,53).

  • cyan value is 0.00%
  • magenta value is 6.72%
  • yellow value is 56.30%
  • key color value is 53.33%

CMYK: (0,7,56,53)
C0M7Y56K53 (0%, 7%, 56%, 53%)
(0.00 / 0.07 / 0.56 / 0.53)

CMYK percentages

%0
%6.72
%56.3
%53.33

Codes

Color #776F34 in popluar color models

77 6F 34
RGB 119 111 52
HSL 53° 39.18% 33.53%
HSB/HSV 53° 56.30% 46.67%
CMYK 0.00% 6.72% 56.30%
53.33%

Color #776F34 in popluar number systems.

HEX 77 6F 34
Decimal 119 111 52
Binary 1110111 1101111 110100
Octal 167 157 64

Shades and tints

Shades of #776F34

#776F34
(119,111,52)
#6D6530
(109,101,48)
#635B2C
(99,91,44)
#595128
(89,81,40)
#4F4724
(79,71,36)
#453D20
(69,61,32)
#3B331C
(59,51,28)
#312918
(49,41,24)
#271F14
(39,31,20)
#1D1510
(29,21,16)
#130B0C
(19,11,12)
#000000
(0,0,0)

Tints of #776F34

#776F34
(119,111,52)
#837C46
(131,124,70)
#8F8958
(143,137,88)
#9B966A
(155,150,106)
#A7A37C
(167,163,124)
#B3B08E
(179,176,142)
#BFBDA0
(191,189,160)
#CBCAB2
(203,202,178)
#D7D7C4
(215,215,196)
#E3E4D6
(227,228,214)
#EFF1E8
(239,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776F34 color. Also use rgb(119,111,52) instead hex code.

Text Font Color

.myTextColor { color: #776F34; }

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

This text font color is #776F34.

Background Color

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

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

This div background color is #776F34.

Border color

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

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

This div border color is #776F34.

Opacity

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

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

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

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

This text has shadow with #776F34 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #776F34.

Preview

Color preview on black background

This text has color #776F34 on black background.


Color preview on white background

This text has color #776F34 on white background.


Black color preview on #776F34 background

This text has black color on #776F34 background.


White color preview on #776F34 background

This text has white color on #776F34 background.


Related colors

Complementary color

Complementary color for #hex is #8890CB.


I love getcolorcode.com

Triadic colors

1 #34776F and #6F3477 with #776F34 are triadic colors.

2 #346F77 and #6F7734 with #776F34 are triadic colors.