COLOR #763A4F

HEX: #763A4F
RGB: (118,58,79)

Color info

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

RGB color model

#763A4F color RGB value is (118,58,79).

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

RGB channels and saturation

R 118 of 255 = 46%
G 58 of 255 = 23%
B 79 of 255 = 31%

118
58
79

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

Portions of RGB colors in percentages

R + G + B =
118 + 58 + 79 = 255 (100%)
R 118 of 255 ~ 46.27%
G 58 of 255 ~ 22.75%
B 79 of 255 ~ 30.98%

%46.27
%22.75
%30.98

CMYK color model

#763A4F color CMYK value is (0,51,33,54).

  • cyan value is 0.00%
  • magenta value is 50.85%
  • yellow value is 33.05%
  • key color value is 53.73%
CMYK:
(0,51,33,54)
C0M51Y33K54 
(0%,51%,33%,54%)
(0.00/0.51/0.33/0.54)	

CMYK percentages

%0
%50.85
%33.05
%53.73

Codes

Color #763A4F in popluar color models

763A4F
RGB1185879
HSL339°34.09%34.51%
HSB/HSV339°50.85%46.27%
CMYK0.00%50.85%33.05%
53.73%

Color #763A4F in popluar number systems.

HEX763A4F
Decimal1185879
Binary11101101110101001111
Octal16672117

Shades and tints

Shades of #763A4F

#763A4F
(118,58,79)
#6C3548
(108,53,72)
#623041
(98,48,65)
#582B3A
(88,43,58)
#4E2633
(78,38,51)
#44212C
(68,33,44)
#3A1C25
(58,28,37)
#30171E
(48,23,30)
#261217
(38,18,23)
#1C0D10
(28,13,16)
#120809
(18,8,9)
#000000
(0,0,0)

Tints of #763A4F

#763A4F
(118,58,79)
#824B5F
(130,75,95)
#8E5C6F
(142,92,111)
#9A6D7F
(154,109,127)
#A67E8F
(166,126,143)
#B28F9F
(178,143,159)
#BEA0AF
(190,160,175)
#CAB1BF
(202,177,191)
#D6C2CF
(214,194,207)
#E2D3DF
(226,211,223)
#EEE4EF
(238,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #763A4F; }

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

This text font color is #763A4F.


Background Color

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

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

This div background color is #763A4F.


Border color

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

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

This div border color is #763A4F.


Opacity

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

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

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

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

This text has shadow with #763A4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #763A4F on black background.


Color preview on white background

This text has color #763A4F on white background.



Black color preview on #763A4F background

This text has black color on #763A4F background.


White color preview on #763A4F background

This text has white color on #763A4F background.