COLOR #776645

HEX: #776645
RGB: (119,102,69)

Color info

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

RGB color model

#776645 color RGB value is (119,102,69).

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

RGB channels and saturation

R 119 of 255 = 47%
G 102 of 255 = 40%
B 69 of 255 = 27%

119
102
69

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

Portions of RGB colors in percentages

R + G + B =
119 + 102 + 69 = 290 (100%)
R 119 of 290 ~ 41.03%
G 102 of 290 ~ 35.17%
B 69 of 290 ~ 23.79%

%41.03
%35.17
%23.79

CMYK color model

#776645 color CMYK value is (0,14,42,53).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 42.02%
  • key color value is 53.33%
CMYK:
(0,14,42,53)
C0M14Y42K53 
(0%,14%,42%,53%)
(0.00/0.14/0.42/0.53)	

CMYK percentages

%0
%14.29
%42.02
%53.33

Codes

Color #776645 in popluar color models

776645
RGB11910269
HSL40°26.60%36.86%
HSB/HSV40°42.02%46.67%
CMYK0.00%14.29%42.02%
53.33%

Color #776645 in popluar number systems.

HEX776645
Decimal11910269
Binary111011111001101000101
Octal167146105

Shades and tints

Shades of #776645

#776645
(119,102,69)
#6D5D3F
(109,93,63)
#635439
(99,84,57)
#594B33
(89,75,51)
#4F422D
(79,66,45)
#453927
(69,57,39)
#3B3021
(59,48,33)
#31271B
(49,39,27)
#271E15
(39,30,21)
#1D150F
(29,21,15)
#130C09
(19,12,9)
#000000
(0,0,0)

Tints of #776645

#776645
(119,102,69)
#837355
(131,115,85)
#8F8065
(143,128,101)
#9B8D75
(155,141,117)
#A79A85
(167,154,133)
#B3A795
(179,167,149)
#BFB4A5
(191,180,165)
#CBC1B5
(203,193,181)
#D7CEC5
(215,206,197)
#E3DBD5
(227,219,213)
#EFE8E5
(239,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776645; }

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

This text font color is #776645.


Background Color

.myBgColor { background-color: #776645; }

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

This div background color is #776645.


Border color

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

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

This div border color is #776645.


Opacity

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

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

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

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

This text has shadow with #776645 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776645 on black background.


Color preview on white background

This text has color #776645 on white background.



Black color preview on #776645 background

This text has black color on #776645 background.


White color preview on #776645 background

This text has white color on #776645 background.