COLOR #776455

HEX: #776455
RGB: (119,100,85)

Color info

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

RGB color model

#776455 color RGB value is (119,100,85).

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

RGB channels and saturation

R 119 of 255 = 47%
G 100 of 255 = 39%
B 85 of 255 = 33%

119
100
85

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

Portions of RGB colors in percentages

R + G + B =
119 + 100 + 85 = 304 (100%)
R 119 of 304 ~ 39.14%
G 100 of 304 ~ 32.89%
B 85 of 304 ~ 27.96%

%39.14
%32.89
%27.96

CMYK color model

#776455 color CMYK value is (0,16,29,53).

  • cyan value is 0.00%
  • magenta value is 15.97%
  • yellow value is 28.57%
  • key color value is 53.33%
CMYK:
(0,16,29,53)
C0M16Y29K53 
(0%,16%,29%,53%)
(0.00/0.16/0.29/0.53)	

CMYK percentages

%0
%15.97
%28.57
%53.33

Codes

Color #776455 in popluar color models

776455
RGB11910085
HSL26°16.67%40.00%
HSB/HSV26°28.57%46.67%
CMYK0.00%15.97%28.57%
53.33%

Color #776455 in popluar number systems.

HEX776455
Decimal11910085
Binary111011111001001010101
Octal167144125

Shades and tints

Shades of #776455

#776455
(119,100,85)
#6D5B4E
(109,91,78)
#635247
(99,82,71)
#594940
(89,73,64)
#4F4039
(79,64,57)
#453732
(69,55,50)
#3B2E2B
(59,46,43)
#312524
(49,37,36)
#271C1D
(39,28,29)
#1D1316
(29,19,22)
#130A0F
(19,10,15)
#000000
(0,0,0)

Tints of #776455

#776455
(119,100,85)
#837264
(131,114,100)
#8F8073
(143,128,115)
#9B8E82
(155,142,130)
#A79C91
(167,156,145)
#B3AAA0
(179,170,160)
#BFB8AF
(191,184,175)
#CBC6BE
(203,198,190)
#D7D4CD
(215,212,205)
#E3E2DC
(227,226,220)
#EFF0EB
(239,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776455; }

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

This text font color is #776455.


Background Color

.myBgColor { background-color: #776455; }

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

This div background color is #776455.


Border color

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

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

This div border color is #776455.


Opacity

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

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

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

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

This text has shadow with #776455 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776455 on black background.


Color preview on white background

This text has color #776455 on white background.



Black color preview on #776455 background

This text has black color on #776455 background.


White color preview on #776455 background

This text has white color on #776455 background.