COLOR #765B96

HEX: #765B96
RGB: (118,91,150)

Color info

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

RGB color model

#765B96 color RGB value is (118,91,150).

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

RGB channels and saturation

R 118 of 255 = 46%
G 91 of 255 = 36%
B 150 of 255 = 59%

118
91
150

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

Portions of RGB colors in percentages

R + G + B =
118 + 91 + 150 = 359 (100%)
R 118 of 359 ~ 32.87%
G 91 of 359 ~ 25.35%
B 150 of 359 ~ 41.78%

%32.87
%25.35
%41.78

CMYK color model

#765B96 color CMYK value is (21,39,0,41).

  • cyan value is 21.33%
  • magenta value is 39.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(21,39,0,41)
C21M39Y0K41 
(21%,39%,0%,41%)
(0.21/0.39/0.00/0.41)	

CMYK percentages

%21.33
%39.33
%0
%41.18

Codes

Color #765B96 in popluar color models

765B96
RGB11891150
HSL267°24.48%47.25%
HSB/HSV267°39.33%58.82%
CMYK21.33%39.33%0.00%
41.18%

Color #765B96 in popluar number systems.

HEX765B96
Decimal11891150
Binary1110110101101110010110
Octal166133226

Shades and tints

Shades of #765B96

#765B96
(118,91,150)
#6C5389
(108,83,137)
#624B7C
(98,75,124)
#58436F
(88,67,111)
#4E3B62
(78,59,98)
#443355
(68,51,85)
#3A2B48
(58,43,72)
#30233B
(48,35,59)
#261B2E
(38,27,46)
#1C1321
(28,19,33)
#120B14
(18,11,20)
#000000
(0,0,0)

Tints of #765B96

#765B96
(118,91,150)
#82699F
(130,105,159)
#8E77A8
(142,119,168)
#9A85B1
(154,133,177)
#A693BA
(166,147,186)
#B2A1C3
(178,161,195)
#BEAFCC
(190,175,204)
#CABDD5
(202,189,213)
#D6CBDE
(214,203,222)
#E2D9E7
(226,217,231)
#EEE7F0
(238,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #765B96; }

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

This text font color is #765B96.


Background Color

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

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

This div background color is #765B96.


Border color

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

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

This div border color is #765B96.


Opacity

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

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

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

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

This text has shadow with #765B96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #765B96 on black background.


Color preview on white background

This text has color #765B96 on white background.



Black color preview on #765B96 background

This text has black color on #765B96 background.


White color preview on #765B96 background

This text has white color on #765B96 background.