COLOR #764DAF

HEX: #764DAF
RGB: (118,77,175)

Color info

#764DAF contains mainly red and blue colors. Web safe color of #764DAF is #663399 (or #639).

RGB color model

#764DAF color RGB value is (118,77,175).

  • red value is 118;
  • green value is 77;
  • blue value is 175.
RGB:
(118,77,175)
(46%,30%,69%)

RGB channels and saturation

R 118 of 255 = 46%
G 77 of 255 = 30%
B 175 of 255 = 69%

118
77
175

R + G + B ~ 48%. #764DAF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 77 + 175 = 370 (100%)
R 118 of 370 ~ 31.89%
G 77 of 370 ~ 20.81%
B 175 of 370 ~ 47.3%

%31.89
%20.81
%47.3

CMYK color model

#764DAF color CMYK value is (33,56,0,31).

  • cyan value is 32.57%
  • magenta value is 56.00%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(33,56,0,31)
C33M56Y0K31 
(33%,56%,0%,31%)
(0.33/0.56/0.00/0.31)	

CMYK percentages

%32.57
%56
%0
%31.37

Codes

Color #764DAF in popluar color models

764DAF
RGB11877175
HSL265°38.89%49.41%
HSB/HSV265°56.00%68.63%
CMYK32.57%56.00%0.00%
31.37%

Color #764DAF in popluar number systems.

HEX764DAF
Decimal11877175
Binary1110110100110110101111
Octal166115257

Shades and tints

Shades of #764DAF

#764DAF
(118,77,175)
#6C46A0
(108,70,160)
#623F91
(98,63,145)
#583882
(88,56,130)
#4E3173
(78,49,115)
#442A64
(68,42,100)
#3A2355
(58,35,85)
#301C46
(48,28,70)
#261537
(38,21,55)
#1C0E28
(28,14,40)
#120719
(18,7,25)
#000000
(0,0,0)

Tints of #764DAF

#764DAF
(118,77,175)
#825DB6
(130,93,182)
#8E6DBD
(142,109,189)
#9A7DC4
(154,125,196)
#A68DCB
(166,141,203)
#B29DD2
(178,157,210)
#BEADD9
(190,173,217)
#CABDE0
(202,189,224)
#D6CDE7
(214,205,231)
#E2DDEE
(226,221,238)
#EEEDF5
(238,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #764DAF color. Also use rgb(118,77,175) instead hex code.

Text Font Color

.myTextColor { color: #764DAF; }

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

This text font color is #764DAF.


Background Color

.myBgColor { background-color: #764DAF; }

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

This div background color is #764DAF.


Border color

.myBorderColor { border: 1px solid #764DAF; }

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

This div border color is #764DAF.


Opacity

.myOpacity80 { color: #764DAF; opacity: 0.8; }

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

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

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

This text has shadow with #764DAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764DAF on black background.


Color preview on white background

This text has color #764DAF on white background.



Black color preview on #764DAF background

This text has black color on #764DAF background.


White color preview on #764DAF background

This text has white color on #764DAF background.