COLOR #76565E

HEX: #76565E
RGB: (118,86,94)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

118
86
94

R + G + B ~ 39%. #76565E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 86 + 94 = 298 (100%)
R 118 of 298 ~ 39.6%
G 86 of 298 ~ 28.86%
B 94 of 298 ~ 31.54%

%39.6
%28.86
%31.54

CMYK color model

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

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

CMYK percentages

%0
%27.12
%20.34
%53.73

Codes

Color #76565E in popluar color models

76565E
RGB1188694
HSL345°15.69%40.00%
HSB/HSV345°27.12%46.27%
CMYK0.00%27.12%20.34%
53.73%

Color #76565E in popluar number systems.

HEX76565E
Decimal1188694
Binary111011010101101011110
Octal166126136

Shades and tints

Shades of #76565E

#76565E
(118,86,94)
#6C4F56
(108,79,86)
#62484E
(98,72,78)
#584146
(88,65,70)
#4E3A3E
(78,58,62)
#443336
(68,51,54)
#3A2C2E
(58,44,46)
#302526
(48,37,38)
#261E1E
(38,30,30)
#1C1716
(28,23,22)
#12100E
(18,16,14)
#000000
(0,0,0)

Tints of #76565E

#76565E
(118,86,94)
#82656C
(130,101,108)
#8E747A
(142,116,122)
#9A8388
(154,131,136)
#A69296
(166,146,150)
#B2A1A4
(178,161,164)
#BEB0B2
(190,176,178)
#CABFC0
(202,191,192)
#D6CECE
(214,206,206)
#E2DDDC
(226,221,220)
#EEECEA
(238,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76565E; }

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

This text font color is #76565E.


Background Color

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

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

This div background color is #76565E.


Border color

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

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

This div border color is #76565E.


Opacity

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

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

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

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

This text has shadow with #76565E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76565E on black background.


Color preview on white background

This text has color #76565E on white background.



Black color preview on #76565E background

This text has black color on #76565E background.


White color preview on #76565E background

This text has white color on #76565E background.