COLOR #765A6D

HEX: #765A6D
RGB: (118,90,109)

Color info

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

RGB color model

#765A6D color RGB value is (118,90,109).

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

RGB channels and saturation

R 118 of 255 = 46%
G 90 of 255 = 35%
B 109 of 255 = 43%

118
90
109

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

Portions of RGB colors in percentages

R + G + B =
118 + 90 + 109 = 317 (100%)
R 118 of 317 ~ 37.22%
G 90 of 317 ~ 28.39%
B 109 of 317 ~ 34.38%

%37.22
%28.39
%34.38

CMYK color model

#765A6D color CMYK value is (0,24,8,54).

  • cyan value is 0.00%
  • magenta value is 23.73%
  • yellow value is 7.63%
  • key color value is 53.73%
CMYK:
(0,24,8,54)
C0M24Y8K54 
(0%,24%,8%,54%)
(0.00/0.24/0.08/0.54)	

CMYK percentages

%0
%23.73
%7.63
%53.73

Codes

Color #765A6D in popluar color models

765A6D
RGB11890109
HSL319°13.46%40.78%
HSB/HSV319°23.73%46.27%
CMYK0.00%23.73%7.63%
53.73%

Color #765A6D in popluar number systems.

HEX765A6D
Decimal11890109
Binary111011010110101101101
Octal166132155

Shades and tints

Shades of #765A6D

#765A6D
(118,90,109)
#6C5264
(108,82,100)
#624A5B
(98,74,91)
#584252
(88,66,82)
#4E3A49
(78,58,73)
#443240
(68,50,64)
#3A2A37
(58,42,55)
#30222E
(48,34,46)
#261A25
(38,26,37)
#1C121C
(28,18,28)
#120A13
(18,10,19)
#000000
(0,0,0)

Tints of #765A6D

#765A6D
(118,90,109)
#82697A
(130,105,122)
#8E7887
(142,120,135)
#9A8794
(154,135,148)
#A696A1
(166,150,161)
#B2A5AE
(178,165,174)
#BEB4BB
(190,180,187)
#CAC3C8
(202,195,200)
#D6D2D5
(214,210,213)
#E2E1E2
(226,225,226)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #765A6D; }

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

This text font color is #765A6D.


Background Color

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

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

This div background color is #765A6D.


Border color

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

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

This div border color is #765A6D.


Opacity

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

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

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

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

This text has shadow with #765A6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #765A6D on black background.


Color preview on white background

This text has color #765A6D on white background.



Black color preview on #765A6D background

This text has black color on #765A6D background.


White color preview on #765A6D background

This text has white color on #765A6D background.