COLOR #776760

HEX: #776760
RGB: (119,103,96)

Color info

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

RGB color model

#776760 color RGB value is (119,103,96).

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

RGB channels and saturation

R 119 of 255 = 47%
G 103 of 255 = 40%
B 96 of 255 = 38%

119
103
96

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

Portions of RGB colors in percentages

R + G + B =
119 + 103 + 96 = 318 (100%)
R 119 of 318 ~ 37.42%
G 103 of 318 ~ 32.39%
B 96 of 318 ~ 30.19%

%37.42
%32.39
%30.19

CMYK color model

#776760 color CMYK value is (0,13,19,53).

  • cyan value is 0.00%
  • magenta value is 13.45%
  • yellow value is 19.33%
  • key color value is 53.33%
CMYK:
(0,13,19,53)
C0M13Y19K53 
(0%,13%,19%,53%)
(0.00/0.13/0.19/0.53)	

CMYK percentages

%0
%13.45
%19.33
%53.33

Codes

Color #776760 in popluar color models

776760
RGB11910396
HSL18°10.70%42.16%
HSB/HSV18°19.33%46.67%
CMYK0.00%13.45%19.33%
53.33%

Color #776760 in popluar number systems.

HEX776760
Decimal11910396
Binary111011111001111100000
Octal167147140

Shades and tints

Shades of #776760

#776760
(119,103,96)
#6D5E58
(109,94,88)
#635550
(99,85,80)
#594C48
(89,76,72)
#4F4340
(79,67,64)
#453A38
(69,58,56)
#3B3130
(59,49,48)
#312828
(49,40,40)
#271F20
(39,31,32)
#1D1618
(29,22,24)
#130D10
(19,13,16)
#000000
(0,0,0)

Tints of #776760

#776760
(119,103,96)
#83746E
(131,116,110)
#8F817C
(143,129,124)
#9B8E8A
(155,142,138)
#A79B98
(167,155,152)
#B3A8A6
(179,168,166)
#BFB5B4
(191,181,180)
#CBC2C2
(203,194,194)
#D7CFD0
(215,207,208)
#E3DCDE
(227,220,222)
#EFE9EC
(239,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776760; }

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

This text font color is #776760.


Background Color

.myBgColor { background-color: #776760; }

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

This div background color is #776760.


Border color

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

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

This div border color is #776760.


Opacity

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

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

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

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

This text has shadow with #776760 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776760 on black background.


Color preview on white background

This text has color #776760 on white background.



Black color preview on #776760 background

This text has black color on #776760 background.


White color preview on #776760 background

This text has white color on #776760 background.