COLOR #765B93

HEX: #765B93
RGB: (118,91,147)

Color info

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

RGB color model

#765B93 color RGB value is (118,91,147).

  • red value is 118;
  • green value is 91;
  • blue value is 147.
RGB:
(118,91,147)
(46%,36%,58%)

RGB channels and saturation

R 118 of 255 = 46%
G 91 of 255 = 36%
B 147 of 255 = 58%

118
91
147

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

Portions of RGB colors in percentages

R + G + B =
118 + 91 + 147 = 356 (100%)
R 118 of 356 ~ 33.15%
G 91 of 356 ~ 25.56%
B 147 of 356 ~ 41.29%

%33.15
%25.56
%41.29

CMYK color model

#765B93 color CMYK value is (20,38,0,42).

  • cyan value is 19.73%
  • magenta value is 38.10%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(20,38,0,42)
C20M38Y0K42 
(20%,38%,0%,42%)
(0.20/0.38/0.00/0.42)	

CMYK percentages

%19.73
%38.1
%0
%42.35

Codes

Color #765B93 in popluar color models

765B93
RGB11891147
HSL269°23.53%46.67%
HSB/HSV269°38.10%57.65%
CMYK19.73%38.10%0.00%
42.35%

Color #765B93 in popluar number systems.

HEX765B93
Decimal11891147
Binary1110110101101110010011
Octal166133223

Shades and tints

Shades of #765B93

#765B93
(118,91,147)
#6C5386
(108,83,134)
#624B79
(98,75,121)
#58436C
(88,67,108)
#4E3B5F
(78,59,95)
#443352
(68,51,82)
#3A2B45
(58,43,69)
#302338
(48,35,56)
#261B2B
(38,27,43)
#1C131E
(28,19,30)
#120B11
(18,11,17)
#000000
(0,0,0)

Tints of #765B93

#765B93
(118,91,147)
#82699C
(130,105,156)
#8E77A5
(142,119,165)
#9A85AE
(154,133,174)
#A693B7
(166,147,183)
#B2A1C0
(178,161,192)
#BEAFC9
(190,175,201)
#CABDD2
(202,189,210)
#D6CBDB
(214,203,219)
#E2D9E4
(226,217,228)
#EEE7ED
(238,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #765B93 color. Also use rgb(118,91,147) instead hex code.

Text Font Color

.myTextColor { color: #765B93; }

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

This text font color is #765B93.


Background Color

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

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

This div background color is #765B93.


Border color

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

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

This div border color is #765B93.


Opacity

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

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

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

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

This text has shadow with #765B93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #765B93 on black background.


Color preview on white background

This text has color #765B93 on white background.



Black color preview on #765B93 background

This text has black color on #765B93 background.


White color preview on #765B93 background

This text has white color on #765B93 background.