COLOR #7C5C5E

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

Color info

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

RGB color model

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

RGB: (124,92,94) (49%, 36%, 37%)

RGB channels and saturation

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

124
92
94

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

Portions of RGB colors in percentages

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

%40
%29.68
%30.32

CMYK color model

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

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

CMYK: (0,26,24,51)
C0M26Y24K51 (0%, 26%, 24%, 51%)
(0.00 / 0.26 / 0.24 / 0.51)

CMYK percentages

%0
%25.81
%24.19
%51.37

Codes

Color #7C5C5E in popluar color models

7C 5C 5E
RGB 124 92 94
HSL 356° 14.81% 42.35%
HSB/HSV 356° 25.81% 48.63%
CMYK 0.00% 25.81% 24.19%
51.37%

Color #7C5C5E in popluar number systems.

HEX 7C 5C 5E
Decimal 124 92 94
Binary 1111100 1011100 1011110
Octal 174 134 136

Shades and tints

Shades of #7C5C5E

#7C5C5E
(124,92,94)
#715456
(113,84,86)
#664C4E
(102,76,78)
#5B4446
(91,68,70)
#503C3E
(80,60,62)
#453436
(69,52,54)
#3A2C2E
(58,44,46)
#2F2426
(47,36,38)
#241C1E
(36,28,30)
#191416
(25,20,22)
#0E0C0E
(14,12,14)
#000000
(0,0,0)

Tints of #7C5C5E

#7C5C5E
(124,92,94)
#876A6C
(135,106,108)
#92787A
(146,120,122)
#9D8688
(157,134,136)
#A89496
(168,148,150)
#B3A2A4
(179,162,164)
#BEB0B2
(190,176,178)
#C9BEC0
(201,190,192)
#D4CCCE
(212,204,206)
#DFDADC
(223,218,220)
#EAE8EA
(234,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C5C5E; }

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

This text font color is #7C5C5E.

Background Color

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

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

This div background color is #7C5C5E.

Border color

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

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

This div border color is #7C5C5E.

Opacity

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

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

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

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

This text has shadow with #7C5C5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C5C5E.

Preview

Color preview on black background

This text has color #7C5C5E on black background.


Color preview on white background

This text has color #7C5C5E on white background.


Black color preview on #7C5C5E background

This text has black color on #7C5C5E background.


White color preview on #7C5C5E background

This text has white color on #7C5C5E background.


Related colors

Complementary color

Complementary color for #hex is #83A3A1.


I love getcolorcode.com

Triadic colors

1 #5E7C5C and #5C5E7C with #7C5C5E are triadic colors.

2 #5E5C7C and #5C7C5E with #7C5C5E are triadic colors.