COLOR #763D89

HEX: #763D89
RGB: (118,61,137)

Color info

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

RGB color model

#763D89 color RGB value is (118,61,137).

  • red value is 118;
  • green value is 61;
  • blue value is 137.
RGB:
(118,61,137)
(46%,24%,54%)

RGB channels and saturation

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

118
61
137

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

Portions of RGB colors in percentages

R + G + B =
118 + 61 + 137 = 316 (100%)
R 118 of 316 ~ 37.34%
G 61 of 316 ~ 19.3%
B 137 of 316 ~ 43.35%

%37.34
%19.3
%43.35

CMYK color model

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

  • cyan value is 13.87%
  • magenta value is 55.47%
  • 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
%55.47
%0
%46.27

Codes

Color #763D89 in popluar color models

763D89
RGB11861137
HSL285°38.38%38.82%
HSB/HSV285°55.47%53.73%
CMYK13.87%55.47%0.00%
46.27%

Color #763D89 in popluar number systems.

HEX763D89
Decimal11861137
Binary111011011110110001001
Octal16675211

Shades and tints

Shades of #763D89

#763D89
(118,61,137)
#6C387D
(108,56,125)
#623371
(98,51,113)
#582E65
(88,46,101)
#4E2959
(78,41,89)
#44244D
(68,36,77)
#3A1F41
(58,31,65)
#301A35
(48,26,53)
#261529
(38,21,41)
#1C101D
(28,16,29)
#120B11
(18,11,17)
#000000
(0,0,0)

Tints of #763D89

#763D89
(118,61,137)
#824E93
(130,78,147)
#8E5F9D
(142,95,157)
#9A70A7
(154,112,167)
#A681B1
(166,129,177)
#B292BB
(178,146,187)
#BEA3C5
(190,163,197)
#CAB4CF
(202,180,207)
#D6C5D9
(214,197,217)
#E2D6E3
(226,214,227)
#EEE7ED
(238,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #763D89; }

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

This text font color is #763D89.


Background Color

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

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

This div background color is #763D89.


Border color

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

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

This div border color is #763D89.


Opacity

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

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

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

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

This text has shadow with #763D89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #763D89 on black background.


Color preview on white background

This text has color #763D89 on white background.



Black color preview on #763D89 background

This text has black color on #763D89 background.


White color preview on #763D89 background

This text has white color on #763D89 background.