COLOR #776C5C

HEX: #776C5C
RGB: (119,108,92)

Color info

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

RGB color model

#776C5C color RGB value is (119,108,92).

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

RGB channels and saturation

R 119 of 255 = 47%
G 108 of 255 = 42%
B 92 of 255 = 36%

119
108
92

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

Portions of RGB colors in percentages

R + G + B =
119 + 108 + 92 = 319 (100%)
R 119 of 319 ~ 37.3%
G 108 of 319 ~ 33.86%
B 92 of 319 ~ 28.84%

%37.3
%33.86
%28.84

CMYK color model

#776C5C color CMYK value is (0,9,23,53).

  • cyan value is 0.00%
  • magenta value is 9.24%
  • yellow value is 22.69%
  • key color value is 53.33%
CMYK:
(0,9,23,53)
C0M9Y23K53 
(0%,9%,23%,53%)
(0.00/0.09/0.23/0.53)	

CMYK percentages

%0
%9.24
%22.69
%53.33

Codes

Color #776C5C in popluar color models

776C5C
RGB11910892
HSL36°12.80%41.37%
HSB/HSV36°22.69%46.67%
CMYK0.00%9.24%22.69%
53.33%

Color #776C5C in popluar number systems.

HEX776C5C
Decimal11910892
Binary111011111011001011100
Octal167154134

Shades and tints

Shades of #776C5C

#776C5C
(119,108,92)
#6D6354
(109,99,84)
#635A4C
(99,90,76)
#595144
(89,81,68)
#4F483C
(79,72,60)
#453F34
(69,63,52)
#3B362C
(59,54,44)
#312D24
(49,45,36)
#27241C
(39,36,28)
#1D1B14
(29,27,20)
#13120C
(19,18,12)
#000000
(0,0,0)

Tints of #776C5C

#776C5C
(119,108,92)
#83796A
(131,121,106)
#8F8678
(143,134,120)
#9B9386
(155,147,134)
#A7A094
(167,160,148)
#B3ADA2
(179,173,162)
#BFBAB0
(191,186,176)
#CBC7BE
(203,199,190)
#D7D4CC
(215,212,204)
#E3E1DA
(227,225,218)
#EFEEE8
(239,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776C5C; }

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

This text font color is #776C5C.


Background Color

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

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

This div background color is #776C5C.


Border color

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

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

This div border color is #776C5C.


Opacity

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

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

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

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

This text has shadow with #776C5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776C5C on black background.


Color preview on white background

This text has color #776C5C on white background.



Black color preview on #776C5C background

This text has black color on #776C5C background.


White color preview on #776C5C background

This text has white color on #776C5C background.