COLOR #7C3E77

HEX: #7C3E77 RGB: (124,62,119)

Color info

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

RGB color model

#7C3E77 color RGB value is (124,62,119).

RGB: (124,62,119) (49%, 24%, 47%)

RGB channels and saturation

R 124 of 255 = 49%
G 62 of 255 = 24%
B 119 of 255 = 47%

124
62
119

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

Portions of RGB colors in percentages

R + G + B = 124 + 62 + 119 = 305 (100%)
R 124 of 305 ~ 40.66%
G 62 of 305 ~ 20.33%
B 119 of 305 ~ 39.02'%

%40.66
%20.33
%39.02

CMYK color model

#7C3E77 color CMYK value is (0,50,4,51).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 4.03%
  • key color value is 51.37%
CMYK: (0,50,4,51) C0M50Y4K51 (0%,50%,4%,51%) (0.00/0.50/0.04/0.51) 

CMYK percentages

%0
%50
%4.03
%51.37

Codes

Color #7C3E77 in popluar color models

7C 3E 77
RGB 124 62 119
HSL 305° 33.33% 36.47%
HSB/HSV 305° 50.00% 48.63%
CMYK 0.00% 50.00% 4.03%
51.37%

Color #7C3E77 in popluar number systems.

HEX 7C 3E 77
Decimal 124 62 119
Binary 1111100 111110 1110111
Octal 174 76 167

Shades and tints

Shades of #7C3E77

#7C3E77
(124,62,119)
#71396D
(113,57,109)
#663463
(102,52,99)
#5B2F59
(91,47,89)
#502A4F
(80,42,79)
#452545
(69,37,69)
#3A203B
(58,32,59)
#2F1B31
(47,27,49)
#241627
(36,22,39)
#19111D
(25,17,29)
#0E0C13
(14,12,19)
#000000
(0,0,0)

Tints of #7C3E77

#7C3E77
(124,62,119)
#874F83
(135,79,131)
#92608F
(146,96,143)
#9D719B
(157,113,155)
#A882A7
(168,130,167)
#B393B3
(179,147,179)
#BEA4BF
(190,164,191)
#C9B5CB
(201,181,203)
#D4C6D7
(212,198,215)
#DFD7E3
(223,215,227)
#EAE8EF
(234,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C3E77 color. Also use rgb(124,62,119) instead hex code.

Text Font Color

.myTextColor { color: #7C3E77; }

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

This text font color is #7C3E77.

Background Color

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

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

This div background color is #7C3E77.

Border color

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

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

This div border color is #7C3E77.

Opacity

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

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

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

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

This text has shadow with #7C3E77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C3E77.

Preview

Color preview on black background

This text has color #7C3E77 on black background.


Color preview on white background

This text has color #7C3E77 on white background.


Black color preview on #7C3E77 background

This text has black color on #7C3E77 background.


White color preview on #7C3E77 background

This text has white color on #7C3E77 background.


Related colors

Complementary color

Complementary color for #hex is #83C188.


I love getcolorcode.com

Triadic colors

1 #777C3E and #3E777C with #7C3E77 are triadic colors.

2 #773E7C and #3E7C77 with #7C3E77 are triadic colors.