COLOR #763E75

HEX: #763E75
RGB: (118,62,117)

Color info

#763E75 contains red, green and blue colors in about the same proportion. Web safe color of #763E75 is #663366 (or #636).

RGB color model

#763E75 color RGB value is (118,62,117).

  • red value is 118;
  • green value is 62;
  • blue value is 117.
RGB: (118,62,117) (46%,24%,46%)

RGB channels and saturation

R 118 of 255 = 46%
G 62 of 255 = 24%
B 117 of 255 = 46%

118
62
117

R + G + B ~ 39%. #763E75 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 62 + 117 = 297 (100%)
R 118 of 297 ~ 39.73%
G 62 of 297 ~ 20.88%
B 117 of 297 ~ 39.39%

%39.73
%20.88
%39.39

CMYK color model

#763E75 color CMYK value is (0,47,1,54).

  • cyan value is 0.00%
  • magenta value is 47.46%
  • yellow value is 0.85%
  • key color value is 53.73%
CMYK: (0,47,1,54) C0M47Y1K54 (0%,47%,1%,54%) (0.00/0.47/0.01/0.54)

CMYK percentages

%0
%47.46
%0.85
%53.73

Codes

Color #763E75 in popluar color models

763E75
RGB11862117
HSL301°31.11%35.29%
HSB/HSV301°47.46%46.27%
CMYK0.00%47.46%0.85%
53.73%

Color #763E75 in popluar number systems.

HEX763E75
Decimal11862117
Binary11101101111101110101
Octal16676165

Shades and tints

Shades of #763E75

#763E75
(118,62,117)
#6C396B
(108,57,107)
#623461
(98,52,97)
#582F57
(88,47,87)
#4E2A4D
(78,42,77)
#442543
(68,37,67)
#3A2039
(58,32,57)
#301B2F
(48,27,47)
#261625
(38,22,37)
#1C111B
(28,17,27)
#120C11
(18,12,17)
#000000
(0,0,0)

Tints of #763E75

#763E75
(118,62,117)
#824F81
(130,79,129)
#8E608D
(142,96,141)
#9A7199
(154,113,153)
#A682A5
(166,130,165)
#B293B1
(178,147,177)
#BEA4BD
(190,164,189)
#CAB5C9
(202,181,201)
#D6C6D5
(214,198,213)
#E2D7E1
(226,215,225)
#EEE8ED
(238,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #763E75; }

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

This text font color is #763E75.


Background Color

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

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

This div background color is #763E75.


Border color

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

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

This div border color is #763E75.


Opacity

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

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

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

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

This text has shadow with #763E75 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #763E75 on black background.


Color preview on white background

This text has color #763E75 on white background.



Black color preview on #763E75 background

This text has black color on #763E75 background.


White color preview on #763E75 background

This text has white color on #763E75 background.