COLOR #776955

HEX: #776955
RGB: (119,105,85)

Color info

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

RGB color model

#776955 color RGB value is (119,105,85).

  • red value is 119;
  • green value is 105;
  • blue value is 85.
RGB:
(119,105,85)
(47%,41%,33%)

RGB channels and saturation

R 119 of 255 = 47%
G 105 of 255 = 41%
B 85 of 255 = 33%

119
105
85

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

Portions of RGB colors in percentages

R + G + B =
119 + 105 + 85 = 309 (100%)
R 119 of 309 ~ 38.51%
G 105 of 309 ~ 33.98%
B 85 of 309 ~ 27.51%

%38.51
%33.98
%27.51

CMYK color model

#776955 color CMYK value is (0,12,29,53).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 28.57%
  • key color value is 53.33%
CMYK:
(0,12,29,53)
C0M12Y29K53 
(0%,12%,29%,53%)
(0.00/0.12/0.29/0.53)	

CMYK percentages

%0
%11.76
%28.57
%53.33

Codes

Color #776955 in popluar color models

776955
RGB11910585
HSL35°16.67%40.00%
HSB/HSV35°28.57%46.67%
CMYK0.00%11.76%28.57%
53.33%

Color #776955 in popluar number systems.

HEX776955
Decimal11910585
Binary111011111010011010101
Octal167151125

Shades and tints

Shades of #776955

#776955
(119,105,85)
#6D604E
(109,96,78)
#635747
(99,87,71)
#594E40
(89,78,64)
#4F4539
(79,69,57)
#453C32
(69,60,50)
#3B332B
(59,51,43)
#312A24
(49,42,36)
#27211D
(39,33,29)
#1D1816
(29,24,22)
#130F0F
(19,15,15)
#000000
(0,0,0)

Tints of #776955

#776955
(119,105,85)
#837664
(131,118,100)
#8F8373
(143,131,115)
#9B9082
(155,144,130)
#A79D91
(167,157,145)
#B3AAA0
(179,170,160)
#BFB7AF
(191,183,175)
#CBC4BE
(203,196,190)
#D7D1CD
(215,209,205)
#E3DEDC
(227,222,220)
#EFEBEB
(239,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776955; }

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

This text font color is #776955.


Background Color

.myBgColor { background-color: #776955; }

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

This div background color is #776955.


Border color

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

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

This div border color is #776955.


Opacity

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

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

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

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

This text has shadow with #776955 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776955 on black background.


Color preview on white background

This text has color #776955 on white background.



Black color preview on #776955 background

This text has black color on #776955 background.


White color preview on #776955 background

This text has white color on #776955 background.