COLOR #7C5C60

HEX: #7C5C60 RGB: (124,92,96)

Color info

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

RGB color model

#7C5C60 color RGB value is (124,92,96).

RGB: (124,92,96) (49%, 36%, 38%)

RGB channels and saturation

R 124 of 255 = 49%
G 92 of 255 = 36%
B 96 of 255 = 38%

124
92
96

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

Portions of RGB colors in percentages

R + G + B = 124 + 92 + 96 = 312 (100%)
R 124 of 312 ~ 39.74%
G 92 of 312 ~ 29.49%
B 96 of 312 ~ 30.77'%

%39.74
%29.49
%30.77

CMYK color model

#7C5C60 color CMYK value is (0,26,23,51).

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

CMYK: (0,26,23,51)
C0M26Y23K51 (0%, 26%, 23%, 51%)
(0.00 / 0.26 / 0.23 / 0.51)

CMYK percentages

%0
%25.81
%22.58
%51.37

Codes

Color #7C5C60 in popluar color models

7C 5C 60
RGB 124 92 96
HSL 353° 14.81% 42.35%
HSB/HSV 353° 25.81% 48.63%
CMYK 0.00% 25.81% 22.58%
51.37%

Color #7C5C60 in popluar number systems.

HEX 7C 5C 60
Decimal 124 92 96
Binary 1111100 1011100 1100000
Octal 174 134 140

Shades and tints

Shades of #7C5C60

#7C5C60
(124,92,96)
#715458
(113,84,88)
#664C50
(102,76,80)
#5B4448
(91,68,72)
#503C40
(80,60,64)
#453438
(69,52,56)
#3A2C30
(58,44,48)
#2F2428
(47,36,40)
#241C20
(36,28,32)
#191418
(25,20,24)
#0E0C10
(14,12,16)
#000000
(0,0,0)

Tints of #7C5C60

#7C5C60
(124,92,96)
#876A6E
(135,106,110)
#92787C
(146,120,124)
#9D868A
(157,134,138)
#A89498
(168,148,152)
#B3A2A6
(179,162,166)
#BEB0B4
(190,176,180)
#C9BEC2
(201,190,194)
#D4CCD0
(212,204,208)
#DFDADE
(223,218,222)
#EAE8EC
(234,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C5C60; }

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

This text font color is #7C5C60.

Background Color

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

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

This div background color is #7C5C60.

Border color

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

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

This div border color is #7C5C60.

Opacity

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

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

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

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

This text has shadow with #7C5C60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C5C60.

Preview

Color preview on black background

This text has color #7C5C60 on black background.


Color preview on white background

This text has color #7C5C60 on white background.


Black color preview on #7C5C60 background

This text has black color on #7C5C60 background.


White color preview on #7C5C60 background

This text has white color on #7C5C60 background.


Related colors

Complementary color

Complementary color for #hex is #83A39F.


I love getcolorcode.com

Triadic colors

1 #607C5C and #5C607C with #7C5C60 are triadic colors.

2 #605C7C and #5C7C60 with #7C5C60 are triadic colors.