COLOR #765E59

HEX: #765E59
RGB: (118,94,89)

Color info

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

RGB color model

#765E59 color RGB value is (118,94,89).

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

RGB channels and saturation

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

118
94
89

R + G + B ~ 39%. #765E59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 94 + 89 = 301 (100%)
R 118 of 301 ~ 39.2%
G 94 of 301 ~ 31.23%
B 89 of 301 ~ 29.57%

%39.2
%31.23
%29.57

CMYK color model

#765E59 color CMYK value is (0,20,25,54).

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

CMYK percentages

%0
%20.34
%24.58
%53.73

Codes

Color #765E59 in popluar color models

765E59
RGB1189489
HSL10°14.01%40.59%
HSB/HSV10°24.58%46.27%
CMYK0.00%20.34%24.58%
53.73%

Color #765E59 in popluar number systems.

HEX765E59
Decimal1189489
Binary111011010111101011001
Octal166136131

Shades and tints

Shades of #765E59

#765E59
(118,94,89)
#6C5651
(108,86,81)
#624E49
(98,78,73)
#584641
(88,70,65)
#4E3E39
(78,62,57)
#443631
(68,54,49)
#3A2E29
(58,46,41)
#302621
(48,38,33)
#261E19
(38,30,25)
#1C1611
(28,22,17)
#120E09
(18,14,9)
#000000
(0,0,0)

Tints of #765E59

#765E59
(118,94,89)
#826C68
(130,108,104)
#8E7A77
(142,122,119)
#9A8886
(154,136,134)
#A69695
(166,150,149)
#B2A4A4
(178,164,164)
#BEB2B3
(190,178,179)
#CAC0C2
(202,192,194)
#D6CED1
(214,206,209)
#E2DCE0
(226,220,224)
#EEEAEF
(238,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #765E59; }

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

This text font color is #765E59.


Background Color

.myBgColor { background-color: #765E59; }

<div style="background-color:#765E59">Inner text</div>

This div background color is #765E59.


Border color

.myBorderColor { border: 1px solid #765E59; }

<div style="border:3px solid #765E59">Div</div>

This div border color is #765E59.


Opacity

.myOpacity80 { color: #765E59; opacity: 0.8; }

<p style="color:#765E59;opacity:0.8;">80%</p>

Text with #765E59 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 #765E59;}

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

This text has shadow with #765E59 color.

.textShadow {text-shadow: 3px 3px 1px #765E59, 3px 3px 1px red;}

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

This text has shadow with #765E59 primary color and red secondary color.


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

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

This text has shadow with #765E59 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #765E59 on black background.


Color preview on white background

This text has color #765E59 on white background.



Black color preview on #765E59 background

This text has black color on #765E59 background.


White color preview on #765E59 background

This text has white color on #765E59 background.