COLOR #765EA4

HEX: #765EA4
RGB: (118,94,164)

Color info

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

RGB color model

#765EA4 color RGB value is (118,94,164).

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

RGB channels and saturation

R 118 of 255 = 46%
G 94 of 255 = 37%
B 164 of 255 = 64%

118
94
164

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

Portions of RGB colors in percentages

R + G + B =
118 + 94 + 164 = 376 (100%)
R 118 of 376 ~ 31.38%
G 94 of 376 ~ 25%
B 164 of 376 ~ 43.62%

%31.38
%25
%43.62

CMYK color model

#765EA4 color CMYK value is (28,43,0,36).

  • cyan value is 28.05%
  • magenta value is 42.68%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(28,43,0,36)
C28M43Y0K36 
(28%,43%,0%,36%)
(0.28/0.43/0.00/0.36)	

CMYK percentages

%28.05
%42.68
%0
%35.69

Codes

Color #765EA4 in popluar color models

765EA4
RGB11894164
HSL261°27.78%50.59%
HSB/HSV261°42.68%64.31%
CMYK28.05%42.68%0.00%
35.69%

Color #765EA4 in popluar number systems.

HEX765EA4
Decimal11894164
Binary1110110101111010100100
Octal166136244

Shades and tints

Shades of #765EA4

#765EA4
(118,94,164)
#6C5696
(108,86,150)
#624E88
(98,78,136)
#58467A
(88,70,122)
#4E3E6C
(78,62,108)
#44365E
(68,54,94)
#3A2E50
(58,46,80)
#302642
(48,38,66)
#261E34
(38,30,52)
#1C1626
(28,22,38)
#120E18
(18,14,24)
#000000
(0,0,0)

Tints of #765EA4

#765EA4
(118,94,164)
#826CAC
(130,108,172)
#8E7AB4
(142,122,180)
#9A88BC
(154,136,188)
#A696C4
(166,150,196)
#B2A4CC
(178,164,204)
#BEB2D4
(190,178,212)
#CAC0DC
(202,192,220)
#D6CEE4
(214,206,228)
#E2DCEC
(226,220,236)
#EEEAF4
(238,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #765EA4; }

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

This text font color is #765EA4.


Background Color

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

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

This div background color is #765EA4.


Border color

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

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

This div border color is #765EA4.


Opacity

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

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

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

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

This text has shadow with #765EA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #765EA4 on black background.


Color preview on white background

This text has color #765EA4 on white background.



Black color preview on #765EA4 background

This text has black color on #765EA4 background.


White color preview on #765EA4 background

This text has white color on #765EA4 background.