COLOR #765790

HEX: #765790
RGB: (118,87,144)

Color info

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

RGB color model

#765790 color RGB value is (118,87,144).

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

RGB channels and saturation

R 118 of 255 = 46%
G 87 of 255 = 34%
B 144 of 255 = 56%

118
87
144

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

Portions of RGB colors in percentages

R + G + B =
118 + 87 + 144 = 349 (100%)
R 118 of 349 ~ 33.81%
G 87 of 349 ~ 24.93%
B 144 of 349 ~ 41.26%

%33.81
%24.93
%41.26

CMYK color model

#765790 color CMYK value is (18,40,0,44).

  • cyan value is 18.06%
  • magenta value is 39.58%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(18,40,0,44)
C18M40Y0K44 
(18%,40%,0%,44%)
(0.18/0.40/0.00/0.44)	

CMYK percentages

%18.06
%39.58
%0
%43.53

Codes

Color #765790 in popluar color models

765790
RGB11887144
HSL273°24.68%45.29%
HSB/HSV273°39.58%56.47%
CMYK18.06%39.58%0.00%
43.53%

Color #765790 in popluar number systems.

HEX765790
Decimal11887144
Binary1110110101011110010000
Octal166127220

Shades and tints

Shades of #765790

#765790
(118,87,144)
#6C5083
(108,80,131)
#624976
(98,73,118)
#584269
(88,66,105)
#4E3B5C
(78,59,92)
#44344F
(68,52,79)
#3A2D42
(58,45,66)
#302635
(48,38,53)
#261F28
(38,31,40)
#1C181B
(28,24,27)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #765790

#765790
(118,87,144)
#82669A
(130,102,154)
#8E75A4
(142,117,164)
#9A84AE
(154,132,174)
#A693B8
(166,147,184)
#B2A2C2
(178,162,194)
#BEB1CC
(190,177,204)
#CAC0D6
(202,192,214)
#D6CFE0
(214,207,224)
#E2DEEA
(226,222,234)
#EEEDF4
(238,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #765790; }

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

This text font color is #765790.


Background Color

.myBgColor { background-color: #765790; }

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

This div background color is #765790.


Border color

.myBorderColor { border: 1px solid #765790; }

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

This div border color is #765790.


Opacity

.myOpacity80 { color: #765790; opacity: 0.8; }

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

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

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

This text has shadow with #765790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #765790 on black background.


Color preview on white background

This text has color #765790 on white background.



Black color preview on #765790 background

This text has black color on #765790 background.


White color preview on #765790 background

This text has white color on #765790 background.