COLOR #765491

HEX: #765491
RGB: (118,84,145)

Color info

#765491 contains mainly red and blue colors. Web safe color of #765491 is #666699 (or #669).

RGB color model

#765491 color RGB value is (118,84,145).

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

RGB channels and saturation

R 118 of 255 = 46%
G 84 of 255 = 33%
B 145 of 255 = 57%

118
84
145

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

Portions of RGB colors in percentages

R + G + B =
118 + 84 + 145 = 347 (100%)
R 118 of 347 ~ 34.01%
G 84 of 347 ~ 24.21%
B 145 of 347 ~ 41.79%

%34.01
%24.21
%41.79

CMYK color model

#765491 color CMYK value is (19,42,0,43).

  • cyan value is 18.62%
  • magenta value is 42.07%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(19,42,0,43)
C19M42Y0K43 
(19%,42%,0%,43%)
(0.19/0.42/0.00/0.43)	

CMYK percentages

%18.62
%42.07
%0
%43.14

Codes

Color #765491 in popluar color models

765491
RGB11884145
HSL273°26.64%44.90%
HSB/HSV273°42.07%56.86%
CMYK18.62%42.07%0.00%
43.14%

Color #765491 in popluar number systems.

HEX765491
Decimal11884145
Binary1110110101010010010001
Octal166124221

Shades and tints

Shades of #765491

#765491
(118,84,145)
#6C4D84
(108,77,132)
#624677
(98,70,119)
#583F6A
(88,63,106)
#4E385D
(78,56,93)
#443150
(68,49,80)
#3A2A43
(58,42,67)
#302336
(48,35,54)
#261C29
(38,28,41)
#1C151C
(28,21,28)
#120E0F
(18,14,15)
#000000
(0,0,0)

Tints of #765491

#765491
(118,84,145)
#82639B
(130,99,155)
#8E72A5
(142,114,165)
#9A81AF
(154,129,175)
#A690B9
(166,144,185)
#B29FC3
(178,159,195)
#BEAECD
(190,174,205)
#CABDD7
(202,189,215)
#D6CCE1
(214,204,225)
#E2DBEB
(226,219,235)
#EEEAF5
(238,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #765491; }

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

This text font color is #765491.


Background Color

.myBgColor { background-color: #765491; }

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

This div background color is #765491.


Border color

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

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

This div border color is #765491.


Opacity

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

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

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

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

This text has shadow with #765491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #765491 on black background.


Color preview on white background

This text has color #765491 on white background.



Black color preview on #765491 background

This text has black color on #765491 background.


White color preview on #765491 background

This text has white color on #765491 background.