COLOR #776C60

HEX: #776C60
RGB: (119,108,96)

Color info

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

RGB color model

#776C60 color RGB value is (119,108,96).

  • red value is 119;
  • green value is 108;
  • blue value is 96.
RGB:
(119,108,96)
(47%,42%,38%)

RGB channels and saturation

R 119 of 255 = 47%
G 108 of 255 = 42%
B 96 of 255 = 38%

119
108
96

R + G + B ~ 42%. #776C60 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 108 + 96 = 323 (100%)
R 119 of 323 ~ 36.84%
G 108 of 323 ~ 33.44%
B 96 of 323 ~ 29.72%

%36.84
%33.44
%29.72

CMYK color model

#776C60 color CMYK value is (0,9,19,53).

  • cyan value is 0.00%
  • magenta value is 9.24%
  • yellow value is 19.33%
  • key color value is 53.33%
CMYK:
(0,9,19,53)
C0M9Y19K53 
(0%,9%,19%,53%)
(0.00/0.09/0.19/0.53)	

CMYK percentages

%0
%9.24
%19.33
%53.33

Codes

Color #776C60 in popluar color models

776C60
RGB11910896
HSL31°10.70%42.16%
HSB/HSV31°19.33%46.67%
CMYK0.00%9.24%19.33%
53.33%

Color #776C60 in popluar number systems.

HEX776C60
Decimal11910896
Binary111011111011001100000
Octal167154140

Shades and tints

Shades of #776C60

#776C60
(119,108,96)
#6D6358
(109,99,88)
#635A50
(99,90,80)
#595148
(89,81,72)
#4F4840
(79,72,64)
#453F38
(69,63,56)
#3B3630
(59,54,48)
#312D28
(49,45,40)
#272420
(39,36,32)
#1D1B18
(29,27,24)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #776C60

#776C60
(119,108,96)
#83796E
(131,121,110)
#8F867C
(143,134,124)
#9B938A
(155,147,138)
#A7A098
(167,160,152)
#B3ADA6
(179,173,166)
#BFBAB4
(191,186,180)
#CBC7C2
(203,199,194)
#D7D4D0
(215,212,208)
#E3E1DE
(227,225,222)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776C60 color. Also use rgb(119,108,96) instead hex code.

Text Font Color

.myTextColor { color: #776C60; }

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

This text font color is #776C60.


Background Color

.myBgColor { background-color: #776C60; }

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

This div background color is #776C60.


Border color

.myBorderColor { border: 1px solid #776C60; }

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

This div border color is #776C60.


Opacity

.myOpacity80 { color: #776C60; opacity: 0.8; }

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

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

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

This text has shadow with #776C60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776C60 on black background.


Color preview on white background

This text has color #776C60 on white background.



Black color preview on #776C60 background

This text has black color on #776C60 background.


White color preview on #776C60 background

This text has white color on #776C60 background.