COLOR #7C4786

HEX: #7C4786 RGB: (124,71,134)

Color info

#7C4786 contains mainly red and blue colors. Web safe color of #7C4786 is #663399 (or #639).

RGB color model

#7C4786 color RGB value is (124,71,134).

RGB: (124,71,134) (49%, 28%, 53%)

RGB channels and saturation

R 124 of 255 = 49%
G 71 of 255 = 28%
B 134 of 255 = 53%

124
71
134

R + G + B ~ 43%. #7C4786 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 124 + 71 + 134 = 329 (100%)
R 124 of 329 ~ 37.69%
G 71 of 329 ~ 21.58%
B 134 of 329 ~ 40.73'%

%37.69
%21.58
%40.73

CMYK color model

#7C4786 color CMYK value is (7,47,0,47).

  • cyan value is 7.46%
  • magenta value is 47.01%
  • yellow value is 0.00%
  • key color value is 47.45%

CMYK: (7,47,0,47)
C7M47Y0K47 (7%, 47%, 0%, 47%)
(0.07 / 0.47 / 0.00 / 0.47)

CMYK percentages

%7.46
%47.01
%0
%47.45

Codes

Color #7C4786 in popluar color models

7C 47 86
RGB 124 71 134
HSL 290° 30.73% 40.20%
HSB/HSV 290° 47.01% 52.55%
CMYK 7.46% 47.01% 0.00%
47.45%

Color #7C4786 in popluar number systems.

HEX 7C 47 86
Decimal 124 71 134
Binary 1111100 1000111 10000110
Octal 174 107 206

Shades and tints

Shades of #7C4786

#7C4786
(124,71,134)
#71417A
(113,65,122)
#663B6E
(102,59,110)
#5B3562
(91,53,98)
#502F56
(80,47,86)
#45294A
(69,41,74)
#3A233E
(58,35,62)
#2F1D32
(47,29,50)
#241726
(36,23,38)
#19111A
(25,17,26)
#0E0B0E
(14,11,14)
#000000
(0,0,0)

Tints of #7C4786

#7C4786
(124,71,134)
#875791
(135,87,145)
#92679C
(146,103,156)
#9D77A7
(157,119,167)
#A887B2
(168,135,178)
#B397BD
(179,151,189)
#BEA7C8
(190,167,200)
#C9B7D3
(201,183,211)
#D4C7DE
(212,199,222)
#DFD7E9
(223,215,233)
#EAE7F4
(234,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C4786 color. Also use rgb(124,71,134) instead hex code.

Text Font Color

.myTextColor { color: #7C4786; }

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

This text font color is #7C4786.

Background Color

.myBgColor { background-color: #7C4786; }

<div style="background-color:#7C4786">Inner text</div>

This div background color is #7C4786.

Border color

.myBorderColor { border: 1px solid #7C4786; }

<div style="border:3px solid #7C4786">Div</div>

This div border color is #7C4786.

Opacity

.myOpacity80 { color: #7C4786; opacity: 0.8; }

<p style="color:#7C4786;opacity:0.8;">80%</p>

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

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

This text has shadow with #7C4786 color.


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

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

This text has shadow with #7C4786 primary color and red secondary color.


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

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

This text has shadow with #7C4786 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7C4786.

Preview

Color preview on black background

This text has color #7C4786 on black background.


Color preview on white background

This text has color #7C4786 on white background.


Black color preview on #7C4786 background

This text has black color on #7C4786 background.


White color preview on #7C4786 background

This text has white color on #7C4786 background.


Related colors

Complementary color

Complementary color for #hex is #83B879.


I love getcolorcode.com

Triadic colors

1 #867C47 and #47867C with #7C4786 are triadic colors.

2 #86477C and #477C86 with #7C4786 are triadic colors.