COLOR #776A45

HEX: #776A45
RGB: (119,106,69)

Color info

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

RGB color model

#776A45 color RGB value is (119,106,69).

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

RGB channels and saturation

R 119 of 255 = 47%
G 106 of 255 = 42%
B 69 of 255 = 27%

119
106
69

R + G + B ~ 39%. #776A45 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 106 + 69 = 294 (100%)
R 119 of 294 ~ 40.48%
G 106 of 294 ~ 36.05%
B 69 of 294 ~ 23.47%

%40.48
%36.05
%23.47

CMYK color model

#776A45 color CMYK value is (0,11,42,53).

  • cyan value is 0.00%
  • magenta value is 10.92%
  • yellow value is 42.02%
  • key color value is 53.33%
CMYK:
(0,11,42,53)
C0M11Y42K53 
(0%,11%,42%,53%)
(0.00/0.11/0.42/0.53)	

CMYK percentages

%0
%10.92
%42.02
%53.33

Codes

Color #776A45 in popluar color models

776A45
RGB11910669
HSL44°26.60%36.86%
HSB/HSV44°42.02%46.67%
CMYK0.00%10.92%42.02%
53.33%

Color #776A45 in popluar number systems.

HEX776A45
Decimal11910669
Binary111011111010101000101
Octal167152105

Shades and tints

Shades of #776A45

#776A45
(119,106,69)
#6D613F
(109,97,63)
#635839
(99,88,57)
#594F33
(89,79,51)
#4F462D
(79,70,45)
#453D27
(69,61,39)
#3B3421
(59,52,33)
#312B1B
(49,43,27)
#272215
(39,34,21)
#1D190F
(29,25,15)
#131009
(19,16,9)
#000000
(0,0,0)

Tints of #776A45

#776A45
(119,106,69)
#837755
(131,119,85)
#8F8465
(143,132,101)
#9B9175
(155,145,117)
#A79E85
(167,158,133)
#B3AB95
(179,171,149)
#BFB8A5
(191,184,165)
#CBC5B5
(203,197,181)
#D7D2C5
(215,210,197)
#E3DFD5
(227,223,213)
#EFECE5
(239,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776A45; }

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

This text font color is #776A45.


Background Color

.myBgColor { background-color: #776A45; }

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

This div background color is #776A45.


Border color

.myBorderColor { border: 1px solid #776A45; }

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

This div border color is #776A45.


Opacity

.myOpacity80 { color: #776A45; opacity: 0.8; }

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

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

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

This text has shadow with #776A45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776A45 on black background.


Color preview on white background

This text has color #776A45 on white background.



Black color preview on #776A45 background

This text has black color on #776A45 background.


White color preview on #776A45 background

This text has white color on #776A45 background.