COLOR #7C5A6E

HEX: #7C5A6E
RGB: (124,90,110)

Color info

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

RGB color model

#7C5A6E color RGB value is (124,90,110).

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

RGB channels and saturation

R 124 of 255 = 49%
G 90 of 255 = 35%
B 110 of 255 = 43%

124
90
110

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

Portions of RGB colors in percentages

R + G + B =
124 + 90 + 110 = 324 (100%)
R 124 of 324 ~ 38.27%
G 90 of 324 ~ 27.78%
B 110 of 324 ~ 33.95%

%38.27
%27.78
%33.95

CMYK color model

#7C5A6E color CMYK value is (0,27,11,51).

  • cyan value is 0.00%
  • magenta value is 27.42%
  • yellow value is 11.29%
  • key color value is 51.37%
CMYK:
(0,27,11,51)
C0M27Y11K51 
(0%,27%,11%,51%)
(0.00/0.27/0.11/0.51)	

CMYK percentages

%0
%27.42
%11.29
%51.37

Codes

Color #7C5A6E in popluar color models

7C5A6E
RGB12490110
HSL325°15.89%41.96%
HSB/HSV325°27.42%48.63%
CMYK0.00%27.42%11.29%
51.37%

Color #7C5A6E in popluar number systems.

HEX7C5A6E
Decimal12490110
Binary111110010110101101110
Octal174132156

Shades and tints

Shades of #7C5A6E

#7C5A6E
(124,90,110)
#715264
(113,82,100)
#664A5A
(102,74,90)
#5B4250
(91,66,80)
#503A46
(80,58,70)
#45323C
(69,50,60)
#3A2A32
(58,42,50)
#2F2228
(47,34,40)
#241A1E
(36,26,30)
#191214
(25,18,20)
#0E0A0A
(14,10,10)
#000000
(0,0,0)

Tints of #7C5A6E

#7C5A6E
(124,90,110)
#87697B
(135,105,123)
#927888
(146,120,136)
#9D8795
(157,135,149)
#A896A2
(168,150,162)
#B3A5AF
(179,165,175)
#BEB4BC
(190,180,188)
#C9C3C9
(201,195,201)
#D4D2D6
(212,210,214)
#DFE1E3
(223,225,227)
#EAF0F0
(234,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C5A6E; }

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

This text font color is #7C5A6E.


Background Color

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

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

This div background color is #7C5A6E.


Border color

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

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

This div border color is #7C5A6E.


Opacity

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

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

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

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

This text has shadow with #7C5A6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C5A6E on black background.


Color preview on white background

This text has color #7C5A6E on white background.



Black color preview on #7C5A6E background

This text has black color on #7C5A6E background.


White color preview on #7C5A6E background

This text has white color on #7C5A6E background.