COLOR #7C5E5C

HEX: #7C5E5C
RGB: (124,94,92)

Color info

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

RGB color model

#7C5E5C color RGB value is (124,94,92).

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

RGB channels and saturation

R 124 of 255 = 49%
G 94 of 255 = 37%
B 92 of 255 = 36%

124
94
92

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

Portions of RGB colors in percentages

R + G + B =
124 + 94 + 92 = 310 (100%)
R 124 of 310 ~ 40%
G 94 of 310 ~ 30.32%
B 92 of 310 ~ 29.68%

%40
%30.32
%29.68

CMYK color model

#7C5E5C color CMYK value is (0,24,26,51).

  • cyan value is 0.00%
  • magenta value is 24.19%
  • yellow value is 25.81%
  • key color value is 51.37%
CMYK:
(0,24,26,51)
C0M24Y26K51 
(0%,24%,26%,51%)
(0.00/0.24/0.26/0.51)	

CMYK percentages

%0
%24.19
%25.81
%51.37

Codes

Color #7C5E5C in popluar color models

7C5E5C
RGB1249492
HSL14.81%42.35%
HSB/HSV25.81%48.63%
CMYK0.00%24.19%25.81%
51.37%

Color #7C5E5C in popluar number systems.

HEX7C5E5C
Decimal1249492
Binary111110010111101011100
Octal174136134

Shades and tints

Shades of #7C5E5C

#7C5E5C
(124,94,92)
#715654
(113,86,84)
#664E4C
(102,78,76)
#5B4644
(91,70,68)
#503E3C
(80,62,60)
#453634
(69,54,52)
#3A2E2C
(58,46,44)
#2F2624
(47,38,36)
#241E1C
(36,30,28)
#191614
(25,22,20)
#0E0E0C
(14,14,12)
#000000
(0,0,0)

Tints of #7C5E5C

#7C5E5C
(124,94,92)
#876C6A
(135,108,106)
#927A78
(146,122,120)
#9D8886
(157,136,134)
#A89694
(168,150,148)
#B3A4A2
(179,164,162)
#BEB2B0
(190,178,176)
#C9C0BE
(201,192,190)
#D4CECC
(212,206,204)
#DFDCDA
(223,220,218)
#EAEAE8
(234,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C5E5C; }

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

This text font color is #7C5E5C.


Background Color

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

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

This div background color is #7C5E5C.


Border color

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

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

This div border color is #7C5E5C.


Opacity

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

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

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

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

This text has shadow with #7C5E5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C5E5C on black background.


Color preview on white background

This text has color #7C5E5C on white background.



Black color preview on #7C5E5C background

This text has black color on #7C5E5C background.


White color preview on #7C5E5C background

This text has white color on #7C5E5C background.