COLOR #76685C

HEX: #76685C
RGB: (118,104,92)

Color info

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

RGB color model

#76685C color RGB value is (118,104,92).

  • red value is 118;
  • green value is 104;
  • blue value is 92.
RGB:
(118,104,92)
(46%,41%,36%)

RGB channels and saturation

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

118
104
92

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

Portions of RGB colors in percentages

R + G + B =
118 + 104 + 92 = 314 (100%)
R 118 of 314 ~ 37.58%
G 104 of 314 ~ 33.12%
B 92 of 314 ~ 29.3%

%37.58
%33.12
%29.3

CMYK color model

#76685C color CMYK value is (0,12,22,54).

  • cyan value is 0.00%
  • magenta value is 11.86%
  • yellow value is 22.03%
  • key color value is 53.73%
CMYK:
(0,12,22,54)
C0M12Y22K54 
(0%,12%,22%,54%)
(0.00/0.12/0.22/0.54)	

CMYK percentages

%0
%11.86
%22.03
%53.73

Codes

Color #76685C in popluar color models

76685C
RGB11810492
HSL28°12.38%41.18%
HSB/HSV28°22.03%46.27%
CMYK0.00%11.86%22.03%
53.73%

Color #76685C in popluar number systems.

HEX76685C
Decimal11810492
Binary111011011010001011100
Octal166150134

Shades and tints

Shades of #76685C

#76685C
(118,104,92)
#6C5F54
(108,95,84)
#62564C
(98,86,76)
#584D44
(88,77,68)
#4E443C
(78,68,60)
#443B34
(68,59,52)
#3A322C
(58,50,44)
#302924
(48,41,36)
#26201C
(38,32,28)
#1C1714
(28,23,20)
#120E0C
(18,14,12)
#000000
(0,0,0)

Tints of #76685C

#76685C
(118,104,92)
#82756A
(130,117,106)
#8E8278
(142,130,120)
#9A8F86
(154,143,134)
#A69C94
(166,156,148)
#B2A9A2
(178,169,162)
#BEB6B0
(190,182,176)
#CAC3BE
(202,195,190)
#D6D0CC
(214,208,204)
#E2DDDA
(226,221,218)
#EEEAE8
(238,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76685C; }

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

This text font color is #76685C.


Background Color

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

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

This div background color is #76685C.


Border color

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

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

This div border color is #76685C.


Opacity

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

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

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

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

This text has shadow with #76685C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76685C on black background.


Color preview on white background

This text has color #76685C on white background.



Black color preview on #76685C background

This text has black color on #76685C background.


White color preview on #76685C background

This text has white color on #76685C background.