COLOR #776557

HEX: #776557
RGB: (119,101,87)

Color info

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

RGB color model

#776557 color RGB value is (119,101,87).

  • red value is 119;
  • green value is 101;
  • blue value is 87.
RGB:
(119,101,87)
(47%,40%,34%)

RGB channels and saturation

R 119 of 255 = 47%
G 101 of 255 = 40%
B 87 of 255 = 34%

119
101
87

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

Portions of RGB colors in percentages

R + G + B =
119 + 101 + 87 = 307 (100%)
R 119 of 307 ~ 38.76%
G 101 of 307 ~ 32.9%
B 87 of 307 ~ 28.34%

%38.76
%32.9
%28.34

CMYK color model

#776557 color CMYK value is (0,15,27,53).

  • cyan value is 0.00%
  • magenta value is 15.13%
  • yellow value is 26.89%
  • key color value is 53.33%
CMYK:
(0,15,27,53)
C0M15Y27K53 
(0%,15%,27%,53%)
(0.00/0.15/0.27/0.53)	

CMYK percentages

%0
%15.13
%26.89
%53.33

Codes

Color #776557 in popluar color models

776557
RGB11910187
HSL26°15.53%40.39%
HSB/HSV26°26.89%46.67%
CMYK0.00%15.13%26.89%
53.33%

Color #776557 in popluar number systems.

HEX776557
Decimal11910187
Binary111011111001011010111
Octal167145127

Shades and tints

Shades of #776557

#776557
(119,101,87)
#6D5C50
(109,92,80)
#635349
(99,83,73)
#594A42
(89,74,66)
#4F413B
(79,65,59)
#453834
(69,56,52)
#3B2F2D
(59,47,45)
#312626
(49,38,38)
#271D1F
(39,29,31)
#1D1418
(29,20,24)
#130B11
(19,11,17)
#000000
(0,0,0)

Tints of #776557

#776557
(119,101,87)
#837366
(131,115,102)
#8F8175
(143,129,117)
#9B8F84
(155,143,132)
#A79D93
(167,157,147)
#B3ABA2
(179,171,162)
#BFB9B1
(191,185,177)
#CBC7C0
(203,199,192)
#D7D5CF
(215,213,207)
#E3E3DE
(227,227,222)
#EFF1ED
(239,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776557 color. Also use rgb(119,101,87) instead hex code.

Text Font Color

.myTextColor { color: #776557; }

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

This text font color is #776557.


Background Color

.myBgColor { background-color: #776557; }

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

This div background color is #776557.


Border color

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

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

This div border color is #776557.


Opacity

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

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

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

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

This text has shadow with #776557 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776557 on black background.


Color preview on white background

This text has color #776557 on white background.



Black color preview on #776557 background

This text has black color on #776557 background.


White color preview on #776557 background

This text has white color on #776557 background.