COLOR #7C5C6F

HEX: #7C5C6F
RGB: (124,92,111)

Color info

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

RGB color model

#7C5C6F color RGB value is (124,92,111).

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

RGB channels and saturation

R 124 of 255 = 49%
G 92 of 255 = 36%
B 111 of 255 = 44%

124
92
111

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

Portions of RGB colors in percentages

R + G + B =
124 + 92 + 111 = 327 (100%)
R 124 of 327 ~ 37.92%
G 92 of 327 ~ 28.13%
B 111 of 327 ~ 33.94%

%37.92
%28.13
%33.94

CMYK color model

#7C5C6F color CMYK value is (0,26,10,51).

  • cyan value is 0.00%
  • magenta value is 25.81%
  • yellow value is 10.48%
  • key color value is 51.37%
CMYK:
(0,26,10,51)
C0M26Y10K51 
(0%,26%,10%,51%)
(0.00/0.26/0.10/0.51)	

CMYK percentages

%0
%25.81
%10.48
%51.37

Codes

Color #7C5C6F in popluar color models

7C5C6F
RGB12492111
HSL324°14.81%42.35%
HSB/HSV324°25.81%48.63%
CMYK0.00%25.81%10.48%
51.37%

Color #7C5C6F in popluar number systems.

HEX7C5C6F
Decimal12492111
Binary111110010111001101111
Octal174134157

Shades and tints

Shades of #7C5C6F

#7C5C6F
(124,92,111)
#715465
(113,84,101)
#664C5B
(102,76,91)
#5B4451
(91,68,81)
#503C47
(80,60,71)
#45343D
(69,52,61)
#3A2C33
(58,44,51)
#2F2429
(47,36,41)
#241C1F
(36,28,31)
#191415
(25,20,21)
#0E0C0B
(14,12,11)
#000000
(0,0,0)

Tints of #7C5C6F

#7C5C6F
(124,92,111)
#876A7C
(135,106,124)
#927889
(146,120,137)
#9D8696
(157,134,150)
#A894A3
(168,148,163)
#B3A2B0
(179,162,176)
#BEB0BD
(190,176,189)
#C9BECA
(201,190,202)
#D4CCD7
(212,204,215)
#DFDAE4
(223,218,228)
#EAE8F1
(234,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C5C6F; }

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

This text font color is #7C5C6F.


Background Color

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

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

This div background color is #7C5C6F.


Border color

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

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

This div border color is #7C5C6F.


Opacity

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

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

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

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

This text has shadow with #7C5C6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C5C6F on black background.


Color preview on white background

This text has color #7C5C6F on white background.



Black color preview on #7C5C6F background

This text has black color on #7C5C6F background.


White color preview on #7C5C6F background

This text has white color on #7C5C6F background.