COLOR #763B6B

HEX: #763B6B
RGB: (118,59,107)

Color info

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

RGB color model

#763B6B color RGB value is (118,59,107).

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

RGB channels and saturation

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

118
59
107

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

Portions of RGB colors in percentages

R + G + B =
118 + 59 + 107 = 284 (100%)
R 118 of 284 ~ 41.55%
G 59 of 284 ~ 20.77%
B 107 of 284 ~ 37.68%

%41.55
%20.77
%37.68

CMYK color model

#763B6B color CMYK value is (0,50,9,54).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 9.32%
  • key color value is 53.73%
CMYK:
(0,50,9,54)
C0M50Y9K54 
(0%,50%,9%,54%)
(0.00/0.50/0.09/0.54)	

CMYK percentages

%0
%50
%9.32
%53.73

Codes

Color #763B6B in popluar color models

763B6B
RGB11859107
HSL311°33.33%34.71%
HSB/HSV311°50.00%46.27%
CMYK0.00%50.00%9.32%
53.73%

Color #763B6B in popluar number systems.

HEX763B6B
Decimal11859107
Binary11101101110111101011
Octal16673153

Shades and tints

Shades of #763B6B

#763B6B
(118,59,107)
#6C3662
(108,54,98)
#623159
(98,49,89)
#582C50
(88,44,80)
#4E2747
(78,39,71)
#44223E
(68,34,62)
#3A1D35
(58,29,53)
#30182C
(48,24,44)
#261323
(38,19,35)
#1C0E1A
(28,14,26)
#120911
(18,9,17)
#000000
(0,0,0)

Tints of #763B6B

#763B6B
(118,59,107)
#824C78
(130,76,120)
#8E5D85
(142,93,133)
#9A6E92
(154,110,146)
#A67F9F
(166,127,159)
#B290AC
(178,144,172)
#BEA1B9
(190,161,185)
#CAB2C6
(202,178,198)
#D6C3D3
(214,195,211)
#E2D4E0
(226,212,224)
#EEE5ED
(238,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #763B6B; }

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

This text font color is #763B6B.


Background Color

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

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

This div background color is #763B6B.


Border color

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

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

This div border color is #763B6B.


Opacity

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

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

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

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

This text has shadow with #763B6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #763B6B on black background.


Color preview on white background

This text has color #763B6B on white background.



Black color preview on #763B6B background

This text has black color on #763B6B background.


White color preview on #763B6B background

This text has white color on #763B6B background.