COLOR #776C78

HEX: #776C78 RGB: (119,108,120)

Color info

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

RGB color model

#776C78 color RGB value is (119,108,120).

RGB: (119,108,120) (47%, 42%, 47%)

RGB channels and saturation

R 119 of 255 = 47%
G 108 of 255 = 42%
B 120 of 255 = 47%

119
108
120

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

Portions of RGB colors in percentages

R + G + B = 119 + 108 + 120 = 347 (100%)
R 119 of 347 ~ 34.29%
G 108 of 347 ~ 31.12%
B 120 of 347 ~ 34.58'%

%34.29
%31.12
%34.58

CMYK color model

#776C78 color CMYK value is (1,10,0,53).

  • cyan value is 0.83%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (1,10,0,53)
C1M10Y0K53 (1%, 10%, 0%, 53%)
(0.01 / 0.10 / 0.00 / 0.53)

CMYK percentages

%0.83
%10
%0
%52.94

Codes

Color #776C78 in popluar color models

77 6C 78
RGB 119 108 120
HSL 295° 5.26% 44.71%
HSB/HSV 295° 10.00% 47.06%
CMYK 0.83% 10.00% 0.00%
52.94%

Color #776C78 in popluar number systems.

HEX 77 6C 78
Decimal 119 108 120
Binary 1110111 1101100 1111000
Octal 167 154 170

Shades and tints

Shades of #776C78

#776C78
(119,108,120)
#6D636E
(109,99,110)
#635A64
(99,90,100)
#59515A
(89,81,90)
#4F4850
(79,72,80)
#453F46
(69,63,70)
#3B363C
(59,54,60)
#312D32
(49,45,50)
#272428
(39,36,40)
#1D1B1E
(29,27,30)
#131214
(19,18,20)
#000000
(0,0,0)

Tints of #776C78

#776C78
(119,108,120)
#837984
(131,121,132)
#8F8690
(143,134,144)
#9B939C
(155,147,156)
#A7A0A8
(167,160,168)
#B3ADB4
(179,173,180)
#BFBAC0
(191,186,192)
#CBC7CC
(203,199,204)
#D7D4D8
(215,212,216)
#E3E1E4
(227,225,228)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776C78; }

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

This text font color is #776C78.

Background Color

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

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

This div background color is #776C78.

Border color

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

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

This div border color is #776C78.

Opacity

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

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

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

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

This text has shadow with #776C78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #776C78.

Preview

Color preview on black background

This text has color #776C78 on black background.


Color preview on white background

This text has color #776C78 on white background.


Black color preview on #776C78 background

This text has black color on #776C78 background.


White color preview on #776C78 background

This text has white color on #776C78 background.


Related colors

Complementary color

Complementary color for #hex is #889387.


I love getcolorcode.com

Triadic colors

1 #78776C and #6C7877 with #776C78 are triadic colors.

2 #786C77 and #6C7778 with #776C78 are triadic colors.