COLOR #76705E

HEX: #76705E
RGB: (118,112,94)

Color info

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

RGB color model

#76705E color RGB value is (118,112,94).

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

RGB channels and saturation

R 118 of 255 = 46%
G 112 of 255 = 44%
B 94 of 255 = 37%

118
112
94

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

Portions of RGB colors in percentages

R + G + B =
118 + 112 + 94 = 324 (100%)
R 118 of 324 ~ 36.42%
G 112 of 324 ~ 34.57%
B 94 of 324 ~ 29.01%

%36.42
%34.57
%29.01

CMYK color model

#76705E color CMYK value is (0,5,20,54).

  • cyan value is 0.00%
  • magenta value is 5.08%
  • yellow value is 20.34%
  • key color value is 53.73%
CMYK:
(0,5,20,54)
C0M5Y20K54 
(0%,5%,20%,54%)
(0.00/0.05/0.20/0.54)	

CMYK percentages

%0
%5.08
%20.34
%53.73

Codes

Color #76705E in popluar color models

76705E
RGB11811294
HSL45°11.32%41.57%
HSB/HSV45°20.34%46.27%
CMYK0.00%5.08%20.34%
53.73%

Color #76705E in popluar number systems.

HEX76705E
Decimal11811294
Binary111011011100001011110
Octal166160136

Shades and tints

Shades of #76705E

#76705E
(118,112,94)
#6C6656
(108,102,86)
#625C4E
(98,92,78)
#585246
(88,82,70)
#4E483E
(78,72,62)
#443E36
(68,62,54)
#3A342E
(58,52,46)
#302A26
(48,42,38)
#26201E
(38,32,30)
#1C1616
(28,22,22)
#120C0E
(18,12,14)
#000000
(0,0,0)

Tints of #76705E

#76705E
(118,112,94)
#827D6C
(130,125,108)
#8E8A7A
(142,138,122)
#9A9788
(154,151,136)
#A6A496
(166,164,150)
#B2B1A4
(178,177,164)
#BEBEB2
(190,190,178)
#CACBC0
(202,203,192)
#D6D8CE
(214,216,206)
#E2E5DC
(226,229,220)
#EEF2EA
(238,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76705E; }

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

This text font color is #76705E.


Background Color

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

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

This div background color is #76705E.


Border color

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

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

This div border color is #76705E.


Opacity

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

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

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

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

This text has shadow with #76705E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76705E on black background.


Color preview on white background

This text has color #76705E on white background.



Black color preview on #76705E background

This text has black color on #76705E background.


White color preview on #76705E background

This text has white color on #76705E background.