COLOR #7C5560

HEX: #7C5560 RGB: (124,85,96)

Color info

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

RGB color model

#7C5560 color RGB value is (124,85,96).

RGB: (124,85,96) (49%, 33%, 38%)

RGB channels and saturation

R 124 of 255 = 49%
G 85 of 255 = 33%
B 96 of 255 = 38%

124
85
96

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

Portions of RGB colors in percentages

R + G + B = 124 + 85 + 96 = 305 (100%)
R 124 of 305 ~ 40.66%
G 85 of 305 ~ 27.87%
B 96 of 305 ~ 31.48'%

%40.66
%27.87
%31.48

CMYK color model

#7C5560 color CMYK value is (0,31,23,51).

  • cyan value is 0.00%
  • magenta value is 31.45%
  • yellow value is 22.58%
  • key color value is 51.37%

CMYK: (0,31,23,51)
C0M31Y23K51 (0%, 31%, 23%, 51%)
(0.00 / 0.31 / 0.23 / 0.51)

CMYK percentages

%0
%31.45
%22.58
%51.37

Codes

Color #7C5560 in popluar color models

7C 55 60
RGB 124 85 96
HSL 343° 18.66% 40.98%
HSB/HSV 343° 31.45% 48.63%
CMYK 0.00% 31.45% 22.58%
51.37%

Color #7C5560 in popluar number systems.

HEX 7C 55 60
Decimal 124 85 96
Binary 1111100 1010101 1100000
Octal 174 125 140

Shades and tints

Shades of #7C5560

#7C5560
(124,85,96)
#714E58
(113,78,88)
#664750
(102,71,80)
#5B4048
(91,64,72)
#503940
(80,57,64)
#453238
(69,50,56)
#3A2B30
(58,43,48)
#2F2428
(47,36,40)
#241D20
(36,29,32)
#191618
(25,22,24)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #7C5560

#7C5560
(124,85,96)
#87646E
(135,100,110)
#92737C
(146,115,124)
#9D828A
(157,130,138)
#A89198
(168,145,152)
#B3A0A6
(179,160,166)
#BEAFB4
(190,175,180)
#C9BEC2
(201,190,194)
#D4CDD0
(212,205,208)
#DFDCDE
(223,220,222)
#EAEBEC
(234,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C5560; }

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

This text font color is #7C5560.

Background Color

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

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

This div background color is #7C5560.

Border color

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

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

This div border color is #7C5560.

Opacity

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

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

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

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

This text has shadow with #7C5560 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C5560.

Preview

Color preview on black background

This text has color #7C5560 on black background.


Color preview on white background

This text has color #7C5560 on white background.


Black color preview on #7C5560 background

This text has black color on #7C5560 background.


White color preview on #7C5560 background

This text has white color on #7C5560 background.


Related colors

Complementary color

Complementary color for #hex is #83AA9F.


I love getcolorcode.com

Triadic colors

1 #607C55 and #55607C with #7C5560 are triadic colors.

2 #60557C and #557C60 with #7C5560 are triadic colors.