COLOR #765D8B

HEX: #765D8B
RGB: (118,93,139)

Color info

#765D8B contains red, green and blue colors in about the same proportion. Web safe color of #765D8B is #666699 (or #669).

RGB color model

#765D8B color RGB value is (118,93,139).

  • red value is 118;
  • green value is 93;
  • blue value is 139.
RGB:
(118,93,139)
(46%,36%,55%)

RGB channels and saturation

R 118 of 255 = 46%
G 93 of 255 = 36%
B 139 of 255 = 55%

118
93
139

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

Portions of RGB colors in percentages

R + G + B =
118 + 93 + 139 = 350 (100%)
R 118 of 350 ~ 33.71%
G 93 of 350 ~ 26.57%
B 139 of 350 ~ 39.71%

%33.71
%26.57
%39.71

CMYK color model

#765D8B color CMYK value is (15,33,0,45).

  • cyan value is 15.11%
  • magenta value is 33.09%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(15,33,0,45)
C15M33Y0K45 
(15%,33%,0%,45%)
(0.15/0.33/0.00/0.45)	

CMYK percentages

%15.11
%33.09
%0
%45.49

Codes

Color #765D8B in popluar color models

765D8B
RGB11893139
HSL273°19.83%45.49%
HSB/HSV273°33.09%54.51%
CMYK15.11%33.09%0.00%
45.49%

Color #765D8B in popluar number systems.

HEX765D8B
Decimal11893139
Binary1110110101110110001011
Octal166135213

Shades and tints

Shades of #765D8B

#765D8B
(118,93,139)
#6C557F
(108,85,127)
#624D73
(98,77,115)
#584567
(88,69,103)
#4E3D5B
(78,61,91)
#44354F
(68,53,79)
#3A2D43
(58,45,67)
#302537
(48,37,55)
#261D2B
(38,29,43)
#1C151F
(28,21,31)
#120D13
(18,13,19)
#000000
(0,0,0)

Tints of #765D8B

#765D8B
(118,93,139)
#826B95
(130,107,149)
#8E799F
(142,121,159)
#9A87A9
(154,135,169)
#A695B3
(166,149,179)
#B2A3BD
(178,163,189)
#BEB1C7
(190,177,199)
#CABFD1
(202,191,209)
#D6CDDB
(214,205,219)
#E2DBE5
(226,219,229)
#EEE9EF
(238,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #765D8B color. Also use rgb(118,93,139) instead hex code.

Text Font Color

.myTextColor { color: #765D8B; }

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

This text font color is #765D8B.


Background Color

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

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

This div background color is #765D8B.


Border color

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

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

This div border color is #765D8B.


Opacity

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

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

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

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

This text has shadow with #765D8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #765D8B on black background.


Color preview on white background

This text has color #765D8B on white background.



Black color preview on #765D8B background

This text has black color on #765D8B background.


White color preview on #765D8B background

This text has white color on #765D8B background.