COLOR #76705C

HEX: #76705C
RGB: (118,112,92)

Color info

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

RGB color model

#76705C color RGB value is (118,112,92).

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

RGB channels and saturation

R 118 of 255 = 46%
G 112 of 255 = 44%
B 92 of 255 = 36%

118
112
92

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

Portions of RGB colors in percentages

R + G + B =
118 + 112 + 92 = 322 (100%)
R 118 of 322 ~ 36.65%
G 112 of 322 ~ 34.78%
B 92 of 322 ~ 28.57%

%36.65
%34.78
%28.57

CMYK color model

#76705C color CMYK value is (0,5,22,54).

  • cyan value is 0.00%
  • magenta value is 5.08%
  • yellow value is 22.03%
  • key color value is 53.73%
CMYK:
(0,5,22,54)
C0M5Y22K54 
(0%,5%,22%,54%)
(0.00/0.05/0.22/0.54)	

CMYK percentages

%0
%5.08
%22.03
%53.73

Codes

Color #76705C in popluar color models

76705C
RGB11811292
HSL46°12.38%41.18%
HSB/HSV46°22.03%46.27%
CMYK0.00%5.08%22.03%
53.73%

Color #76705C in popluar number systems.

HEX76705C
Decimal11811292
Binary111011011100001011100
Octal166160134

Shades and tints

Shades of #76705C

#76705C
(118,112,92)
#6C6654
(108,102,84)
#625C4C
(98,92,76)
#585244
(88,82,68)
#4E483C
(78,72,60)
#443E34
(68,62,52)
#3A342C
(58,52,44)
#302A24
(48,42,36)
#26201C
(38,32,28)
#1C1614
(28,22,20)
#120C0C
(18,12,12)
#000000
(0,0,0)

Tints of #76705C

#76705C
(118,112,92)
#827D6A
(130,125,106)
#8E8A78
(142,138,120)
#9A9786
(154,151,134)
#A6A494
(166,164,148)
#B2B1A2
(178,177,162)
#BEBEB0
(190,190,176)
#CACBBE
(202,203,190)
#D6D8CC
(214,216,204)
#E2E5DA
(226,229,218)
#EEF2E8
(238,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76705C; }

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

This text font color is #76705C.


Background Color

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

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

This div background color is #76705C.


Border color

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

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

This div border color is #76705C.


Opacity

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

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

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

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

This text has shadow with #76705C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76705C on black background.


Color preview on white background

This text has color #76705C on white background.



Black color preview on #76705C background

This text has black color on #76705C background.


White color preview on #76705C background

This text has white color on #76705C background.