COLOR #7C5E6F

HEX: #7C5E6F
RGB: (124,94,111)

Color info

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

RGB color model

#7C5E6F color RGB value is (124,94,111).

  • red value is 124;
  • green value is 94;
  • blue value is 111.
RGB:
(124,94,111)
(49%,37%,44%)

RGB channels and saturation

R 124 of 255 = 49%
G 94 of 255 = 37%
B 111 of 255 = 44%

124
94
111

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

Portions of RGB colors in percentages

R + G + B =
124 + 94 + 111 = 329 (100%)
R 124 of 329 ~ 37.69%
G 94 of 329 ~ 28.57%
B 111 of 329 ~ 33.74%

%37.69
%28.57
%33.74

CMYK color model

#7C5E6F color CMYK value is (0,24,10,51).

  • cyan value is 0.00%
  • magenta value is 24.19%
  • yellow value is 10.48%
  • key color value is 51.37%
CMYK:
(0,24,10,51)
C0M24Y10K51 
(0%,24%,10%,51%)
(0.00/0.24/0.10/0.51)	

CMYK percentages

%0
%24.19
%10.48
%51.37

Codes

Color #7C5E6F in popluar color models

7C5E6F
RGB12494111
HSL326°13.76%42.75%
HSB/HSV326°24.19%48.63%
CMYK0.00%24.19%10.48%
51.37%

Color #7C5E6F in popluar number systems.

HEX7C5E6F
Decimal12494111
Binary111110010111101101111
Octal174136157

Shades and tints

Shades of #7C5E6F

#7C5E6F
(124,94,111)
#715665
(113,86,101)
#664E5B
(102,78,91)
#5B4651
(91,70,81)
#503E47
(80,62,71)
#45363D
(69,54,61)
#3A2E33
(58,46,51)
#2F2629
(47,38,41)
#241E1F
(36,30,31)
#191615
(25,22,21)
#0E0E0B
(14,14,11)
#000000
(0,0,0)

Tints of #7C5E6F

#7C5E6F
(124,94,111)
#876C7C
(135,108,124)
#927A89
(146,122,137)
#9D8896
(157,136,150)
#A896A3
(168,150,163)
#B3A4B0
(179,164,176)
#BEB2BD
(190,178,189)
#C9C0CA
(201,192,202)
#D4CED7
(212,206,215)
#DFDCE4
(223,220,228)
#EAEAF1
(234,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C5E6F color. Also use rgb(124,94,111) instead hex code.

Text Font Color

.myTextColor { color: #7C5E6F; }

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

This text font color is #7C5E6F.


Background Color

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

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

This div background color is #7C5E6F.


Border color

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

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

This div border color is #7C5E6F.


Opacity

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

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

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

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

This text has shadow with #7C5E6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C5E6F on black background.


Color preview on white background

This text has color #7C5E6F on white background.



Black color preview on #7C5E6F background

This text has black color on #7C5E6F background.


White color preview on #7C5E6F background

This text has white color on #7C5E6F background.