COLOR #765E6D

HEX: #765E6D
RGB: (118,94,109)

Color info

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

RGB color model

#765E6D color RGB value is (118,94,109).

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

RGB channels and saturation

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

118
94
109

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

Portions of RGB colors in percentages

R + G + B =
118 + 94 + 109 = 321 (100%)
R 118 of 321 ~ 36.76%
G 94 of 321 ~ 29.28%
B 109 of 321 ~ 33.96%

%36.76
%29.28
%33.96

CMYK color model

#765E6D color CMYK value is (0,20,8,54).

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

CMYK percentages

%0
%20.34
%7.63
%53.73

Codes

Color #765E6D in popluar color models

765E6D
RGB11894109
HSL323°11.32%41.57%
HSB/HSV323°20.34%46.27%
CMYK0.00%20.34%7.63%
53.73%

Color #765E6D in popluar number systems.

HEX765E6D
Decimal11894109
Binary111011010111101101101
Octal166136155

Shades and tints

Shades of #765E6D

#765E6D
(118,94,109)
#6C5664
(108,86,100)
#624E5B
(98,78,91)
#584652
(88,70,82)
#4E3E49
(78,62,73)
#443640
(68,54,64)
#3A2E37
(58,46,55)
#30262E
(48,38,46)
#261E25
(38,30,37)
#1C161C
(28,22,28)
#120E13
(18,14,19)
#000000
(0,0,0)

Tints of #765E6D

#765E6D
(118,94,109)
#826C7A
(130,108,122)
#8E7A87
(142,122,135)
#9A8894
(154,136,148)
#A696A1
(166,150,161)
#B2A4AE
(178,164,174)
#BEB2BB
(190,178,187)
#CAC0C8
(202,192,200)
#D6CED5
(214,206,213)
#E2DCE2
(226,220,226)
#EEEAEF
(238,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #765E6D; }

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

This text font color is #765E6D.


Background Color

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

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

This div background color is #765E6D.


Border color

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

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

This div border color is #765E6D.


Opacity

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

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

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

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

This text has shadow with #765E6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #765E6D on black background.


Color preview on white background

This text has color #765E6D on white background.



Black color preview on #765E6D background

This text has black color on #765E6D background.


White color preview on #765E6D background

This text has white color on #765E6D background.