COLOR #776244

HEX: #776244
RGB: (119,98,68)

Color info

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

RGB color model

#776244 color RGB value is (119,98,68).

  • red value is 119;
  • green value is 98;
  • blue value is 68.
RGB:
(119,98,68)
(47%,38%,27%)

RGB channels and saturation

R 119 of 255 = 47%
G 98 of 255 = 38%
B 68 of 255 = 27%

119
98
68

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

Portions of RGB colors in percentages

R + G + B =
119 + 98 + 68 = 285 (100%)
R 119 of 285 ~ 41.75%
G 98 of 285 ~ 34.39%
B 68 of 285 ~ 23.86%

%41.75
%34.39
%23.86

CMYK color model

#776244 color CMYK value is (0,18,43,53).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 42.86%
  • key color value is 53.33%
CMYK:
(0,18,43,53)
C0M18Y43K53 
(0%,18%,43%,53%)
(0.00/0.18/0.43/0.53)	

CMYK percentages

%0
%17.65
%42.86
%53.33

Codes

Color #776244 in popluar color models

776244
RGB1199868
HSL35°27.27%36.67%
HSB/HSV35°42.86%46.67%
CMYK0.00%17.65%42.86%
53.33%

Color #776244 in popluar number systems.

HEX776244
Decimal1199868
Binary111011111000101000100
Octal167142104

Shades and tints

Shades of #776244

#776244
(119,98,68)
#6D5A3E
(109,90,62)
#635238
(99,82,56)
#594A32
(89,74,50)
#4F422C
(79,66,44)
#453A26
(69,58,38)
#3B3220
(59,50,32)
#312A1A
(49,42,26)
#272214
(39,34,20)
#1D1A0E
(29,26,14)
#131208
(19,18,8)
#000000
(0,0,0)

Tints of #776244

#776244
(119,98,68)
#837055
(131,112,85)
#8F7E66
(143,126,102)
#9B8C77
(155,140,119)
#A79A88
(167,154,136)
#B3A899
(179,168,153)
#BFB6AA
(191,182,170)
#CBC4BB
(203,196,187)
#D7D2CC
(215,210,204)
#E3E0DD
(227,224,221)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776244 color. Also use rgb(119,98,68) instead hex code.

Text Font Color

.myTextColor { color: #776244; }

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

This text font color is #776244.


Background Color

.myBgColor { background-color: #776244; }

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

This div background color is #776244.


Border color

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

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

This div border color is #776244.


Opacity

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

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

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

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

This text has shadow with #776244 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776244 on black background.


Color preview on white background

This text has color #776244 on white background.



Black color preview on #776244 background

This text has black color on #776244 background.


White color preview on #776244 background

This text has white color on #776244 background.