COLOR #776C6F

HEX: #776C6F
RGB: (119,108,111)

Color info

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

RGB color model

#776C6F color RGB value is (119,108,111).

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

RGB channels and saturation

R 119 of 255 = 47%
G 108 of 255 = 42%
B 111 of 255 = 44%

119
108
111

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

Portions of RGB colors in percentages

R + G + B =
119 + 108 + 111 = 338 (100%)
R 119 of 338 ~ 35.21%
G 108 of 338 ~ 31.95%
B 111 of 338 ~ 32.84%

%35.21
%31.95
%32.84

CMYK color model

#776C6F color CMYK value is (0,9,7,53).

  • cyan value is 0.00%
  • magenta value is 9.24%
  • yellow value is 6.72%
  • key color value is 53.33%
CMYK:
(0,9,7,53)
C0M9Y7K53 
(0%,9%,7%,53%)
(0.00/0.09/0.07/0.53)	

CMYK percentages

%0
%9.24
%6.72
%53.33

Codes

Color #776C6F in popluar color models

776C6F
RGB119108111
HSL344°4.85%44.51%
HSB/HSV344°9.24%46.67%
CMYK0.00%9.24%6.72%
53.33%

Color #776C6F in popluar number systems.

HEX776C6F
Decimal119108111
Binary111011111011001101111
Octal167154157

Shades and tints

Shades of #776C6F

#776C6F
(119,108,111)
#6D6365
(109,99,101)
#635A5B
(99,90,91)
#595151
(89,81,81)
#4F4847
(79,72,71)
#453F3D
(69,63,61)
#3B3633
(59,54,51)
#312D29
(49,45,41)
#27241F
(39,36,31)
#1D1B15
(29,27,21)
#13120B
(19,18,11)
#000000
(0,0,0)

Tints of #776C6F

#776C6F
(119,108,111)
#83797C
(131,121,124)
#8F8689
(143,134,137)
#9B9396
(155,147,150)
#A7A0A3
(167,160,163)
#B3ADB0
(179,173,176)
#BFBABD
(191,186,189)
#CBC7CA
(203,199,202)
#D7D4D7
(215,212,215)
#E3E1E4
(227,225,228)
#EFEEF1
(239,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776C6F; }

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

This text font color is #776C6F.


Background Color

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

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

This div background color is #776C6F.


Border color

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

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

This div border color is #776C6F.


Opacity

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

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

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

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

This text has shadow with #776C6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776C6F on black background.


Color preview on white background

This text has color #776C6F on white background.



Black color preview on #776C6F background

This text has black color on #776C6F background.


White color preview on #776C6F background

This text has white color on #776C6F background.