COLOR #776628

HEX: #776628
RGB: (119,102,40)

Color info

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

RGB color model

#776628 color RGB value is (119,102,40).

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

RGB channels and saturation

R 119 of 255 = 47%
G 102 of 255 = 40%
B 40 of 255 = 16%

119
102
40

R + G + B ~ 34%. #776628 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 102 + 40 = 261 (100%)
R 119 of 261 ~ 45.59%
G 102 of 261 ~ 39.08%
B 40 of 261 ~ 15.33%

%45.59
%39.08
%15.33

CMYK color model

#776628 color CMYK value is (0,14,66,53).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 66.39%
  • key color value is 53.33%
CMYK:
(0,14,66,53)
C0M14Y66K53 
(0%,14%,66%,53%)
(0.00/0.14/0.66/0.53)	

CMYK percentages

%0
%14.29
%66.39
%53.33

Codes

Color #776628 in popluar color models

776628
RGB11910240
HSL47°49.69%31.18%
HSB/HSV47°66.39%46.67%
CMYK0.00%14.29%66.39%
53.33%

Color #776628 in popluar number systems.

HEX776628
Decimal11910240
Binary11101111100110101000
Octal16714650

Shades and tints

Shades of #776628

#776628
(119,102,40)
#6D5D25
(109,93,37)
#635422
(99,84,34)
#594B1F
(89,75,31)
#4F421C
(79,66,28)
#453919
(69,57,25)
#3B3016
(59,48,22)
#312713
(49,39,19)
#271E10
(39,30,16)
#1D150D
(29,21,13)
#130C0A
(19,12,10)
#000000
(0,0,0)

Tints of #776628

#776628
(119,102,40)
#83733B
(131,115,59)
#8F804E
(143,128,78)
#9B8D61
(155,141,97)
#A79A74
(167,154,116)
#B3A787
(179,167,135)
#BFB49A
(191,180,154)
#CBC1AD
(203,193,173)
#D7CEC0
(215,206,192)
#E3DBD3
(227,219,211)
#EFE8E6
(239,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776628; }

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

This text font color is #776628.


Background Color

.myBgColor { background-color: #776628; }

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

This div background color is #776628.


Border color

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

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

This div border color is #776628.


Opacity

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

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

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

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

This text has shadow with #776628 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776628 on black background.


Color preview on white background

This text has color #776628 on white background.



Black color preview on #776628 background

This text has black color on #776628 background.


White color preview on #776628 background

This text has white color on #776628 background.