COLOR #763A4D

HEX: #763A4D RGB: (118,58,77)

Color info

#763A4D contains mainly red and blue colors. Web safe color of #763A4D is #663333 (or #633).

RGB color model

#763A4D color RGB value is (118,58,77).

RGB: (118,58,77) (46%, 23%, 30%)

RGB channels and saturation

R 118 of 255 = 46%
G 58 of 255 = 23%
B 77 of 255 = 30%

118
58
77

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

Portions of RGB colors in percentages

R + G + B = 118 + 58 + 77 = 253 (100%)
R 118 of 253 ~ 46.64%
G 58 of 253 ~ 22.92%
B 77 of 253 ~ 30.43'%

%46.64
%22.92
%30.43

CMYK color model

#763A4D color CMYK value is (0,51,35,54).

  • cyan value is 0.00%
  • magenta value is 50.85%
  • yellow value is 34.75%
  • key color value is 53.73%

CMYK: (0,51,35,54)
C0M51Y35K54 (0%, 51%, 35%, 54%)
(0.00 / 0.51 / 0.35 / 0.54)

CMYK percentages

%0
%50.85
%34.75
%53.73

Codes

Color #763A4D in popluar color models

76 3A 4D
RGB 118 58 77
HSL 341° 34.09% 34.51%
HSB/HSV 341° 50.85% 46.27%
CMYK 0.00% 50.85% 34.75%
53.73%

Color #763A4D in popluar number systems.

HEX 76 3A 4D
Decimal 118 58 77
Binary 1110110 111010 1001101
Octal 166 72 115

Shades and tints

Shades of #763A4D

#763A4D
(118,58,77)
#6C3546
(108,53,70)
#62303F
(98,48,63)
#582B38
(88,43,56)
#4E2631
(78,38,49)
#44212A
(68,33,42)
#3A1C23
(58,28,35)
#30171C
(48,23,28)
#261215
(38,18,21)
#1C0D0E
(28,13,14)
#120807
(18,8,7)
#000000
(0,0,0)

Tints of #763A4D

#763A4D
(118,58,77)
#824B5D
(130,75,93)
#8E5C6D
(142,92,109)
#9A6D7D
(154,109,125)
#A67E8D
(166,126,141)
#B28F9D
(178,143,157)
#BEA0AD
(190,160,173)
#CAB1BD
(202,177,189)
#D6C2CD
(214,194,205)
#E2D3DD
(226,211,221)
#EEE4ED
(238,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #763A4D; }

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

This text font color is #763A4D.

Background Color

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

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

This div background color is #763A4D.

Border color

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

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

This div border color is #763A4D.

Opacity

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

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

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

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

This text has shadow with #763A4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #763A4D.

Preview

Color preview on black background

This text has color #763A4D on black background.


Color preview on white background

This text has color #763A4D on white background.


Black color preview on #763A4D background

This text has black color on #763A4D background.


White color preview on #763A4D background

This text has white color on #763A4D background.


Related colors

Complementary color

Complementary color for #hex is #89C5B2.


I love getcolorcode.com

Triadic colors

1 #4D763A and #3A4D76 with #763A4D are triadic colors.

2 #4D3A76 and #3A764D with #763A4D are triadic colors.