COLOR #764A9D

HEX: #764A9D
RGB: (118,74,157)

Color info

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

RGB color model

#764A9D color RGB value is (118,74,157).

  • red value is 118;
  • green value is 74;
  • blue value is 157.
RGB:
(118,74,157)
(46%,29%,62%)

RGB channels and saturation

R 118 of 255 = 46%
G 74 of 255 = 29%
B 157 of 255 = 62%

118
74
157

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

Portions of RGB colors in percentages

R + G + B =
118 + 74 + 157 = 349 (100%)
R 118 of 349 ~ 33.81%
G 74 of 349 ~ 21.2%
B 157 of 349 ~ 44.99%

%33.81
%21.2
%44.99

CMYK color model

#764A9D color CMYK value is (25,53,0,38).

  • cyan value is 24.84%
  • magenta value is 52.87%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(25,53,0,38)
C25M53Y0K38 
(25%,53%,0%,38%)
(0.25/0.53/0.00/0.38)	

CMYK percentages

%24.84
%52.87
%0
%38.43

Codes

Color #764A9D in popluar color models

764A9D
RGB11874157
HSL272°35.93%45.29%
HSB/HSV272°52.87%61.57%
CMYK24.84%52.87%0.00%
38.43%

Color #764A9D in popluar number systems.

HEX764A9D
Decimal11874157
Binary1110110100101010011101
Octal166112235

Shades and tints

Shades of #764A9D

#764A9D
(118,74,157)
#6C448F
(108,68,143)
#623E81
(98,62,129)
#583873
(88,56,115)
#4E3265
(78,50,101)
#442C57
(68,44,87)
#3A2649
(58,38,73)
#30203B
(48,32,59)
#261A2D
(38,26,45)
#1C141F
(28,20,31)
#120E11
(18,14,17)
#000000
(0,0,0)

Tints of #764A9D

#764A9D
(118,74,157)
#825AA5
(130,90,165)
#8E6AAD
(142,106,173)
#9A7AB5
(154,122,181)
#A68ABD
(166,138,189)
#B29AC5
(178,154,197)
#BEAACD
(190,170,205)
#CABAD5
(202,186,213)
#D6CADD
(214,202,221)
#E2DAE5
(226,218,229)
#EEEAED
(238,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #764A9D color. Also use rgb(118,74,157) instead hex code.

Text Font Color

.myTextColor { color: #764A9D; }

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

This text font color is #764A9D.


Background Color

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

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

This div background color is #764A9D.


Border color

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

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

This div border color is #764A9D.


Opacity

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

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

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

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

This text has shadow with #764A9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764A9D on black background.


Color preview on white background

This text has color #764A9D on white background.



Black color preview on #764A9D background

This text has black color on #764A9D background.


White color preview on #764A9D background

This text has white color on #764A9D background.