COLOR #763B4E

HEX: #763B4E
RGB: (118,59,78)

Color info

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

RGB color model

#763B4E color RGB value is (118,59,78).

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

RGB channels and saturation

R 118 of 255 = 46%
G 59 of 255 = 23%
B 78 of 255 = 31%

118
59
78

R + G + B ~ 33%. #763B4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 59 + 78 = 255 (100%)
R 118 of 255 ~ 46.27%
G 59 of 255 ~ 23.14%
B 78 of 255 ~ 30.59%

%46.27
%23.14
%30.59

CMYK color model

#763B4E color CMYK value is (0,50,34,54).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 33.90%
  • key color value is 53.73%
CMYK:
(0,50,34,54)
C0M50Y34K54 
(0%,50%,34%,54%)
(0.00/0.50/0.34/0.54)	

CMYK percentages

%0
%50
%33.9
%53.73

Codes

Color #763B4E in popluar color models

763B4E
RGB1185978
HSL341°33.33%34.71%
HSB/HSV341°50.00%46.27%
CMYK0.00%50.00%33.90%
53.73%

Color #763B4E in popluar number systems.

HEX763B4E
Decimal1185978
Binary11101101110111001110
Octal16673116

Shades and tints

Shades of #763B4E

#763B4E
(118,59,78)
#6C3647
(108,54,71)
#623140
(98,49,64)
#582C39
(88,44,57)
#4E2732
(78,39,50)
#44222B
(68,34,43)
#3A1D24
(58,29,36)
#30181D
(48,24,29)
#261316
(38,19,22)
#1C0E0F
(28,14,15)
#120908
(18,9,8)
#000000
(0,0,0)

Tints of #763B4E

#763B4E
(118,59,78)
#824C5E
(130,76,94)
#8E5D6E
(142,93,110)
#9A6E7E
(154,110,126)
#A67F8E
(166,127,142)
#B2909E
(178,144,158)
#BEA1AE
(190,161,174)
#CAB2BE
(202,178,190)
#D6C3CE
(214,195,206)
#E2D4DE
(226,212,222)
#EEE5EE
(238,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #763B4E; }

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

This text font color is #763B4E.


Background Color

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

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

This div background color is #763B4E.


Border color

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

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

This div border color is #763B4E.


Opacity

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

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

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

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

This text has shadow with #763B4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #763B4E on black background.


Color preview on white background

This text has color #763B4E on white background.



Black color preview on #763B4E background

This text has black color on #763B4E background.


White color preview on #763B4E background

This text has white color on #763B4E background.