COLOR #7C4D80

HEX: #7C4D80
RGB: (124,77,128)

Color info

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

RGB color model

#7C4D80 color RGB value is (124,77,128).

  • red value is 124;
  • green value is 77;
  • blue value is 128.
RGB:
(124,77,128)
(49%,30%,50%)

RGB channels and saturation

R 124 of 255 = 49%
G 77 of 255 = 30%
B 128 of 255 = 50%

124
77
128

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

Portions of RGB colors in percentages

R + G + B =
124 + 77 + 128 = 329 (100%)
R 124 of 329 ~ 37.69%
G 77 of 329 ~ 23.4%
B 128 of 329 ~ 38.91%

%37.69
%23.4
%38.91

CMYK color model

#7C4D80 color CMYK value is (3,40,0,50).

  • cyan value is 3.12%
  • magenta value is 39.84%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(3,40,0,50)
C3M40Y0K50 
(3%,40%,0%,50%)
(0.03/0.40/0.00/0.50)	

CMYK percentages

%3.12
%39.84
%0
%49.8

Codes

Color #7C4D80 in popluar color models

7C4D80
RGB12477128
HSL295°24.88%40.20%
HSB/HSV295°39.84%50.20%
CMYK3.12%39.84%0.00%
49.80%

Color #7C4D80 in popluar number systems.

HEX7C4D80
Decimal12477128
Binary1111100100110110000000
Octal174115200

Shades and tints

Shades of #7C4D80

#7C4D80
(124,77,128)
#714675
(113,70,117)
#663F6A
(102,63,106)
#5B385F
(91,56,95)
#503154
(80,49,84)
#452A49
(69,42,73)
#3A233E
(58,35,62)
#2F1C33
(47,28,51)
#241528
(36,21,40)
#190E1D
(25,14,29)
#0E0712
(14,7,18)
#000000
(0,0,0)

Tints of #7C4D80

#7C4D80
(124,77,128)
#875D8B
(135,93,139)
#926D96
(146,109,150)
#9D7DA1
(157,125,161)
#A88DAC
(168,141,172)
#B39DB7
(179,157,183)
#BEADC2
(190,173,194)
#C9BDCD
(201,189,205)
#D4CDD8
(212,205,216)
#DFDDE3
(223,221,227)
#EAEDEE
(234,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C4D80 color. Also use rgb(124,77,128) instead hex code.

Text Font Color

.myTextColor { color: #7C4D80; }

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

This text font color is #7C4D80.


Background Color

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

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

This div background color is #7C4D80.


Border color

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

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

This div border color is #7C4D80.


Opacity

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

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

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

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

This text has shadow with #7C4D80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C4D80 on black background.


Color preview on white background

This text has color #7C4D80 on white background.



Black color preview on #7C4D80 background

This text has black color on #7C4D80 background.


White color preview on #7C4D80 background

This text has white color on #7C4D80 background.