COLOR #76695C

HEX: #76695C
RGB: (118,105,92)

Color info

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

RGB color model

#76695C color RGB value is (118,105,92).

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

RGB channels and saturation

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

118
105
92

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

Portions of RGB colors in percentages

R + G + B =
118 + 105 + 92 = 315 (100%)
R 118 of 315 ~ 37.46%
G 105 of 315 ~ 33.33%
B 92 of 315 ~ 29.21%

%37.46
%33.33
%29.21

CMYK color model

#76695C color CMYK value is (0,11,22,54).

  • cyan value is 0.00%
  • magenta value is 11.02%
  • yellow value is 22.03%
  • key color value is 53.73%
CMYK:
(0,11,22,54)
C0M11Y22K54 
(0%,11%,22%,54%)
(0.00/0.11/0.22/0.54)	

CMYK percentages

%0
%11.02
%22.03
%53.73

Codes

Color #76695C in popluar color models

76695C
RGB11810592
HSL30°12.38%41.18%
HSB/HSV30°22.03%46.27%
CMYK0.00%11.02%22.03%
53.73%

Color #76695C in popluar number systems.

HEX76695C
Decimal11810592
Binary111011011010011011100
Octal166151134

Shades and tints

Shades of #76695C

#76695C
(118,105,92)
#6C6054
(108,96,84)
#62574C
(98,87,76)
#584E44
(88,78,68)
#4E453C
(78,69,60)
#443C34
(68,60,52)
#3A332C
(58,51,44)
#302A24
(48,42,36)
#26211C
(38,33,28)
#1C1814
(28,24,20)
#120F0C
(18,15,12)
#000000
(0,0,0)

Tints of #76695C

#76695C
(118,105,92)
#82766A
(130,118,106)
#8E8378
(142,131,120)
#9A9086
(154,144,134)
#A69D94
(166,157,148)
#B2AAA2
(178,170,162)
#BEB7B0
(190,183,176)
#CAC4BE
(202,196,190)
#D6D1CC
(214,209,204)
#E2DEDA
(226,222,218)
#EEEBE8
(238,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76695C; }

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

This text font color is #76695C.


Background Color

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

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

This div background color is #76695C.


Border color

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

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

This div border color is #76695C.


Opacity

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

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

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

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

This text has shadow with #76695C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76695C on black background.


Color preview on white background

This text has color #76695C on white background.



Black color preview on #76695C background

This text has black color on #76695C background.


White color preview on #76695C background

This text has white color on #76695C background.