COLOR #763E89

HEX: #763E89 RGB: (118,62,137)

Color info

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

RGB color model

#763E89 color RGB value is (118,62,137).

RGB: (118,62,137) (46%, 24%, 54%)

RGB channels and saturation

R 118 of 255 = 46%
G 62 of 255 = 24%
B 137 of 255 = 54%

118
62
137

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

Portions of RGB colors in percentages

R + G + B = 118 + 62 + 137 = 317 (100%)
R 118 of 317 ~ 37.22%
G 62 of 317 ~ 19.56%
B 137 of 317 ~ 43.22'%

%37.22
%19.56
%43.22

CMYK color model

#763E89 color CMYK value is (14,55,0,46).

  • cyan value is 13.87%
  • magenta value is 54.74%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK: (14,55,0,46) C14M55Y0K46 (14%,55%,0%,46%) (0.14/0.55/0.00/0.46) 

CMYK percentages

%13.87
%54.74
%0
%46.27

Codes

Color #763E89 in popluar color models

76 3E 89
RGB 118 62 137
HSL 285° 37.69% 39.02%
HSB/HSV 285° 54.74% 53.73%
CMYK 13.87% 54.74% 0.00%
46.27%

Color #763E89 in popluar number systems.

HEX 76 3E 89
Decimal 118 62 137
Binary 1110110 111110 10001001
Octal 166 76 211

Shades and tints

Shades of #763E89

#763E89
(118,62,137)
#6C397D
(108,57,125)
#623471
(98,52,113)
#582F65
(88,47,101)
#4E2A59
(78,42,89)
#44254D
(68,37,77)
#3A2041
(58,32,65)
#301B35
(48,27,53)
#261629
(38,22,41)
#1C111D
(28,17,29)
#120C11
(18,12,17)
#000000
(0,0,0)

Tints of #763E89

#763E89
(118,62,137)
#824F93
(130,79,147)
#8E609D
(142,96,157)
#9A71A7
(154,113,167)
#A682B1
(166,130,177)
#B293BB
(178,147,187)
#BEA4C5
(190,164,197)
#CAB5CF
(202,181,207)
#D6C6D9
(214,198,217)
#E2D7E3
(226,215,227)
#EEE8ED
(238,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #763E89 color. Also use rgb(118,62,137) instead hex code.

Text Font Color

.myTextColor { color: #763E89; }

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

This text font color is #763E89.

Background Color

.myBgColor { background-color: #763E89; }

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

This div background color is #763E89.

Border color

.myBorderColor { border: 1px solid #763E89; }

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

This div border color is #763E89.

Opacity

.myOpacity80 { color: #763E89; opacity: 0.8; }

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

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

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

This text has shadow with #763E89 color.


.textShadow {text-shadow: 3px 3px 1px #763E89', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #763E89; -webkit-box-shadow: 1px 1px 3px 2px #763E89; box-shadow:1px 1px 3px 2px #763E89;">
Div content here
</div>

This div box has shadow with color #763E89.

Preview

Color preview on black background

This text has color #763E89 on black background.


Color preview on white background

This text has color #763E89 on white background.


Black color preview on #763E89 background

This text has black color on #763E89 background.


White color preview on #763E89 background

This text has white color on #763E89 background.


Related colors

Complementary color

Complementary color for #hex is #89C176.


I love getcolorcode.com

Triadic colors

1 #89763E and #3E8976 with #763E89 are triadic colors.

2 #893E76 and #3E7689 with #763E89 are triadic colors.