COLOR #776C7F

HEX: #776C7F
RGB: (119,108,127)

Color info

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

RGB color model

#776C7F color RGB value is (119,108,127).

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

RGB channels and saturation

R 119 of 255 = 47%
G 108 of 255 = 42%
B 127 of 255 = 50%

119
108
127

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

Portions of RGB colors in percentages

R + G + B =
119 + 108 + 127 = 354 (100%)
R 119 of 354 ~ 33.62%
G 108 of 354 ~ 30.51%
B 127 of 354 ~ 35.88%

%33.62
%30.51
%35.88

CMYK color model

#776C7F color CMYK value is (6,15,0,50).

  • cyan value is 6.30%
  • magenta value is 14.96%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(6,15,0,50)
C6M15Y0K50 
(6%,15%,0%,50%)
(0.06/0.15/0.00/0.50)	

CMYK percentages

%6.3
%14.96
%0
%50.2

Codes

Color #776C7F in popluar color models

776C7F
RGB119108127
HSL275°8.09%46.08%
HSB/HSV275°14.96%49.80%
CMYK6.30%14.96%0.00%
50.20%

Color #776C7F in popluar number systems.

HEX776C7F
Decimal119108127
Binary111011111011001111111
Octal167154177

Shades and tints

Shades of #776C7F

#776C7F
(119,108,127)
#6D6374
(109,99,116)
#635A69
(99,90,105)
#59515E
(89,81,94)
#4F4853
(79,72,83)
#453F48
(69,63,72)
#3B363D
(59,54,61)
#312D32
(49,45,50)
#272427
(39,36,39)
#1D1B1C
(29,27,28)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #776C7F

#776C7F
(119,108,127)
#83798A
(131,121,138)
#8F8695
(143,134,149)
#9B93A0
(155,147,160)
#A7A0AB
(167,160,171)
#B3ADB6
(179,173,182)
#BFBAC1
(191,186,193)
#CBC7CC
(203,199,204)
#D7D4D7
(215,212,215)
#E3E1E2
(227,225,226)
#EFEEED
(239,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776C7F; }

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

This text font color is #776C7F.


Background Color

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

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

This div background color is #776C7F.


Border color

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

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

This div border color is #776C7F.


Opacity

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

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

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

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

This text has shadow with #776C7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776C7F on black background.


Color preview on white background

This text has color #776C7F on white background.



Black color preview on #776C7F background

This text has black color on #776C7F background.


White color preview on #776C7F background

This text has white color on #776C7F background.