COLOR #765DA4

HEX: #765DA4
RGB: (118,93,164)

Color info

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

RGB color model

#765DA4 color RGB value is (118,93,164).

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

RGB channels and saturation

R 118 of 255 = 46%
G 93 of 255 = 36%
B 164 of 255 = 64%

118
93
164

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

Portions of RGB colors in percentages

R + G + B =
118 + 93 + 164 = 375 (100%)
R 118 of 375 ~ 31.47%
G 93 of 375 ~ 24.8%
B 164 of 375 ~ 43.73%

%31.47
%24.8
%43.73

CMYK color model

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

  • cyan value is 28.05%
  • magenta value is 43.29%
  • 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
%43.29
%0
%35.69

Codes

Color #765DA4 in popluar color models

765DA4
RGB11893164
HSL261°28.06%50.39%
HSB/HSV261°43.29%64.31%
CMYK28.05%43.29%0.00%
35.69%

Color #765DA4 in popluar number systems.

HEX765DA4
Decimal11893164
Binary1110110101110110100100
Octal166135244

Shades and tints

Shades of #765DA4

#765DA4
(118,93,164)
#6C5596
(108,85,150)
#624D88
(98,77,136)
#58457A
(88,69,122)
#4E3D6C
(78,61,108)
#44355E
(68,53,94)
#3A2D50
(58,45,80)
#302542
(48,37,66)
#261D34
(38,29,52)
#1C1526
(28,21,38)
#120D18
(18,13,24)
#000000
(0,0,0)

Tints of #765DA4

#765DA4
(118,93,164)
#826BAC
(130,107,172)
#8E79B4
(142,121,180)
#9A87BC
(154,135,188)
#A695C4
(166,149,196)
#B2A3CC
(178,163,204)
#BEB1D4
(190,177,212)
#CABFDC
(202,191,220)
#D6CDE4
(214,205,228)
#E2DBEC
(226,219,236)
#EEE9F4
(238,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #765DA4; }

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

This text font color is #765DA4.


Background Color

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

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

This div background color is #765DA4.


Border color

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

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

This div border color is #765DA4.


Opacity

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

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

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

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

This text has shadow with #765DA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #765DA4 on black background.


Color preview on white background

This text has color #765DA4 on white background.



Black color preview on #765DA4 background

This text has black color on #765DA4 background.


White color preview on #765DA4 background

This text has white color on #765DA4 background.