COLOR #776D78

HEX: #776D78
RGB: (119,109,120)

Color info

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

RGB color model

#776D78 color RGB value is (119,109,120).

  • red value is 119;
  • green value is 109;
  • blue value is 120.
RGB:
(119,109,120)
(47%,43%,47%)

RGB channels and saturation

R 119 of 255 = 47%
G 109 of 255 = 43%
B 120 of 255 = 47%

119
109
120

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

Portions of RGB colors in percentages

R + G + B =
119 + 109 + 120 = 348 (100%)
R 119 of 348 ~ 34.2%
G 109 of 348 ~ 31.32%
B 120 of 348 ~ 34.48%

%34.2
%31.32
%34.48

CMYK color model

#776D78 color CMYK value is (1,9,0,53).

  • cyan value is 0.83%
  • magenta value is 9.17%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(1,9,0,53)
C1M9Y0K53 
(1%,9%,0%,53%)
(0.01/0.09/0.00/0.53)	

CMYK percentages

%0.83
%9.17
%0
%52.94

Codes

Color #776D78 in popluar color models

776D78
RGB119109120
HSL295°4.80%44.90%
HSB/HSV295°9.17%47.06%
CMYK0.83%9.17%0.00%
52.94%

Color #776D78 in popluar number systems.

HEX776D78
Decimal119109120
Binary111011111011011111000
Octal167155170

Shades and tints

Shades of #776D78

#776D78
(119,109,120)
#6D646E
(109,100,110)
#635B64
(99,91,100)
#59525A
(89,82,90)
#4F4950
(79,73,80)
#454046
(69,64,70)
#3B373C
(59,55,60)
#312E32
(49,46,50)
#272528
(39,37,40)
#1D1C1E
(29,28,30)
#131314
(19,19,20)
#000000
(0,0,0)

Tints of #776D78

#776D78
(119,109,120)
#837A84
(131,122,132)
#8F8790
(143,135,144)
#9B949C
(155,148,156)
#A7A1A8
(167,161,168)
#B3AEB4
(179,174,180)
#BFBBC0
(191,187,192)
#CBC8CC
(203,200,204)
#D7D5D8
(215,213,216)
#E3E2E4
(227,226,228)
#EFEFF0
(239,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776D78 color. Also use rgb(119,109,120) instead hex code.

Text Font Color

.myTextColor { color: #776D78; }

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

This text font color is #776D78.


Background Color

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

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

This div background color is #776D78.


Border color

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

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

This div border color is #776D78.


Opacity

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

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

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

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

This text has shadow with #776D78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776D78 on black background.


Color preview on white background

This text has color #776D78 on white background.



Black color preview on #776D78 background

This text has black color on #776D78 background.


White color preview on #776D78 background

This text has white color on #776D78 background.