COLOR #776B59

HEX: #776B59
RGB: (119,107,89)

Color info

#776B59 contains red, green and blue colors in about the same proportion. Web safe color of #776B59 is #666666 (or #666).

RGB color model

#776B59 color RGB value is (119,107,89).

  • red value is 119;
  • green value is 107;
  • blue value is 89.
RGB:
(119,107,89)
(47%,42%,35%)

RGB channels and saturation

R 119 of 255 = 47%
G 107 of 255 = 42%
B 89 of 255 = 35%

119
107
89

R + G + B ~ 41%. #776B59 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 107 + 89 = 315 (100%)
R 119 of 315 ~ 37.78%
G 107 of 315 ~ 33.97%
B 89 of 315 ~ 28.25%

%37.78
%33.97
%28.25

CMYK color model

#776B59 color CMYK value is (0,10,25,53).

  • cyan value is 0.00%
  • magenta value is 10.08%
  • yellow value is 25.21%
  • key color value is 53.33%
CMYK:
(0,10,25,53)
C0M10Y25K53 
(0%,10%,25%,53%)
(0.00/0.10/0.25/0.53)	

CMYK percentages

%0
%10.08
%25.21
%53.33

Codes

Color #776B59 in popluar color models

776B59
RGB11910789
HSL36°14.42%40.78%
HSB/HSV36°25.21%46.67%
CMYK0.00%10.08%25.21%
53.33%

Color #776B59 in popluar number systems.

HEX776B59
Decimal11910789
Binary111011111010111011001
Octal167153131

Shades and tints

Shades of #776B59

#776B59
(119,107,89)
#6D6251
(109,98,81)
#635949
(99,89,73)
#595041
(89,80,65)
#4F4739
(79,71,57)
#453E31
(69,62,49)
#3B3529
(59,53,41)
#312C21
(49,44,33)
#272319
(39,35,25)
#1D1A11
(29,26,17)
#131109
(19,17,9)
#000000
(0,0,0)

Tints of #776B59

#776B59
(119,107,89)
#837868
(131,120,104)
#8F8577
(143,133,119)
#9B9286
(155,146,134)
#A79F95
(167,159,149)
#B3ACA4
(179,172,164)
#BFB9B3
(191,185,179)
#CBC6C2
(203,198,194)
#D7D3D1
(215,211,209)
#E3E0E0
(227,224,224)
#EFEDEF
(239,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776B59 color. Also use rgb(119,107,89) instead hex code.

Text Font Color

.myTextColor { color: #776B59; }

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

This text font color is #776B59.


Background Color

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

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

This div background color is #776B59.


Border color

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

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

This div border color is #776B59.


Opacity

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

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

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

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

This text has shadow with #776B59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776B59 on black background.


Color preview on white background

This text has color #776B59 on white background.



Black color preview on #776B59 background

This text has black color on #776B59 background.


White color preview on #776B59 background

This text has white color on #776B59 background.