COLOR #776A5D

HEX: #776A5D
RGB: (119,106,93)

Color info

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

RGB color model

#776A5D color RGB value is (119,106,93).

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

RGB channels and saturation

R 119 of 255 = 47%
G 106 of 255 = 42%
B 93 of 255 = 36%

119
106
93

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

Portions of RGB colors in percentages

R + G + B =
119 + 106 + 93 = 318 (100%)
R 119 of 318 ~ 37.42%
G 106 of 318 ~ 33.33%
B 93 of 318 ~ 29.25%

%37.42
%33.33
%29.25

CMYK color model

#776A5D color CMYK value is (0,11,22,53).

  • cyan value is 0.00%
  • magenta value is 10.92%
  • yellow value is 21.85%
  • key color value is 53.33%
CMYK:
(0,11,22,53)
C0M11Y22K53 
(0%,11%,22%,53%)
(0.00/0.11/0.22/0.53)	

CMYK percentages

%0
%10.92
%21.85
%53.33

Codes

Color #776A5D in popluar color models

776A5D
RGB11910693
HSL30°12.26%41.57%
HSB/HSV30°21.85%46.67%
CMYK0.00%10.92%21.85%
53.33%

Color #776A5D in popluar number systems.

HEX776A5D
Decimal11910693
Binary111011111010101011101
Octal167152135

Shades and tints

Shades of #776A5D

#776A5D
(119,106,93)
#6D6155
(109,97,85)
#63584D
(99,88,77)
#594F45
(89,79,69)
#4F463D
(79,70,61)
#453D35
(69,61,53)
#3B342D
(59,52,45)
#312B25
(49,43,37)
#27221D
(39,34,29)
#1D1915
(29,25,21)
#13100D
(19,16,13)
#000000
(0,0,0)

Tints of #776A5D

#776A5D
(119,106,93)
#83776B
(131,119,107)
#8F8479
(143,132,121)
#9B9187
(155,145,135)
#A79E95
(167,158,149)
#B3ABA3
(179,171,163)
#BFB8B1
(191,184,177)
#CBC5BF
(203,197,191)
#D7D2CD
(215,210,205)
#E3DFDB
(227,223,219)
#EFECE9
(239,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776A5D color. Also use rgb(119,106,93) instead hex code.

Text Font Color

.myTextColor { color: #776A5D; }

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

This text font color is #776A5D.


Background Color

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

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

This div background color is #776A5D.


Border color

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

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

This div border color is #776A5D.


Opacity

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

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

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

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

This text has shadow with #776A5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776A5D on black background.


Color preview on white background

This text has color #776A5D on white background.



Black color preview on #776A5D background

This text has black color on #776A5D background.


White color preview on #776A5D background

This text has white color on #776A5D background.