COLOR #7C5A55

HEX: #7C5A55 RGB: (124,90,85)

Color info

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

RGB color model

#7C5A55 color RGB value is (124,90,85).

RGB: (124,90,85) (49%, 35%, 33%)

RGB channels and saturation

R 124 of 255 = 49%
G 90 of 255 = 35%
B 85 of 255 = 33%

124
90
85

R + G + B ~ 39%. #7C5A55 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 124 + 90 + 85 = 299 (100%)
R 124 of 299 ~ 41.47%
G 90 of 299 ~ 30.1%
B 85 of 299 ~ 28.43'%

%41.47
%30.1
%28.43

CMYK color model

#7C5A55 color CMYK value is (0,27,31,51).

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

CMYK: (0,27,31,51)
C0M27Y31K51 (0%, 27%, 31%, 51%)
(0.00 / 0.27 / 0.31 / 0.51)

CMYK percentages

%0
%27.42
%31.45
%51.37

Codes

Color #7C5A55 in popluar color models

7C 5A 55
RGB 124 90 85
HSL 18.66% 40.98%
HSB/HSV 31.45% 48.63%
CMYK 0.00% 27.42% 31.45%
51.37%

Color #7C5A55 in popluar number systems.

HEX 7C 5A 55
Decimal 124 90 85
Binary 1111100 1011010 1010101
Octal 174 132 125

Shades and tints

Shades of #7C5A55

#7C5A55
(124,90,85)
#71524E
(113,82,78)
#664A47
(102,74,71)
#5B4240
(91,66,64)
#503A39
(80,58,57)
#453232
(69,50,50)
#3A2A2B
(58,42,43)
#2F2224
(47,34,36)
#241A1D
(36,26,29)
#191216
(25,18,22)
#0E0A0F
(14,10,15)
#000000
(0,0,0)

Tints of #7C5A55

#7C5A55
(124,90,85)
#876964
(135,105,100)
#927873
(146,120,115)
#9D8782
(157,135,130)
#A89691
(168,150,145)
#B3A5A0
(179,165,160)
#BEB4AF
(190,180,175)
#C9C3BE
(201,195,190)
#D4D2CD
(212,210,205)
#DFE1DC
(223,225,220)
#EAF0EB
(234,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C5A55; }

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

This text font color is #7C5A55.

Background Color

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

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

This div background color is #7C5A55.

Border color

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

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

This div border color is #7C5A55.

Opacity

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

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

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

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

This text has shadow with #7C5A55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C5A55.

Preview

Color preview on black background

This text has color #7C5A55 on black background.


Color preview on white background

This text has color #7C5A55 on white background.


Black color preview on #7C5A55 background

This text has black color on #7C5A55 background.


White color preview on #7C5A55 background

This text has white color on #7C5A55 background.


Related colors

Complementary color

Complementary color for #hex is #83A5AA.


I love getcolorcode.com

Triadic colors

1 #557C5A and #5A557C with #7C5A55 are triadic colors.

2 #555A7C and #5A7C55 with #7C5A55 are triadic colors.