COLOR #776A60

HEX: #776A60
RGB: (119,106,96)

Color info

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

RGB color model

#776A60 color RGB value is (119,106,96).

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

RGB channels and saturation

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

119
106
96

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

Portions of RGB colors in percentages

R + G + B =
119 + 106 + 96 = 321 (100%)
R 119 of 321 ~ 37.07%
G 106 of 321 ~ 33.02%
B 96 of 321 ~ 29.91%

%37.07
%33.02
%29.91

CMYK color model

#776A60 color CMYK value is (0,11,19,53).

  • cyan value is 0.00%
  • magenta value is 10.92%
  • yellow value is 19.33%
  • key color value is 53.33%
CMYK:
(0,11,19,53)
C0M11Y19K53 
(0%,11%,19%,53%)
(0.00/0.11/0.19/0.53)	

CMYK percentages

%0
%10.92
%19.33
%53.33

Codes

Color #776A60 in popluar color models

776A60
RGB11910696
HSL26°10.70%42.16%
HSB/HSV26°19.33%46.67%
CMYK0.00%10.92%19.33%
53.33%

Color #776A60 in popluar number systems.

HEX776A60
Decimal11910696
Binary111011111010101100000
Octal167152140

Shades and tints

Shades of #776A60

#776A60
(119,106,96)
#6D6158
(109,97,88)
#635850
(99,88,80)
#594F48
(89,79,72)
#4F4640
(79,70,64)
#453D38
(69,61,56)
#3B3430
(59,52,48)
#312B28
(49,43,40)
#272220
(39,34,32)
#1D1918
(29,25,24)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #776A60

#776A60
(119,106,96)
#83776E
(131,119,110)
#8F847C
(143,132,124)
#9B918A
(155,145,138)
#A79E98
(167,158,152)
#B3ABA6
(179,171,166)
#BFB8B4
(191,184,180)
#CBC5C2
(203,197,194)
#D7D2D0
(215,210,208)
#E3DFDE
(227,223,222)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776A60; }

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

This text font color is #776A60.


Background Color

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

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

This div background color is #776A60.


Border color

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

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

This div border color is #776A60.


Opacity

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

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

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

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

This text has shadow with #776A60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776A60 on black background.


Color preview on white background

This text has color #776A60 on white background.



Black color preview on #776A60 background

This text has black color on #776A60 background.


White color preview on #776A60 background

This text has white color on #776A60 background.