COLOR #776C6B

HEX: #776C6B
RGB: (119,108,107)

Color info

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

RGB color model

#776C6B color RGB value is (119,108,107).

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

RGB channels and saturation

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

119
108
107

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

Portions of RGB colors in percentages

R + G + B =
119 + 108 + 107 = 334 (100%)
R 119 of 334 ~ 35.63%
G 108 of 334 ~ 32.34%
B 107 of 334 ~ 32.04%

%35.63
%32.34
%32.04

CMYK color model

#776C6B color CMYK value is (0,9,10,53).

  • cyan value is 0.00%
  • magenta value is 9.24%
  • yellow value is 10.08%
  • key color value is 53.33%
CMYK:
(0,9,10,53)
C0M9Y10K53 
(0%,9%,10%,53%)
(0.00/0.09/0.10/0.53)	

CMYK percentages

%0
%9.24
%10.08
%53.33

Codes

Color #776C6B in popluar color models

776C6B
RGB119108107
HSL5.31%44.31%
HSB/HSV10.08%46.67%
CMYK0.00%9.24%10.08%
53.33%

Color #776C6B in popluar number systems.

HEX776C6B
Decimal119108107
Binary111011111011001101011
Octal167154153

Shades and tints

Shades of #776C6B

#776C6B
(119,108,107)
#6D6362
(109,99,98)
#635A59
(99,90,89)
#595150
(89,81,80)
#4F4847
(79,72,71)
#453F3E
(69,63,62)
#3B3635
(59,54,53)
#312D2C
(49,45,44)
#272423
(39,36,35)
#1D1B1A
(29,27,26)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #776C6B

#776C6B
(119,108,107)
#837978
(131,121,120)
#8F8685
(143,134,133)
#9B9392
(155,147,146)
#A7A09F
(167,160,159)
#B3ADAC
(179,173,172)
#BFBAB9
(191,186,185)
#CBC7C6
(203,199,198)
#D7D4D3
(215,212,211)
#E3E1E0
(227,225,224)
#EFEEED
(239,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776C6B; }

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

This text font color is #776C6B.


Background Color

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

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

This div background color is #776C6B.


Border color

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

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

This div border color is #776C6B.


Opacity

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

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

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

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

This text has shadow with #776C6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776C6B on black background.


Color preview on white background

This text has color #776C6B on white background.



Black color preview on #776C6B background

This text has black color on #776C6B background.


White color preview on #776C6B background

This text has white color on #776C6B background.