COLOR #763B6C

HEX: #763B6C
RGB: (118,59,108)

Color info

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

RGB color model

#763B6C color RGB value is (118,59,108).

  • red value is 118;
  • green value is 59;
  • blue value is 108.
RGB:
(118,59,108)
(46%,23%,42%)

RGB channels and saturation

R 118 of 255 = 46%
G 59 of 255 = 23%
B 108 of 255 = 42%

118
59
108

R + G + B ~ 37%. #763B6C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 59 + 108 = 285 (100%)
R 118 of 285 ~ 41.4%
G 59 of 285 ~ 20.7%
B 108 of 285 ~ 37.89%

%41.4
%20.7
%37.89

CMYK color model

#763B6C color CMYK value is (0,50,8,54).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 8.47%
  • key color value is 53.73%
CMYK:
(0,50,8,54)
C0M50Y8K54 
(0%,50%,8%,54%)
(0.00/0.50/0.08/0.54)	

CMYK percentages

%0
%50
%8.47
%53.73

Codes

Color #763B6C in popluar color models

763B6C
RGB11859108
HSL310°33.33%34.71%
HSB/HSV310°50.00%46.27%
CMYK0.00%50.00%8.47%
53.73%

Color #763B6C in popluar number systems.

HEX763B6C
Decimal11859108
Binary11101101110111101100
Octal16673154

Shades and tints

Shades of #763B6C

#763B6C
(118,59,108)
#6C3663
(108,54,99)
#62315A
(98,49,90)
#582C51
(88,44,81)
#4E2748
(78,39,72)
#44223F
(68,34,63)
#3A1D36
(58,29,54)
#30182D
(48,24,45)
#261324
(38,19,36)
#1C0E1B
(28,14,27)
#120912
(18,9,18)
#000000
(0,0,0)

Tints of #763B6C

#763B6C
(118,59,108)
#824C79
(130,76,121)
#8E5D86
(142,93,134)
#9A6E93
(154,110,147)
#A67FA0
(166,127,160)
#B290AD
(178,144,173)
#BEA1BA
(190,161,186)
#CAB2C7
(202,178,199)
#D6C3D4
(214,195,212)
#E2D4E1
(226,212,225)
#EEE5EE
(238,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #763B6C color. Also use rgb(118,59,108) instead hex code.

Text Font Color

.myTextColor { color: #763B6C; }

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

This text font color is #763B6C.


Background Color

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

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

This div background color is #763B6C.


Border color

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

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

This div border color is #763B6C.


Opacity

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

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

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

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

This text has shadow with #763B6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #763B6C on black background.


Color preview on white background

This text has color #763B6C on white background.



Black color preview on #763B6C background

This text has black color on #763B6C background.


White color preview on #763B6C background

This text has white color on #763B6C background.