COLOR #765D89

HEX: #765D89
RGB: (118,93,137)

Color info

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

RGB color model

#765D89 color RGB value is (118,93,137).

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

RGB channels and saturation

R 118 of 255 = 46%
G 93 of 255 = 36%
B 137 of 255 = 54%

118
93
137

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

Portions of RGB colors in percentages

R + G + B =
118 + 93 + 137 = 348 (100%)
R 118 of 348 ~ 33.91%
G 93 of 348 ~ 26.72%
B 137 of 348 ~ 39.37%

%33.91
%26.72
%39.37

CMYK color model

#765D89 color CMYK value is (14,32,0,46).

  • cyan value is 13.87%
  • magenta value is 32.12%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(14,32,0,46)
C14M32Y0K46 
(14%,32%,0%,46%)
(0.14/0.32/0.00/0.46)	

CMYK percentages

%13.87
%32.12
%0
%46.27

Codes

Color #765D89 in popluar color models

765D89
RGB11893137
HSL274°19.13%45.10%
HSB/HSV274°32.12%53.73%
CMYK13.87%32.12%0.00%
46.27%

Color #765D89 in popluar number systems.

HEX765D89
Decimal11893137
Binary1110110101110110001001
Octal166135211

Shades and tints

Shades of #765D89

#765D89
(118,93,137)
#6C557D
(108,85,125)
#624D71
(98,77,113)
#584565
(88,69,101)
#4E3D59
(78,61,89)
#44354D
(68,53,77)
#3A2D41
(58,45,65)
#302535
(48,37,53)
#261D29
(38,29,41)
#1C151D
(28,21,29)
#120D11
(18,13,17)
#000000
(0,0,0)

Tints of #765D89

#765D89
(118,93,137)
#826B93
(130,107,147)
#8E799D
(142,121,157)
#9A87A7
(154,135,167)
#A695B1
(166,149,177)
#B2A3BB
(178,163,187)
#BEB1C5
(190,177,197)
#CABFCF
(202,191,207)
#D6CDD9
(214,205,217)
#E2DBE3
(226,219,227)
#EEE9ED
(238,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #765D89; }

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

This text font color is #765D89.


Background Color

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

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

This div background color is #765D89.


Border color

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

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

This div border color is #765D89.


Opacity

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

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

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

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

This text has shadow with #765D89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #765D89 on black background.


Color preview on white background

This text has color #765D89 on white background.



Black color preview on #765D89 background

This text has black color on #765D89 background.


White color preview on #765D89 background

This text has white color on #765D89 background.