COLOR #764880

HEX: #764880
RGB: (118,72,128)

Color info

#764880 contains red, green and blue colors in about the same proportion. Web safe color of #764880 is #663366 (or #636).

RGB color model

#764880 color RGB value is (118,72,128).

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

RGB channels and saturation

R 118 of 255 = 46%
G 72 of 255 = 28%
B 128 of 255 = 50%

118
72
128

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

Portions of RGB colors in percentages

R + G + B =
118 + 72 + 128 = 318 (100%)
R 118 of 318 ~ 37.11%
G 72 of 318 ~ 22.64%
B 128 of 318 ~ 40.25%

%37.11
%22.64
%40.25

CMYK color model

#764880 color CMYK value is (8,44,0,50).

  • cyan value is 7.81%
  • magenta value is 43.75%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(8,44,0,50)
C8M44Y0K50 
(8%,44%,0%,50%)
(0.08/0.44/0.00/0.50)	

CMYK percentages

%7.81
%43.75
%0
%49.8

Codes

Color #764880 in popluar color models

764880
RGB11872128
HSL289°28.00%39.22%
HSB/HSV289°43.75%50.20%
CMYK7.81%43.75%0.00%
49.80%

Color #764880 in popluar number systems.

HEX764880
Decimal11872128
Binary1110110100100010000000
Octal166110200

Shades and tints

Shades of #764880

#764880
(118,72,128)
#6C4275
(108,66,117)
#623C6A
(98,60,106)
#58365F
(88,54,95)
#4E3054
(78,48,84)
#442A49
(68,42,73)
#3A243E
(58,36,62)
#301E33
(48,30,51)
#261828
(38,24,40)
#1C121D
(28,18,29)
#120C12
(18,12,18)
#000000
(0,0,0)

Tints of #764880

#764880
(118,72,128)
#82588B
(130,88,139)
#8E6896
(142,104,150)
#9A78A1
(154,120,161)
#A688AC
(166,136,172)
#B298B7
(178,152,183)
#BEA8C2
(190,168,194)
#CAB8CD
(202,184,205)
#D6C8D8
(214,200,216)
#E2D8E3
(226,216,227)
#EEE8EE
(238,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #764880; }

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

This text font color is #764880.


Background Color

.myBgColor { background-color: #764880; }

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

This div background color is #764880.


Border color

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

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

This div border color is #764880.


Opacity

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

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

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

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

This text has shadow with #764880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764880 on black background.


Color preview on white background

This text has color #764880 on white background.



Black color preview on #764880 background

This text has black color on #764880 background.


White color preview on #764880 background

This text has white color on #764880 background.