COLOR #776659

HEX: #776659
RGB: (119,102,89)

Color info

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

RGB color model

#776659 color RGB value is (119,102,89).

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

RGB channels and saturation

R 119 of 255 = 47%
G 102 of 255 = 40%
B 89 of 255 = 35%

119
102
89

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

Portions of RGB colors in percentages

R + G + B =
119 + 102 + 89 = 310 (100%)
R 119 of 310 ~ 38.39%
G 102 of 310 ~ 32.9%
B 89 of 310 ~ 28.71%

%38.39
%32.9
%28.71

CMYK color model

#776659 color CMYK value is (0,14,25,53).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 25.21%
  • key color value is 53.33%
CMYK:
(0,14,25,53)
C0M14Y25K53 
(0%,14%,25%,53%)
(0.00/0.14/0.25/0.53)	

CMYK percentages

%0
%14.29
%25.21
%53.33

Codes

Color #776659 in popluar color models

776659
RGB11910289
HSL26°14.42%40.78%
HSB/HSV26°25.21%46.67%
CMYK0.00%14.29%25.21%
53.33%

Color #776659 in popluar number systems.

HEX776659
Decimal11910289
Binary111011111001101011001
Octal167146131

Shades and tints

Shades of #776659

#776659
(119,102,89)
#6D5D51
(109,93,81)
#635449
(99,84,73)
#594B41
(89,75,65)
#4F4239
(79,66,57)
#453931
(69,57,49)
#3B3029
(59,48,41)
#312721
(49,39,33)
#271E19
(39,30,25)
#1D1511
(29,21,17)
#130C09
(19,12,9)
#000000
(0,0,0)

Tints of #776659

#776659
(119,102,89)
#837368
(131,115,104)
#8F8077
(143,128,119)
#9B8D86
(155,141,134)
#A79A95
(167,154,149)
#B3A7A4
(179,167,164)
#BFB4B3
(191,180,179)
#CBC1C2
(203,193,194)
#D7CED1
(215,206,209)
#E3DBE0
(227,219,224)
#EFE8EF
(239,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776659; }

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

This text font color is #776659.


Background Color

.myBgColor { background-color: #776659; }

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

This div background color is #776659.


Border color

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

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

This div border color is #776659.


Opacity

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

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

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

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

This text has shadow with #776659 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776659 on black background.


Color preview on white background

This text has color #776659 on white background.



Black color preview on #776659 background

This text has black color on #776659 background.


White color preview on #776659 background

This text has white color on #776659 background.