COLOR #7C4F77

HEX: #7C4F77
RGB: (124,79,119)

Color info

#7C4F77 contains red, green and blue colors in about the same proportion. Web safe color of #7C4F77 is #666666 (or #666).

RGB color model

#7C4F77 color RGB value is (124,79,119).

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

RGB channels and saturation

R 124 of 255 = 49%
G 79 of 255 = 31%
B 119 of 255 = 47%

124
79
119

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

Portions of RGB colors in percentages

R + G + B =
124 + 79 + 119 = 322 (100%)
R 124 of 322 ~ 38.51%
G 79 of 322 ~ 24.53%
B 119 of 322 ~ 36.96%

%38.51
%24.53
%36.96

CMYK color model

#7C4F77 color CMYK value is (0,36,4,51).

  • cyan value is 0.00%
  • magenta value is 36.29%
  • yellow value is 4.03%
  • key color value is 51.37%
CMYK:
(0,36,4,51)
C0M36Y4K51 
(0%,36%,4%,51%)
(0.00/0.36/0.04/0.51)	

CMYK percentages

%0
%36.29
%4.03
%51.37

Codes

Color #7C4F77 in popluar color models

7C4F77
RGB12479119
HSL307°22.17%39.80%
HSB/HSV307°36.29%48.63%
CMYK0.00%36.29%4.03%
51.37%

Color #7C4F77 in popluar number systems.

HEX7C4F77
Decimal12479119
Binary111110010011111110111
Octal174117167

Shades and tints

Shades of #7C4F77

#7C4F77
(124,79,119)
#71486D
(113,72,109)
#664163
(102,65,99)
#5B3A59
(91,58,89)
#50334F
(80,51,79)
#452C45
(69,44,69)
#3A253B
(58,37,59)
#2F1E31
(47,30,49)
#241727
(36,23,39)
#19101D
(25,16,29)
#0E0913
(14,9,19)
#000000
(0,0,0)

Tints of #7C4F77

#7C4F77
(124,79,119)
#875F83
(135,95,131)
#926F8F
(146,111,143)
#9D7F9B
(157,127,155)
#A88FA7
(168,143,167)
#B39FB3
(179,159,179)
#BEAFBF
(190,175,191)
#C9BFCB
(201,191,203)
#D4CFD7
(212,207,215)
#DFDFE3
(223,223,227)
#EAEFEF
(234,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C4F77; }

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

This text font color is #7C4F77.


Background Color

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

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

This div background color is #7C4F77.


Border color

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

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

This div border color is #7C4F77.


Opacity

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

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

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

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

This text has shadow with #7C4F77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C4F77 on black background.


Color preview on white background

This text has color #7C4F77 on white background.



Black color preview on #7C4F77 background

This text has black color on #7C4F77 background.


White color preview on #7C4F77 background

This text has white color on #7C4F77 background.