COLOR #7C5A60

HEX: #7C5A60
RGB: (124,90,96)

Color info

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

RGB color model

#7C5A60 color RGB value is (124,90,96).

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

RGB channels and saturation

R 124 of 255 = 49%
G 90 of 255 = 35%
B 96 of 255 = 38%

124
90
96

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

Portions of RGB colors in percentages

R + G + B =
124 + 90 + 96 = 310 (100%)
R 124 of 310 ~ 40%
G 90 of 310 ~ 29.03%
B 96 of 310 ~ 30.97%

%40
%29.03
%30.97

CMYK color model

#7C5A60 color CMYK value is (0,27,23,51).

  • cyan value is 0.00%
  • magenta value is 27.42%
  • yellow value is 22.58%
  • key color value is 51.37%
CMYK:
(0,27,23,51)
C0M27Y23K51 
(0%,27%,23%,51%)
(0.00/0.27/0.23/0.51)	

CMYK percentages

%0
%27.42
%22.58
%51.37

Codes

Color #7C5A60 in popluar color models

7C5A60
RGB1249096
HSL349°15.89%41.96%
HSB/HSV349°27.42%48.63%
CMYK0.00%27.42%22.58%
51.37%

Color #7C5A60 in popluar number systems.

HEX7C5A60
Decimal1249096
Binary111110010110101100000
Octal174132140

Shades and tints

Shades of #7C5A60

#7C5A60
(124,90,96)
#715258
(113,82,88)
#664A50
(102,74,80)
#5B4248
(91,66,72)
#503A40
(80,58,64)
#453238
(69,50,56)
#3A2A30
(58,42,48)
#2F2228
(47,34,40)
#241A20
(36,26,32)
#191218
(25,18,24)
#0E0A10
(14,10,16)
#000000
(0,0,0)

Tints of #7C5A60

#7C5A60
(124,90,96)
#87696E
(135,105,110)
#92787C
(146,120,124)
#9D878A
(157,135,138)
#A89698
(168,150,152)
#B3A5A6
(179,165,166)
#BEB4B4
(190,180,180)
#C9C3C2
(201,195,194)
#D4D2D0
(212,210,208)
#DFE1DE
(223,225,222)
#EAF0EC
(234,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C5A60; }

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

This text font color is #7C5A60.


Background Color

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

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

This div background color is #7C5A60.


Border color

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

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

This div border color is #7C5A60.


Opacity

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

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

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

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

This text has shadow with #7C5A60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C5A60 on black background.


Color preview on white background

This text has color #7C5A60 on white background.



Black color preview on #7C5A60 background

This text has black color on #7C5A60 background.


White color preview on #7C5A60 background

This text has white color on #7C5A60 background.