COLOR #76765E

HEX: #76765E
RGB: (118,118,94)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

118
118
94

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

Portions of RGB colors in percentages

R + G + B =
118 + 118 + 94 = 330 (100%)
R 118 of 330 ~ 35.76%
G 118 of 330 ~ 35.76%
B 94 of 330 ~ 28.48%

%35.76
%35.76
%28.48

CMYK color model

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

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

CMYK percentages

%0
%0
%20.34
%53.73

Codes

Color #76765E in popluar color models

76765E
RGB11811894
HSL60°11.32%41.57%
HSB/HSV60°20.34%46.27%
CMYK0.00%0.00%20.34%
53.73%

Color #76765E in popluar number systems.

HEX76765E
Decimal11811894
Binary111011011101101011110
Octal166166136

Shades and tints

Shades of #76765E

#76765E
(118,118,94)
#6C6C56
(108,108,86)
#62624E
(98,98,78)
#585846
(88,88,70)
#4E4E3E
(78,78,62)
#444436
(68,68,54)
#3A3A2E
(58,58,46)
#303026
(48,48,38)
#26261E
(38,38,30)
#1C1C16
(28,28,22)
#12120E
(18,18,14)
#000000
(0,0,0)

Tints of #76765E

#76765E
(118,118,94)
#82826C
(130,130,108)
#8E8E7A
(142,142,122)
#9A9A88
(154,154,136)
#A6A696
(166,166,150)
#B2B2A4
(178,178,164)
#BEBEB2
(190,190,178)
#CACAC0
(202,202,192)
#D6D6CE
(214,214,206)
#E2E2DC
(226,226,220)
#EEEEEA
(238,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76765E; }

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

This text font color is #76765E.


Background Color

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

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

This div background color is #76765E.


Border color

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

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

This div border color is #76765E.


Opacity

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

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

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

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

This text has shadow with #76765E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76765E on black background.


Color preview on white background

This text has color #76765E on white background.



Black color preview on #76765E background

This text has black color on #76765E background.


White color preview on #76765E background

This text has white color on #76765E background.