COLOR #776840

HEX: #776840
RGB: (119,104,64)

Color info

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

RGB color model

#776840 color RGB value is (119,104,64).

  • red value is 119;
  • green value is 104;
  • blue value is 64.
RGB:
(119,104,64)
(47%,41%,25%)

RGB channels and saturation

R 119 of 255 = 47%
G 104 of 255 = 41%
B 64 of 255 = 25%

119
104
64

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

Portions of RGB colors in percentages

R + G + B =
119 + 104 + 64 = 287 (100%)
R 119 of 287 ~ 41.46%
G 104 of 287 ~ 36.24%
B 64 of 287 ~ 22.3%

%41.46
%36.24
%22.3

CMYK color model

#776840 color CMYK value is (0,13,46,53).

  • cyan value is 0.00%
  • magenta value is 12.61%
  • yellow value is 46.22%
  • key color value is 53.33%
CMYK:
(0,13,46,53)
C0M13Y46K53 
(0%,13%,46%,53%)
(0.00/0.13/0.46/0.53)	

CMYK percentages

%0
%12.61
%46.22
%53.33

Codes

Color #776840 in popluar color models

776840
RGB11910464
HSL44°30.05%35.88%
HSB/HSV44°46.22%46.67%
CMYK0.00%12.61%46.22%
53.33%

Color #776840 in popluar number systems.

HEX776840
Decimal11910464
Binary111011111010001000000
Octal167150100

Shades and tints

Shades of #776840

#776840
(119,104,64)
#6D5F3B
(109,95,59)
#635636
(99,86,54)
#594D31
(89,77,49)
#4F442C
(79,68,44)
#453B27
(69,59,39)
#3B3222
(59,50,34)
#31291D
(49,41,29)
#272018
(39,32,24)
#1D1713
(29,23,19)
#130E0E
(19,14,14)
#000000
(0,0,0)

Tints of #776840

#776840
(119,104,64)
#837551
(131,117,81)
#8F8262
(143,130,98)
#9B8F73
(155,143,115)
#A79C84
(167,156,132)
#B3A995
(179,169,149)
#BFB6A6
(191,182,166)
#CBC3B7
(203,195,183)
#D7D0C8
(215,208,200)
#E3DDD9
(227,221,217)
#EFEAEA
(239,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776840; }

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

This text font color is #776840.


Background Color

.myBgColor { background-color: #776840; }

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

This div background color is #776840.


Border color

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

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

This div border color is #776840.


Opacity

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

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

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

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

This text has shadow with #776840 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776840 on black background.


Color preview on white background

This text has color #776840 on white background.



Black color preview on #776840 background

This text has black color on #776840 background.


White color preview on #776840 background

This text has white color on #776840 background.