COLOR #765E90

HEX: #765E90
RGB: (118,94,144)

Color info

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

RGB color model

#765E90 color RGB value is (118,94,144).

  • red value is 118;
  • green value is 94;
  • blue value is 144.
RGB:
(118,94,144)
(46%,37%,56%)

RGB channels and saturation

R 118 of 255 = 46%
G 94 of 255 = 37%
B 144 of 255 = 56%

118
94
144

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

Portions of RGB colors in percentages

R + G + B =
118 + 94 + 144 = 356 (100%)
R 118 of 356 ~ 33.15%
G 94 of 356 ~ 26.4%
B 144 of 356 ~ 40.45%

%33.15
%26.4
%40.45

CMYK color model

#765E90 color CMYK value is (18,35,0,44).

  • cyan value is 18.06%
  • magenta value is 34.72%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(18,35,0,44)
C18M35Y0K44 
(18%,35%,0%,44%)
(0.18/0.35/0.00/0.44)	

CMYK percentages

%18.06
%34.72
%0
%43.53

Codes

Color #765E90 in popluar color models

765E90
RGB11894144
HSL269°21.01%46.67%
HSB/HSV269°34.72%56.47%
CMYK18.06%34.72%0.00%
43.53%

Color #765E90 in popluar number systems.

HEX765E90
Decimal11894144
Binary1110110101111010010000
Octal166136220

Shades and tints

Shades of #765E90

#765E90
(118,94,144)
#6C5683
(108,86,131)
#624E76
(98,78,118)
#584669
(88,70,105)
#4E3E5C
(78,62,92)
#44364F
(68,54,79)
#3A2E42
(58,46,66)
#302635
(48,38,53)
#261E28
(38,30,40)
#1C161B
(28,22,27)
#120E0E
(18,14,14)
#000000
(0,0,0)

Tints of #765E90

#765E90
(118,94,144)
#826C9A
(130,108,154)
#8E7AA4
(142,122,164)
#9A88AE
(154,136,174)
#A696B8
(166,150,184)
#B2A4C2
(178,164,194)
#BEB2CC
(190,178,204)
#CAC0D6
(202,192,214)
#D6CEE0
(214,206,224)
#E2DCEA
(226,220,234)
#EEEAF4
(238,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #765E90 color. Also use rgb(118,94,144) instead hex code.

Text Font Color

.myTextColor { color: #765E90; }

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

This text font color is #765E90.


Background Color

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

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

This div background color is #765E90.


Border color

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

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

This div border color is #765E90.


Opacity

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

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

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

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

This text has shadow with #765E90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #765E90 on black background.


Color preview on white background

This text has color #765E90 on white background.



Black color preview on #765E90 background

This text has black color on #765E90 background.


White color preview on #765E90 background

This text has white color on #765E90 background.