COLOR #77685B

HEX: #77685B RGB: (119,104,91)

Color info

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

RGB color model

#77685B color RGB value is (119,104,91).

RGB: (119,104,91) (47%, 41%, 36%)

RGB channels and saturation

R 119 of 255 = 47%
G 104 of 255 = 41%
B 91 of 255 = 36%

119
104
91

R + G + B ~ 41%. #77685B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 119 + 104 + 91 = 314 (100%)
R 119 of 314 ~ 37.9%
G 104 of 314 ~ 33.12%
B 91 of 314 ~ 28.98'%

%37.9
%33.12
%28.98

CMYK color model

#77685B color CMYK value is (0,13,24,53).

  • cyan value is 0.00%
  • magenta value is 12.61%
  • yellow value is 23.53%
  • key color value is 53.33%

CMYK: (0,13,24,53)
C0M13Y24K53 (0%, 13%, 24%, 53%)
(0.00 / 0.13 / 0.24 / 0.53)

CMYK percentages

%0
%12.61
%23.53
%53.33

Codes

Color #77685B in popluar color models

77 68 5B
RGB 119 104 91
HSL 28° 13.33% 41.18%
HSB/HSV 28° 23.53% 46.67%
CMYK 0.00% 12.61% 23.53%
53.33%

Color #77685B in popluar number systems.

HEX 77 68 5B
Decimal 119 104 91
Binary 1110111 1101000 1011011
Octal 167 150 133

Shades and tints

Shades of #77685B

#77685B
(119,104,91)
#6D5F53
(109,95,83)
#63564B
(99,86,75)
#594D43
(89,77,67)
#4F443B
(79,68,59)
#453B33
(69,59,51)
#3B322B
(59,50,43)
#312923
(49,41,35)
#27201B
(39,32,27)
#1D1713
(29,23,19)
#130E0B
(19,14,11)
#000000
(0,0,0)

Tints of #77685B

#77685B
(119,104,91)
#837569
(131,117,105)
#8F8277
(143,130,119)
#9B8F85
(155,143,133)
#A79C93
(167,156,147)
#B3A9A1
(179,169,161)
#BFB6AF
(191,182,175)
#CBC3BD
(203,195,189)
#D7D0CB
(215,208,203)
#E3DDD9
(227,221,217)
#EFEAE7
(239,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77685B color. Also use rgb(119,104,91) instead hex code.

Text Font Color

.myTextColor { color: #77685B; }

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

This text font color is #77685B.

Background Color

.myBgColor { background-color: #77685B; }

<div style="background-color:#77685B">Inner text</div>

This div background color is #77685B.

Border color

.myBorderColor { border: 1px solid #77685B; }

<div style="border:3px solid #77685B">Div</div>

This div border color is #77685B.

Opacity

.myOpacity80 { color: #77685B; opacity: 0.8; }

<p style="color:#77685B;opacity:0.8;">80%</p>

Text with #77685B 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 #77685B;}

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

This text has shadow with #77685B color.


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

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

This text has shadow with #77685B primary color and red secondary color.


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

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

This text has shadow with #77685B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #77685B.

Preview

Color preview on black background

This text has color #77685B on black background.


Color preview on white background

This text has color #77685B on white background.


Black color preview on #77685B background

This text has black color on #77685B background.


White color preview on #77685B background

This text has white color on #77685B background.


Related colors

Complementary color

Complementary color for #hex is #8897A4.


I love getcolorcode.com

Triadic colors

1 #5B7768 and #685B77 with #77685B are triadic colors.

2 #5B6877 and #68775B with #77685B are triadic colors.