COLOR #764390

HEX: #764390
RGB: (118,67,144)

Color info

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

RGB color model

#764390 color RGB value is (118,67,144).

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

RGB channels and saturation

R 118 of 255 = 46%
G 67 of 255 = 26%
B 144 of 255 = 56%

118
67
144

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

Portions of RGB colors in percentages

R + G + B =
118 + 67 + 144 = 329 (100%)
R 118 of 329 ~ 35.87%
G 67 of 329 ~ 20.36%
B 144 of 329 ~ 43.77%

%35.87
%20.36
%43.77

CMYK color model

#764390 color CMYK value is (18,53,0,44).

  • cyan value is 18.06%
  • magenta value is 53.47%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(18,53,0,44)
C18M53Y0K44 
(18%,53%,0%,44%)
(0.18/0.53/0.00/0.44)	

CMYK percentages

%18.06
%53.47
%0
%43.53

Codes

Color #764390 in popluar color models

764390
RGB11867144
HSL280°36.49%41.37%
HSB/HSV280°53.47%56.47%
CMYK18.06%53.47%0.00%
43.53%

Color #764390 in popluar number systems.

HEX764390
Decimal11867144
Binary1110110100001110010000
Octal166103220

Shades and tints

Shades of #764390

#764390
(118,67,144)
#6C3D83
(108,61,131)
#623776
(98,55,118)
#583169
(88,49,105)
#4E2B5C
(78,43,92)
#44254F
(68,37,79)
#3A1F42
(58,31,66)
#301935
(48,25,53)
#261328
(38,19,40)
#1C0D1B
(28,13,27)
#12070E
(18,7,14)
#000000
(0,0,0)

Tints of #764390

#764390
(118,67,144)
#82549A
(130,84,154)
#8E65A4
(142,101,164)
#9A76AE
(154,118,174)
#A687B8
(166,135,184)
#B298C2
(178,152,194)
#BEA9CC
(190,169,204)
#CABAD6
(202,186,214)
#D6CBE0
(214,203,224)
#E2DCEA
(226,220,234)
#EEEDF4
(238,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #764390; }

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

This text font color is #764390.


Background Color

.myBgColor { background-color: #764390; }

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

This div background color is #764390.


Border color

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

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

This div border color is #764390.


Opacity

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

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

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

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

This text has shadow with #764390 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764390 on black background.


Color preview on white background

This text has color #764390 on white background.



Black color preview on #764390 background

This text has black color on #764390 background.


White color preview on #764390 background

This text has white color on #764390 background.