COLOR #776555

HEX: #776555 RGB: (119,101,85)

Color info

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

RGB color model

#776555 color RGB value is (119,101,85).

RGB: (119,101,85) (47%, 40%, 33%)

RGB channels and saturation

R 119 of 255 = 47%
G 101 of 255 = 40%
B 85 of 255 = 33%

119
101
85

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

Portions of RGB colors in percentages

R + G + B = 119 + 101 + 85 = 305 (100%)
R 119 of 305 ~ 39.02%
G 101 of 305 ~ 33.11%
B 85 of 305 ~ 27.87'%

%39.02
%33.11
%27.87

CMYK color model

#776555 color CMYK value is (0,15,29,53).

  • cyan value is 0.00%
  • magenta value is 15.13%
  • yellow value is 28.57%
  • key color value is 53.33%

CMYK: (0,15,29,53)
C0M15Y29K53 (0%, 15%, 29%, 53%)
(0.00 / 0.15 / 0.29 / 0.53)

CMYK percentages

%0
%15.13
%28.57
%53.33

Codes

Color #776555 in popluar color models

77 65 55
RGB 119 101 85
HSL 28° 16.67% 40.00%
HSB/HSV 28° 28.57% 46.67%
CMYK 0.00% 15.13% 28.57%
53.33%

Color #776555 in popluar number systems.

HEX 77 65 55
Decimal 119 101 85
Binary 1110111 1100101 1010101
Octal 167 145 125

Shades and tints

Shades of #776555

#776555
(119,101,85)
#6D5C4E
(109,92,78)
#635347
(99,83,71)
#594A40
(89,74,64)
#4F4139
(79,65,57)
#453832
(69,56,50)
#3B2F2B
(59,47,43)
#312624
(49,38,36)
#271D1D
(39,29,29)
#1D1416
(29,20,22)
#130B0F
(19,11,15)
#000000
(0,0,0)

Tints of #776555

#776555
(119,101,85)
#837364
(131,115,100)
#8F8173
(143,129,115)
#9B8F82
(155,143,130)
#A79D91
(167,157,145)
#B3ABA0
(179,171,160)
#BFB9AF
(191,185,175)
#CBC7BE
(203,199,190)
#D7D5CD
(215,213,205)
#E3E3DC
(227,227,220)
#EFF1EB
(239,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776555; }

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

This text font color is #776555.

Background Color

.myBgColor { background-color: #776555; }

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

This div background color is #776555.

Border color

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

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

This div border color is #776555.

Opacity

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

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

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

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

This text has shadow with #776555 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #776555.

Preview

Color preview on black background

This text has color #776555 on black background.


Color preview on white background

This text has color #776555 on white background.


Black color preview on #776555 background

This text has black color on #776555 background.


White color preview on #776555 background

This text has white color on #776555 background.


Related colors

Complementary color

Complementary color for #hex is #889AAA.


I love getcolorcode.com

Triadic colors

1 #557765 and #655577 with #776555 are triadic colors.

2 #556577 and #657755 with #776555 are triadic colors.