COLOR #76755E

HEX: #76755E
RGB: (118,117,94)

Color info

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

RGB color model

#76755E color RGB value is (118,117,94).

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

RGB channels and saturation

R 118 of 255 = 46%
G 117 of 255 = 46%
B 94 of 255 = 37%

118
117
94

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

Portions of RGB colors in percentages

R + G + B =
118 + 117 + 94 = 329 (100%)
R 118 of 329 ~ 35.87%
G 117 of 329 ~ 35.56%
B 94 of 329 ~ 28.57%

%35.87
%35.56
%28.57

CMYK color model

#76755E color CMYK value is (0,1,20,54).

  • cyan value is 0.00%
  • magenta value is 0.85%
  • yellow value is 20.34%
  • key color value is 53.73%
CMYK:
(0,1,20,54)
C0M1Y20K54 
(0%,1%,20%,54%)
(0.00/0.01/0.20/0.54)	

CMYK percentages

%0
%0.85
%20.34
%53.73

Codes

Color #76755E in popluar color models

76755E
RGB11811794
HSL58°11.32%41.57%
HSB/HSV58°20.34%46.27%
CMYK0.00%0.85%20.34%
53.73%

Color #76755E in popluar number systems.

HEX76755E
Decimal11811794
Binary111011011101011011110
Octal166165136

Shades and tints

Shades of #76755E

#76755E
(118,117,94)
#6C6B56
(108,107,86)
#62614E
(98,97,78)
#585746
(88,87,70)
#4E4D3E
(78,77,62)
#444336
(68,67,54)
#3A392E
(58,57,46)
#302F26
(48,47,38)
#26251E
(38,37,30)
#1C1B16
(28,27,22)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #76755E

#76755E
(118,117,94)
#82816C
(130,129,108)
#8E8D7A
(142,141,122)
#9A9988
(154,153,136)
#A6A596
(166,165,150)
#B2B1A4
(178,177,164)
#BEBDB2
(190,189,178)
#CAC9C0
(202,201,192)
#D6D5CE
(214,213,206)
#E2E1DC
(226,225,220)
#EEEDEA
(238,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76755E; }

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

This text font color is #76755E.


Background Color

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

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

This div background color is #76755E.


Border color

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

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

This div border color is #76755E.


Opacity

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

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

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

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

This text has shadow with #76755E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76755E on black background.


Color preview on white background

This text has color #76755E on white background.



Black color preview on #76755E background

This text has black color on #76755E background.


White color preview on #76755E background

This text has white color on #76755E background.