COLOR #765D91

HEX: #765D91
RGB: (118,93,145)

Color info

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

RGB color model

#765D91 color RGB value is (118,93,145).

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

RGB channels and saturation

R 118 of 255 = 46%
G 93 of 255 = 36%
B 145 of 255 = 57%

118
93
145

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

Portions of RGB colors in percentages

R + G + B =
118 + 93 + 145 = 356 (100%)
R 118 of 356 ~ 33.15%
G 93 of 356 ~ 26.12%
B 145 of 356 ~ 40.73%

%33.15
%26.12
%40.73

CMYK color model

#765D91 color CMYK value is (19,36,0,43).

  • cyan value is 18.62%
  • magenta value is 35.86%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(19,36,0,43)
C19M36Y0K43 
(19%,36%,0%,43%)
(0.19/0.36/0.00/0.43)	

CMYK percentages

%18.62
%35.86
%0
%43.14

Codes

Color #765D91 in popluar color models

765D91
RGB11893145
HSL269°21.85%46.67%
HSB/HSV269°35.86%56.86%
CMYK18.62%35.86%0.00%
43.14%

Color #765D91 in popluar number systems.

HEX765D91
Decimal11893145
Binary1110110101110110010001
Octal166135221

Shades and tints

Shades of #765D91

#765D91
(118,93,145)
#6C5584
(108,85,132)
#624D77
(98,77,119)
#58456A
(88,69,106)
#4E3D5D
(78,61,93)
#443550
(68,53,80)
#3A2D43
(58,45,67)
#302536
(48,37,54)
#261D29
(38,29,41)
#1C151C
(28,21,28)
#120D0F
(18,13,15)
#000000
(0,0,0)

Tints of #765D91

#765D91
(118,93,145)
#826B9B
(130,107,155)
#8E79A5
(142,121,165)
#9A87AF
(154,135,175)
#A695B9
(166,149,185)
#B2A3C3
(178,163,195)
#BEB1CD
(190,177,205)
#CABFD7
(202,191,215)
#D6CDE1
(214,205,225)
#E2DBEB
(226,219,235)
#EEE9F5
(238,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #765D91; }

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

This text font color is #765D91.


Background Color

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

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

This div background color is #765D91.


Border color

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

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

This div border color is #765D91.


Opacity

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

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

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

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

This text has shadow with #765D91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #765D91 on black background.


Color preview on white background

This text has color #765D91 on white background.



Black color preview on #765D91 background

This text has black color on #765D91 background.


White color preview on #765D91 background

This text has white color on #765D91 background.