COLOR #7C4777

HEX: #7C4777
RGB: (124,71,119)

Color info

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

RGB color model

#7C4777 color RGB value is (124,71,119).

  • red value is 124;
  • green value is 71;
  • blue value is 119.
RGB:
(124,71,119)
(49%,28%,47%)

RGB channels and saturation

R 124 of 255 = 49%
G 71 of 255 = 28%
B 119 of 255 = 47%

124
71
119

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

Portions of RGB colors in percentages

R + G + B =
124 + 71 + 119 = 314 (100%)
R 124 of 314 ~ 39.49%
G 71 of 314 ~ 22.61%
B 119 of 314 ~ 37.9%

%39.49
%22.61
%37.9

CMYK color model

#7C4777 color CMYK value is (0,43,4,51).

  • cyan value is 0.00%
  • magenta value is 42.74%
  • yellow value is 4.03%
  • key color value is 51.37%
CMYK:
(0,43,4,51)
C0M43Y4K51 
(0%,43%,4%,51%)
(0.00/0.43/0.04/0.51)	

CMYK percentages

%0
%42.74
%4.03
%51.37

Codes

Color #7C4777 in popluar color models

7C4777
RGB12471119
HSL306°27.18%38.24%
HSB/HSV306°42.74%48.63%
CMYK0.00%42.74%4.03%
51.37%

Color #7C4777 in popluar number systems.

HEX7C4777
Decimal12471119
Binary111110010001111110111
Octal174107167

Shades and tints

Shades of #7C4777

#7C4777
(124,71,119)
#71416D
(113,65,109)
#663B63
(102,59,99)
#5B3559
(91,53,89)
#502F4F
(80,47,79)
#452945
(69,41,69)
#3A233B
(58,35,59)
#2F1D31
(47,29,49)
#241727
(36,23,39)
#19111D
(25,17,29)
#0E0B13
(14,11,19)
#000000
(0,0,0)

Tints of #7C4777

#7C4777
(124,71,119)
#875783
(135,87,131)
#92678F
(146,103,143)
#9D779B
(157,119,155)
#A887A7
(168,135,167)
#B397B3
(179,151,179)
#BEA7BF
(190,167,191)
#C9B7CB
(201,183,203)
#D4C7D7
(212,199,215)
#DFD7E3
(223,215,227)
#EAE7EF
(234,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C4777; }

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

This text font color is #7C4777.


Background Color

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

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

This div background color is #7C4777.


Border color

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

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

This div border color is #7C4777.


Opacity

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

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

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

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

This text has shadow with #7C4777 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C4777 on black background.


Color preview on white background

This text has color #7C4777 on white background.



Black color preview on #7C4777 background

This text has black color on #7C4777 background.


White color preview on #7C4777 background

This text has white color on #7C4777 background.