COLOR #776620

HEX: #776620
RGB: (119,102,32)

Color info

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

RGB color model

#776620 color RGB value is (119,102,32).

  • red value is 119;
  • green value is 102;
  • blue value is 32.
RGB:
(119,102,32)
(47%,40%,13%)

RGB channels and saturation

R 119 of 255 = 47%
G 102 of 255 = 40%
B 32 of 255 = 13%

119
102
32

R + G + B ~ 33%. #776620 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 102 + 32 = 253 (100%)
R 119 of 253 ~ 47.04%
G 102 of 253 ~ 40.32%
B 32 of 253 ~ 12.65%

%47.04
%40.32
%12.65

CMYK color model

#776620 color CMYK value is (0,14,73,53).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 73.11%
  • key color value is 53.33%
CMYK:
(0,14,73,53)
C0M14Y73K53 
(0%,14%,73%,53%)
(0.00/0.14/0.73/0.53)	

CMYK percentages

%0
%14.29
%73.11
%53.33

Codes

Color #776620 in popluar color models

776620
RGB11910232
HSL48°57.62%29.61%
HSB/HSV48°73.11%46.67%
CMYK0.00%14.29%73.11%
53.33%

Color #776620 in popluar number systems.

HEX776620
Decimal11910232
Binary11101111100110100000
Octal16714640

Shades and tints

Shades of #776620

#776620
(119,102,32)
#6D5D1E
(109,93,30)
#63541C
(99,84,28)
#594B1A
(89,75,26)
#4F4218
(79,66,24)
#453916
(69,57,22)
#3B3014
(59,48,20)
#312712
(49,39,18)
#271E10
(39,30,16)
#1D150E
(29,21,14)
#130C0C
(19,12,12)
#000000
(0,0,0)

Tints of #776620

#776620
(119,102,32)
#837334
(131,115,52)
#8F8048
(143,128,72)
#9B8D5C
(155,141,92)
#A79A70
(167,154,112)
#B3A784
(179,167,132)
#BFB498
(191,180,152)
#CBC1AC
(203,193,172)
#D7CEC0
(215,206,192)
#E3DBD4
(227,219,212)
#EFE8E8
(239,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776620 color. Also use rgb(119,102,32) instead hex code.

Text Font Color

.myTextColor { color: #776620; }

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

This text font color is #776620.


Background Color

.myBgColor { background-color: #776620; }

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

This div background color is #776620.


Border color

.myBorderColor { border: 1px solid #776620; }

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

This div border color is #776620.


Opacity

.myOpacity80 { color: #776620; opacity: 0.8; }

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

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

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

This text has shadow with #776620 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776620 on black background.


Color preview on white background

This text has color #776620 on white background.



Black color preview on #776620 background

This text has black color on #776620 background.


White color preview on #776620 background

This text has white color on #776620 background.