COLOR #763E5C

HEX: #763E5C
RGB: (118,62,92)

Color info

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

RGB color model

#763E5C color RGB value is (118,62,92).

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

RGB channels and saturation

R 118 of 255 = 46%
G 62 of 255 = 24%
B 92 of 255 = 36%

118
62
92

R + G + B ~ 35%. #763E5C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 62 + 92 = 272 (100%)
R 118 of 272 ~ 43.38%
G 62 of 272 ~ 22.79%
B 92 of 272 ~ 33.82%

%43.38
%22.79
%33.82

CMYK color model

#763E5C color CMYK value is (0,47,22,54).

  • cyan value is 0.00%
  • magenta value is 47.46%
  • yellow value is 22.03%
  • key color value is 53.73%
CMYK:
(0,47,22,54)
C0M47Y22K54 
(0%,47%,22%,54%)
(0.00/0.47/0.22/0.54)	

CMYK percentages

%0
%47.46
%22.03
%53.73

Codes

Color #763E5C in popluar color models

763E5C
RGB1186292
HSL328°31.11%35.29%
HSB/HSV328°47.46%46.27%
CMYK0.00%47.46%22.03%
53.73%

Color #763E5C in popluar number systems.

HEX763E5C
Decimal1186292
Binary11101101111101011100
Octal16676134

Shades and tints

Shades of #763E5C

#763E5C
(118,62,92)
#6C3954
(108,57,84)
#62344C
(98,52,76)
#582F44
(88,47,68)
#4E2A3C
(78,42,60)
#442534
(68,37,52)
#3A202C
(58,32,44)
#301B24
(48,27,36)
#26161C
(38,22,28)
#1C1114
(28,17,20)
#120C0C
(18,12,12)
#000000
(0,0,0)

Tints of #763E5C

#763E5C
(118,62,92)
#824F6A
(130,79,106)
#8E6078
(142,96,120)
#9A7186
(154,113,134)
#A68294
(166,130,148)
#B293A2
(178,147,162)
#BEA4B0
(190,164,176)
#CAB5BE
(202,181,190)
#D6C6CC
(214,198,204)
#E2D7DA
(226,215,218)
#EEE8E8
(238,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #763E5C; }

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

This text font color is #763E5C.


Background Color

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

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

This div background color is #763E5C.


Border color

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

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

This div border color is #763E5C.


Opacity

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

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

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

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

This text has shadow with #763E5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #763E5C on black background.


Color preview on white background

This text has color #763E5C on white background.



Black color preview on #763E5C background

This text has black color on #763E5C background.


White color preview on #763E5C background

This text has white color on #763E5C background.