COLOR #764899

HEX: #764899
RGB: (118,72,153)

Color info

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

RGB color model

#764899 color RGB value is (118,72,153).

  • red value is 118;
  • green value is 72;
  • blue value is 153.
RGB:
(118,72,153)
(46%,28%,60%)

RGB channels and saturation

R 118 of 255 = 46%
G 72 of 255 = 28%
B 153 of 255 = 60%

118
72
153

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

Portions of RGB colors in percentages

R + G + B =
118 + 72 + 153 = 343 (100%)
R 118 of 343 ~ 34.4%
G 72 of 343 ~ 20.99%
B 153 of 343 ~ 44.61%

%34.4
%20.99
%44.61

CMYK color model

#764899 color CMYK value is (23,53,0,40).

  • cyan value is 22.88%
  • magenta value is 52.94%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(23,53,0,40)
C23M53Y0K40 
(23%,53%,0%,40%)
(0.23/0.53/0.00/0.40)	

CMYK percentages

%22.88
%52.94
%0
%40

Codes

Color #764899 in popluar color models

764899
RGB11872153
HSL274°36.00%44.12%
HSB/HSV274°52.94%60.00%
CMYK22.88%52.94%0.00%
40.00%

Color #764899 in popluar number systems.

HEX764899
Decimal11872153
Binary1110110100100010011001
Octal166110231

Shades and tints

Shades of #764899

#764899
(118,72,153)
#6C428C
(108,66,140)
#623C7F
(98,60,127)
#583672
(88,54,114)
#4E3065
(78,48,101)
#442A58
(68,42,88)
#3A244B
(58,36,75)
#301E3E
(48,30,62)
#261831
(38,24,49)
#1C1224
(28,18,36)
#120C17
(18,12,23)
#000000
(0,0,0)

Tints of #764899

#764899
(118,72,153)
#8258A2
(130,88,162)
#8E68AB
(142,104,171)
#9A78B4
(154,120,180)
#A688BD
(166,136,189)
#B298C6
(178,152,198)
#BEA8CF
(190,168,207)
#CAB8D8
(202,184,216)
#D6C8E1
(214,200,225)
#E2D8EA
(226,216,234)
#EEE8F3
(238,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #764899 color. Also use rgb(118,72,153) instead hex code.

Text Font Color

.myTextColor { color: #764899; }

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

This text font color is #764899.


Background Color

.myBgColor { background-color: #764899; }

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

This div background color is #764899.


Border color

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

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

This div border color is #764899.


Opacity

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

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

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

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

This text has shadow with #764899 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764899 on black background.


Color preview on white background

This text has color #764899 on white background.



Black color preview on #764899 background

This text has black color on #764899 background.


White color preview on #764899 background

This text has white color on #764899 background.