COLOR #7C4E6E

HEX: #7C4E6E
RGB: (124,78,110)

Color info

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

RGB color model

#7C4E6E color RGB value is (124,78,110).

  • red value is 124;
  • green value is 78;
  • blue value is 110.
RGB:
(124,78,110)
(49%,31%,43%)

RGB channels and saturation

R 124 of 255 = 49%
G 78 of 255 = 31%
B 110 of 255 = 43%

124
78
110

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

Portions of RGB colors in percentages

R + G + B =
124 + 78 + 110 = 312 (100%)
R 124 of 312 ~ 39.74%
G 78 of 312 ~ 25%
B 110 of 312 ~ 35.26%

%39.74
%25
%35.26

CMYK color model

#7C4E6E color CMYK value is (0,37,11,51).

  • cyan value is 0.00%
  • magenta value is 37.10%
  • yellow value is 11.29%
  • key color value is 51.37%
CMYK:
(0,37,11,51)
C0M37Y11K51 
(0%,37%,11%,51%)
(0.00/0.37/0.11/0.51)	

CMYK percentages

%0
%37.1
%11.29
%51.37

Codes

Color #7C4E6E in popluar color models

7C4E6E
RGB12478110
HSL318°22.77%39.61%
HSB/HSV318°37.10%48.63%
CMYK0.00%37.10%11.29%
51.37%

Color #7C4E6E in popluar number systems.

HEX7C4E6E
Decimal12478110
Binary111110010011101101110
Octal174116156

Shades and tints

Shades of #7C4E6E

#7C4E6E
(124,78,110)
#714764
(113,71,100)
#66405A
(102,64,90)
#5B3950
(91,57,80)
#503246
(80,50,70)
#452B3C
(69,43,60)
#3A2432
(58,36,50)
#2F1D28
(47,29,40)
#24161E
(36,22,30)
#190F14
(25,15,20)
#0E080A
(14,8,10)
#000000
(0,0,0)

Tints of #7C4E6E

#7C4E6E
(124,78,110)
#875E7B
(135,94,123)
#926E88
(146,110,136)
#9D7E95
(157,126,149)
#A88EA2
(168,142,162)
#B39EAF
(179,158,175)
#BEAEBC
(190,174,188)
#C9BEC9
(201,190,201)
#D4CED6
(212,206,214)
#DFDEE3
(223,222,227)
#EAEEF0
(234,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C4E6E color. Also use rgb(124,78,110) instead hex code.

Text Font Color

.myTextColor { color: #7C4E6E; }

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

This text font color is #7C4E6E.


Background Color

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

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

This div background color is #7C4E6E.


Border color

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

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

This div border color is #7C4E6E.


Opacity

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

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

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

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

This text has shadow with #7C4E6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C4E6E on black background.


Color preview on white background

This text has color #7C4E6E on white background.



Black color preview on #7C4E6E background

This text has black color on #7C4E6E background.


White color preview on #7C4E6E background

This text has white color on #7C4E6E background.