COLOR #763A56

HEX: #763A56
RGB: (118,58,86)

Color info

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

RGB color model

#763A56 color RGB value is (118,58,86).

  • red value is 118;
  • green value is 58;
  • blue value is 86.
RGB:
(118,58,86)
(46%,23%,34%)

RGB channels and saturation

R 118 of 255 = 46%
G 58 of 255 = 23%
B 86 of 255 = 34%

118
58
86

R + G + B ~ 34%. #763A56 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 58 + 86 = 262 (100%)
R 118 of 262 ~ 45.04%
G 58 of 262 ~ 22.14%
B 86 of 262 ~ 32.82%

%45.04
%22.14
%32.82

CMYK color model

#763A56 color CMYK value is (0,51,27,54).

  • cyan value is 0.00%
  • magenta value is 50.85%
  • yellow value is 27.12%
  • key color value is 53.73%
CMYK:
(0,51,27,54)
C0M51Y27K54 
(0%,51%,27%,54%)
(0.00/0.51/0.27/0.54)	

CMYK percentages

%0
%50.85
%27.12
%53.73

Codes

Color #763A56 in popluar color models

763A56
RGB1185886
HSL332°34.09%34.51%
HSB/HSV332°50.85%46.27%
CMYK0.00%50.85%27.12%
53.73%

Color #763A56 in popluar number systems.

HEX763A56
Decimal1185886
Binary11101101110101010110
Octal16672126

Shades and tints

Shades of #763A56

#763A56
(118,58,86)
#6C354F
(108,53,79)
#623048
(98,48,72)
#582B41
(88,43,65)
#4E263A
(78,38,58)
#442133
(68,33,51)
#3A1C2C
(58,28,44)
#301725
(48,23,37)
#26121E
(38,18,30)
#1C0D17
(28,13,23)
#120810
(18,8,16)
#000000
(0,0,0)

Tints of #763A56

#763A56
(118,58,86)
#824B65
(130,75,101)
#8E5C74
(142,92,116)
#9A6D83
(154,109,131)
#A67E92
(166,126,146)
#B28FA1
(178,143,161)
#BEA0B0
(190,160,176)
#CAB1BF
(202,177,191)
#D6C2CE
(214,194,206)
#E2D3DD
(226,211,221)
#EEE4EC
(238,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #763A56 color. Also use rgb(118,58,86) instead hex code.

Text Font Color

.myTextColor { color: #763A56; }

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

This text font color is #763A56.


Background Color

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

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

This div background color is #763A56.


Border color

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

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

This div border color is #763A56.


Opacity

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

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

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

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

This text has shadow with #763A56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #763A56 on black background.


Color preview on white background

This text has color #763A56 on white background.



Black color preview on #763A56 background

This text has black color on #763A56 background.


White color preview on #763A56 background

This text has white color on #763A56 background.