COLOR #776A61

HEX: #776A61 RGB: (119,106,97)

Color info

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

RGB color model

#776A61 color RGB value is (119,106,97).

RGB: (119,106,97) (47%, 42%, 38%)

RGB channels and saturation

R 119 of 255 = 47%
G 106 of 255 = 42%
B 97 of 255 = 38%

119
106
97

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

Portions of RGB colors in percentages

R + G + B = 119 + 106 + 97 = 322 (100%)
R 119 of 322 ~ 36.96%
G 106 of 322 ~ 32.92%
B 97 of 322 ~ 30.12'%

%36.96
%32.92
%30.12

CMYK color model

#776A61 color CMYK value is (0,11,18,53).

  • cyan value is 0.00%
  • magenta value is 10.92%
  • yellow value is 18.49%
  • key color value is 53.33%

CMYK: (0,11,18,53)
C0M11Y18K53 (0%, 11%, 18%, 53%)
(0.00 / 0.11 / 0.18 / 0.53)

CMYK percentages

%0
%10.92
%18.49
%53.33

Codes

Color #776A61 in popluar color models

77 6A 61
RGB 119 106 97
HSL 25° 10.19% 42.35%
HSB/HSV 25° 18.49% 46.67%
CMYK 0.00% 10.92% 18.49%
53.33%

Color #776A61 in popluar number systems.

HEX 77 6A 61
Decimal 119 106 97
Binary 1110111 1101010 1100001
Octal 167 152 141

Shades and tints

Shades of #776A61

#776A61
(119,106,97)
#6D6159
(109,97,89)
#635851
(99,88,81)
#594F49
(89,79,73)
#4F4641
(79,70,65)
#453D39
(69,61,57)
#3B3431
(59,52,49)
#312B29
(49,43,41)
#272221
(39,34,33)
#1D1919
(29,25,25)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #776A61

#776A61
(119,106,97)
#83776F
(131,119,111)
#8F847D
(143,132,125)
#9B918B
(155,145,139)
#A79E99
(167,158,153)
#B3ABA7
(179,171,167)
#BFB8B5
(191,184,181)
#CBC5C3
(203,197,195)
#D7D2D1
(215,210,209)
#E3DFDF
(227,223,223)
#EFECED
(239,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776A61; }

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

This text font color is #776A61.

Background Color

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

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

This div background color is #776A61.

Border color

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

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

This div border color is #776A61.

Opacity

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

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

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

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

This text has shadow with #776A61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #776A61.

Preview

Color preview on black background

This text has color #776A61 on black background.


Color preview on white background

This text has color #776A61 on white background.


Black color preview on #776A61 background

This text has black color on #776A61 background.


White color preview on #776A61 background

This text has white color on #776A61 background.


Related colors

Complementary color

Complementary color for #hex is #88959E.


I love getcolorcode.com

Triadic colors

1 #61776A and #6A6177 with #776A61 are triadic colors.

2 #616A77 and #6A7761 with #776A61 are triadic colors.