COLOR #763A73

HEX: #763A73
RGB: (118,58,115)

Color info

#763A73 contains mainly red and blue colors. Web safe color of #763A73 is #663366 (or #636).

RGB color model

#763A73 color RGB value is (118,58,115).

  • red value is 118;
  • green value is 58;
  • blue value is 115.
RGB:
(118,58,115)
(46%,23%,45%)

RGB channels and saturation

R 118 of 255 = 46%
G 58 of 255 = 23%
B 115 of 255 = 45%

118
58
115

R + G + B ~ 38%. #763A73 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 58 + 115 = 291 (100%)
R 118 of 291 ~ 40.55%
G 58 of 291 ~ 19.93%
B 115 of 291 ~ 39.52%

%40.55
%19.93
%39.52

CMYK color model

#763A73 color CMYK value is (0,51,3,54).

  • cyan value is 0.00%
  • magenta value is 50.85%
  • yellow value is 2.54%
  • key color value is 53.73%
CMYK:
(0,51,3,54)
C0M51Y3K54 
(0%,51%,3%,54%)
(0.00/0.51/0.03/0.54)	

CMYK percentages

%0
%50.85
%2.54
%53.73

Codes

Color #763A73 in popluar color models

763A73
RGB11858115
HSL303°34.09%34.51%
HSB/HSV303°50.85%46.27%
CMYK0.00%50.85%2.54%
53.73%

Color #763A73 in popluar number systems.

HEX763A73
Decimal11858115
Binary11101101110101110011
Octal16672163

Shades and tints

Shades of #763A73

#763A73
(118,58,115)
#6C3569
(108,53,105)
#62305F
(98,48,95)
#582B55
(88,43,85)
#4E264B
(78,38,75)
#442141
(68,33,65)
#3A1C37
(58,28,55)
#30172D
(48,23,45)
#261223
(38,18,35)
#1C0D19
(28,13,25)
#12080F
(18,8,15)
#000000
(0,0,0)

Tints of #763A73

#763A73
(118,58,115)
#824B7F
(130,75,127)
#8E5C8B
(142,92,139)
#9A6D97
(154,109,151)
#A67EA3
(166,126,163)
#B28FAF
(178,143,175)
#BEA0BB
(190,160,187)
#CAB1C7
(202,177,199)
#D6C2D3
(214,194,211)
#E2D3DF
(226,211,223)
#EEE4EB
(238,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #763A73 color. Also use rgb(118,58,115) instead hex code.

Text Font Color

.myTextColor { color: #763A73; }

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

This text font color is #763A73.


Background Color

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

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

This div background color is #763A73.


Border color

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

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

This div border color is #763A73.


Opacity

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

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

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

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

This text has shadow with #763A73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #763A73 on black background.


Color preview on white background

This text has color #763A73 on white background.



Black color preview on #763A73 background

This text has black color on #763A73 background.


White color preview on #763A73 background

This text has white color on #763A73 background.