COLOR #776E71

HEX: #776E71
RGB: (119,110,113)

Color info

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

RGB color model

#776E71 color RGB value is (119,110,113).

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

RGB channels and saturation

R 119 of 255 = 47%
G 110 of 255 = 43%
B 113 of 255 = 44%

119
110
113

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

Portions of RGB colors in percentages

R + G + B =
119 + 110 + 113 = 342 (100%)
R 119 of 342 ~ 34.8%
G 110 of 342 ~ 32.16%
B 113 of 342 ~ 33.04%

%34.8
%32.16
%33.04

CMYK color model

#776E71 color CMYK value is (0,8,5,53).

  • cyan value is 0.00%
  • magenta value is 7.56%
  • yellow value is 5.04%
  • key color value is 53.33%
CMYK:
(0,8,5,53)
C0M8Y5K53 
(0%,8%,5%,53%)
(0.00/0.08/0.05/0.53)	

CMYK percentages

%0
%7.56
%5.04
%53.33

Codes

Color #776E71 in popluar color models

776E71
RGB119110113
HSL340°3.93%44.90%
HSB/HSV340°7.56%46.67%
CMYK0.00%7.56%5.04%
53.33%

Color #776E71 in popluar number systems.

HEX776E71
Decimal119110113
Binary111011111011101110001
Octal167156161

Shades and tints

Shades of #776E71

#776E71
(119,110,113)
#6D6467
(109,100,103)
#635A5D
(99,90,93)
#595053
(89,80,83)
#4F4649
(79,70,73)
#453C3F
(69,60,63)
#3B3235
(59,50,53)
#31282B
(49,40,43)
#271E21
(39,30,33)
#1D1417
(29,20,23)
#130A0D
(19,10,13)
#000000
(0,0,0)

Tints of #776E71

#776E71
(119,110,113)
#837B7D
(131,123,125)
#8F8889
(143,136,137)
#9B9595
(155,149,149)
#A7A2A1
(167,162,161)
#B3AFAD
(179,175,173)
#BFBCB9
(191,188,185)
#CBC9C5
(203,201,197)
#D7D6D1
(215,214,209)
#E3E3DD
(227,227,221)
#EFF0E9
(239,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776E71; }

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

This text font color is #776E71.


Background Color

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

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

This div background color is #776E71.


Border color

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

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

This div border color is #776E71.


Opacity

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

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

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

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

This text has shadow with #776E71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776E71 on black background.


Color preview on white background

This text has color #776E71 on white background.



Black color preview on #776E71 background

This text has black color on #776E71 background.


White color preview on #776E71 background

This text has white color on #776E71 background.