COLOR #776C71

HEX: #776C71
RGB: (119,108,113)

Color info

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

RGB color model

#776C71 color RGB value is (119,108,113).

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

RGB channels and saturation

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

119
108
113

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

Portions of RGB colors in percentages

R + G + B =
119 + 108 + 113 = 340 (100%)
R 119 of 340 ~ 35%
G 108 of 340 ~ 31.76%
B 113 of 340 ~ 33.24%

%35
%31.76
%33.24

CMYK color model

#776C71 color CMYK value is (0,9,5,53).

  • cyan value is 0.00%
  • magenta value is 9.24%
  • yellow value is 5.04%
  • key color value is 53.33%
CMYK:
(0,9,5,53)
C0M9Y5K53 
(0%,9%,5%,53%)
(0.00/0.09/0.05/0.53)	

CMYK percentages

%0
%9.24
%5.04
%53.33

Codes

Color #776C71 in popluar color models

776C71
RGB119108113
HSL333°4.85%44.51%
HSB/HSV333°9.24%46.67%
CMYK0.00%9.24%5.04%
53.33%

Color #776C71 in popluar number systems.

HEX776C71
Decimal119108113
Binary111011111011001110001
Octal167154161

Shades and tints

Shades of #776C71

#776C71
(119,108,113)
#6D6367
(109,99,103)
#635A5D
(99,90,93)
#595153
(89,81,83)
#4F4849
(79,72,73)
#453F3F
(69,63,63)
#3B3635
(59,54,53)
#312D2B
(49,45,43)
#272421
(39,36,33)
#1D1B17
(29,27,23)
#13120D
(19,18,13)
#000000
(0,0,0)

Tints of #776C71

#776C71
(119,108,113)
#83797D
(131,121,125)
#8F8689
(143,134,137)
#9B9395
(155,147,149)
#A7A0A1
(167,160,161)
#B3ADAD
(179,173,173)
#BFBAB9
(191,186,185)
#CBC7C5
(203,199,197)
#D7D4D1
(215,212,209)
#E3E1DD
(227,225,221)
#EFEEE9
(239,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776C71; }

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

This text font color is #776C71.


Background Color

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

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

This div background color is #776C71.


Border color

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

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

This div border color is #776C71.


Opacity

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

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

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

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

This text has shadow with #776C71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776C71 on black background.


Color preview on white background

This text has color #776C71 on white background.



Black color preview on #776C71 background

This text has black color on #776C71 background.


White color preview on #776C71 background

This text has white color on #776C71 background.