COLOR #776E5F

HEX: #776E5F
RGB: (119,110,95)

Color info

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

RGB color model

#776E5F color RGB value is (119,110,95).

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

RGB channels and saturation

R 119 of 255 = 47%
G 110 of 255 = 43%
B 95 of 255 = 37%

119
110
95

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

Portions of RGB colors in percentages

R + G + B =
119 + 110 + 95 = 324 (100%)
R 119 of 324 ~ 36.73%
G 110 of 324 ~ 33.95%
B 95 of 324 ~ 29.32%

%36.73
%33.95
%29.32

CMYK color model

#776E5F color CMYK value is (0,8,20,53).

  • cyan value is 0.00%
  • magenta value is 7.56%
  • yellow value is 20.17%
  • key color value is 53.33%
CMYK:
(0,8,20,53)
C0M8Y20K53 
(0%,8%,20%,53%)
(0.00/0.08/0.20/0.53)	

CMYK percentages

%0
%7.56
%20.17
%53.33

Codes

Color #776E5F in popluar color models

776E5F
RGB11911095
HSL38°11.21%41.96%
HSB/HSV38°20.17%46.67%
CMYK0.00%7.56%20.17%
53.33%

Color #776E5F in popluar number systems.

HEX776E5F
Decimal11911095
Binary111011111011101011111
Octal167156137

Shades and tints

Shades of #776E5F

#776E5F
(119,110,95)
#6D6457
(109,100,87)
#635A4F
(99,90,79)
#595047
(89,80,71)
#4F463F
(79,70,63)
#453C37
(69,60,55)
#3B322F
(59,50,47)
#312827
(49,40,39)
#271E1F
(39,30,31)
#1D1417
(29,20,23)
#130A0F
(19,10,15)
#000000
(0,0,0)

Tints of #776E5F

#776E5F
(119,110,95)
#837B6D
(131,123,109)
#8F887B
(143,136,123)
#9B9589
(155,149,137)
#A7A297
(167,162,151)
#B3AFA5
(179,175,165)
#BFBCB3
(191,188,179)
#CBC9C1
(203,201,193)
#D7D6CF
(215,214,207)
#E3E3DD
(227,227,221)
#EFF0EB
(239,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776E5F; }

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

This text font color is #776E5F.


Background Color

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

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

This div background color is #776E5F.


Border color

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

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

This div border color is #776E5F.


Opacity

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

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

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

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

This text has shadow with #776E5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776E5F on black background.


Color preview on white background

This text has color #776E5F on white background.



Black color preview on #776E5F background

This text has black color on #776E5F background.


White color preview on #776E5F background

This text has white color on #776E5F background.