COLOR #764787

HEX: #764787
RGB: (118,71,135)

Color info

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

RGB color model

#764787 color RGB value is (118,71,135).

  • red value is 118;
  • green value is 71;
  • blue value is 135.
RGB:
(118,71,135)
(46%,28%,53%)

RGB channels and saturation

R 118 of 255 = 46%
G 71 of 255 = 28%
B 135 of 255 = 53%

118
71
135

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

Portions of RGB colors in percentages

R + G + B =
118 + 71 + 135 = 324 (100%)
R 118 of 324 ~ 36.42%
G 71 of 324 ~ 21.91%
B 135 of 324 ~ 41.67%

%36.42
%21.91
%41.67

CMYK color model

#764787 color CMYK value is (13,47,0,47).

  • cyan value is 12.59%
  • magenta value is 47.41%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(13,47,0,47)
C13M47Y0K47 
(13%,47%,0%,47%)
(0.13/0.47/0.00/0.47)	

CMYK percentages

%12.59
%47.41
%0
%47.06

Codes

Color #764787 in popluar color models

764787
RGB11871135
HSL284°31.07%40.39%
HSB/HSV284°47.41%52.94%
CMYK12.59%47.41%0.00%
47.06%

Color #764787 in popluar number systems.

HEX764787
Decimal11871135
Binary1110110100011110000111
Octal166107207

Shades and tints

Shades of #764787

#764787
(118,71,135)
#6C417B
(108,65,123)
#623B6F
(98,59,111)
#583563
(88,53,99)
#4E2F57
(78,47,87)
#44294B
(68,41,75)
#3A233F
(58,35,63)
#301D33
(48,29,51)
#261727
(38,23,39)
#1C111B
(28,17,27)
#120B0F
(18,11,15)
#000000
(0,0,0)

Tints of #764787

#764787
(118,71,135)
#825791
(130,87,145)
#8E679B
(142,103,155)
#9A77A5
(154,119,165)
#A687AF
(166,135,175)
#B297B9
(178,151,185)
#BEA7C3
(190,167,195)
#CAB7CD
(202,183,205)
#D6C7D7
(214,199,215)
#E2D7E1
(226,215,225)
#EEE7EB
(238,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #764787 color. Also use rgb(118,71,135) instead hex code.

Text Font Color

.myTextColor { color: #764787; }

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

This text font color is #764787.


Background Color

.myBgColor { background-color: #764787; }

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

This div background color is #764787.


Border color

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

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

This div border color is #764787.


Opacity

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

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

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

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

This text has shadow with #764787 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764787 on black background.


Color preview on white background

This text has color #764787 on white background.



Black color preview on #764787 background

This text has black color on #764787 background.


White color preview on #764787 background

This text has white color on #764787 background.