COLOR #7C5E4A

HEX: #7C5E4A RGB: (124,94,74)

Color info

#7C5E4A contains red, green and blue colors in about the same proportion. Web safe color of #7C5E4A is #666633 (or #663).

RGB color model

#7C5E4A color RGB value is (124,94,74).

RGB: (124,94,74) (49%, 37%, 29%)

RGB channels and saturation

R 124 of 255 = 49%
G 94 of 255 = 37%
B 74 of 255 = 29%

124
94
74

R + G + B ~ 38%. #7C5E4A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 124 + 94 + 74 = 292 (100%)
R 124 of 292 ~ 42.47%
G 94 of 292 ~ 32.19%
B 74 of 292 ~ 25.34'%

%42.47
%32.19
%25.34

CMYK color model

#7C5E4A color CMYK value is (0,24,40,51).

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

CMYK: (0,24,40,51)
C0M24Y40K51 (0%, 24%, 40%, 51%)
(0.00 / 0.24 / 0.40 / 0.51)

CMYK percentages

%0
%24.19
%40.32
%51.37

Codes

Color #7C5E4A in popluar color models

7C 5E 4A
RGB 124 94 74
HSL 24° 25.25% 38.82%
HSB/HSV 24° 40.32% 48.63%
CMYK 0.00% 24.19% 40.32%
51.37%

Color #7C5E4A in popluar number systems.

HEX 7C 5E 4A
Decimal 124 94 74
Binary 1111100 1011110 1001010
Octal 174 136 112

Shades and tints

Shades of #7C5E4A

#7C5E4A
(124,94,74)
#715644
(113,86,68)
#664E3E
(102,78,62)
#5B4638
(91,70,56)
#503E32
(80,62,50)
#45362C
(69,54,44)
#3A2E26
(58,46,38)
#2F2620
(47,38,32)
#241E1A
(36,30,26)
#191614
(25,22,20)
#0E0E0E
(14,14,14)
#000000
(0,0,0)

Tints of #7C5E4A

#7C5E4A
(124,94,74)
#876C5A
(135,108,90)
#927A6A
(146,122,106)
#9D887A
(157,136,122)
#A8968A
(168,150,138)
#B3A49A
(179,164,154)
#BEB2AA
(190,178,170)
#C9C0BA
(201,192,186)
#D4CECA
(212,206,202)
#DFDCDA
(223,220,218)
#EAEAEA
(234,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C5E4A; }

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

This text font color is #7C5E4A.

Background Color

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

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

This div background color is #7C5E4A.

Border color

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

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

This div border color is #7C5E4A.

Opacity

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

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

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

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

This text has shadow with #7C5E4A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C5E4A.

Preview

Color preview on black background

This text has color #7C5E4A on black background.


Color preview on white background

This text has color #7C5E4A on white background.


Black color preview on #7C5E4A background

This text has black color on #7C5E4A background.


White color preview on #7C5E4A background

This text has white color on #7C5E4A background.


Related colors

Complementary color

Complementary color for #hex is #83A1B5.


I love getcolorcode.com

Triadic colors

1 #4A7C5E and #5E4A7C with #7C5E4A are triadic colors.

2 #4A5E7C and #5E7C4A with #7C5E4A are triadic colors.