COLOR #763C7D

HEX: #763C7D
RGB: (118,60,125)

Color info

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

RGB color model

#763C7D color RGB value is (118,60,125).

  • red value is 118;
  • green value is 60;
  • blue value is 125.
RGB:
(118,60,125)
(46%,24%,49%)

RGB channels and saturation

R 118 of 255 = 46%
G 60 of 255 = 24%
B 125 of 255 = 49%

118
60
125

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

Portions of RGB colors in percentages

R + G + B =
118 + 60 + 125 = 303 (100%)
R 118 of 303 ~ 38.94%
G 60 of 303 ~ 19.8%
B 125 of 303 ~ 41.25%

%38.94
%19.8
%41.25

CMYK color model

#763C7D color CMYK value is (6,52,0,51).

  • cyan value is 5.60%
  • magenta value is 52.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(6,52,0,51)
C6M52Y0K51 
(6%,52%,0%,51%)
(0.06/0.52/0.00/0.51)	

CMYK percentages

%5.6
%52
%0
%50.98

Codes

Color #763C7D in popluar color models

763C7D
RGB11860125
HSL294°35.14%36.27%
HSB/HSV294°52.00%49.02%
CMYK5.60%52.00%0.00%
50.98%

Color #763C7D in popluar number systems.

HEX763C7D
Decimal11860125
Binary11101101111001111101
Octal16674175

Shades and tints

Shades of #763C7D

#763C7D
(118,60,125)
#6C3772
(108,55,114)
#623267
(98,50,103)
#582D5C
(88,45,92)
#4E2851
(78,40,81)
#442346
(68,35,70)
#3A1E3B
(58,30,59)
#301930
(48,25,48)
#261425
(38,20,37)
#1C0F1A
(28,15,26)
#120A0F
(18,10,15)
#000000
(0,0,0)

Tints of #763C7D

#763C7D
(118,60,125)
#824D88
(130,77,136)
#8E5E93
(142,94,147)
#9A6F9E
(154,111,158)
#A680A9
(166,128,169)
#B291B4
(178,145,180)
#BEA2BF
(190,162,191)
#CAB3CA
(202,179,202)
#D6C4D5
(214,196,213)
#E2D5E0
(226,213,224)
#EEE6EB
(238,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #763C7D color. Also use rgb(118,60,125) instead hex code.

Text Font Color

.myTextColor { color: #763C7D; }

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

This text font color is #763C7D.


Background Color

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

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

This div background color is #763C7D.


Border color

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

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

This div border color is #763C7D.


Opacity

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

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

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

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

This text has shadow with #763C7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #763C7D on black background.


Color preview on white background

This text has color #763C7D on white background.



Black color preview on #763C7D background

This text has black color on #763C7D background.


White color preview on #763C7D background

This text has white color on #763C7D background.