COLOR #76685B

HEX: #76685B RGB: (118,104,91)

Color info

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

RGB color model

#76685B color RGB value is (118,104,91).

RGB: (118,104,91) (46%, 41%, 36%)

RGB channels and saturation

R 118 of 255 = 46%
G 104 of 255 = 41%
B 91 of 255 = 36%

118
104
91

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

Portions of RGB colors in percentages

R + G + B = 118 + 104 + 91 = 313 (100%)
R 118 of 313 ~ 37.7%
G 104 of 313 ~ 33.23%
B 91 of 313 ~ 29.07'%

%37.7
%33.23
%29.07

CMYK color model

#76685B color CMYK value is (0,12,23,54).

  • cyan value is 0.00%
  • magenta value is 11.86%
  • yellow value is 22.88%
  • key color value is 53.73%

CMYK: (0,12,23,54)
C0M12Y23K54 (0%, 12%, 23%, 54%)
(0.00 / 0.12 / 0.23 / 0.54)

CMYK percentages

%0
%11.86
%22.88
%53.73

Codes

Color #76685B in popluar color models

76 68 5B
RGB 118 104 91
HSL 29° 12.92% 40.98%
HSB/HSV 29° 22.88% 46.27%
CMYK 0.00% 11.86% 22.88%
53.73%

Color #76685B in popluar number systems.

HEX 76 68 5B
Decimal 118 104 91
Binary 1110110 1101000 1011011
Octal 166 150 133

Shades and tints

Shades of #76685B

#76685B
(118,104,91)
#6C5F53
(108,95,83)
#62564B
(98,86,75)
#584D43
(88,77,67)
#4E443B
(78,68,59)
#443B33
(68,59,51)
#3A322B
(58,50,43)
#302923
(48,41,35)
#26201B
(38,32,27)
#1C1713
(28,23,19)
#120E0B
(18,14,11)
#000000
(0,0,0)

Tints of #76685B

#76685B
(118,104,91)
#827569
(130,117,105)
#8E8277
(142,130,119)
#9A8F85
(154,143,133)
#A69C93
(166,156,147)
#B2A9A1
(178,169,161)
#BEB6AF
(190,182,175)
#CAC3BD
(202,195,189)
#D6D0CB
(214,208,203)
#E2DDD9
(226,221,217)
#EEEAE7
(238,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76685B; }

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

This text font color is #76685B.

Background Color

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

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

This div background color is #76685B.

Border color

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

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

This div border color is #76685B.

Opacity

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

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

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

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

This text has shadow with #76685B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76685B.

Preview

Color preview on black background

This text has color #76685B on black background.


Color preview on white background

This text has color #76685B on white background.


Black color preview on #76685B background

This text has black color on #76685B background.


White color preview on #76685B background

This text has white color on #76685B background.


Related colors

Complementary color

Complementary color for #hex is #8997A4.


I love getcolorcode.com

Triadic colors

1 #5B7668 and #685B76 with #76685B are triadic colors.

2 #5B6876 and #68765B with #76685B are triadic colors.