COLOR #7C574F

HEX: #7C574F RGB: (124,87,79)

Color info

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

RGB color model

#7C574F color RGB value is (124,87,79).

RGB: (124,87,79) (49%, 34%, 31%)

RGB channels and saturation

R 124 of 255 = 49%
G 87 of 255 = 34%
B 79 of 255 = 31%

124
87
79

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

Portions of RGB colors in percentages

R + G + B = 124 + 87 + 79 = 290 (100%)
R 124 of 290 ~ 42.76%
G 87 of 290 ~ 30%
B 79 of 290 ~ 27.24'%

%42.76
%30
%27.24

CMYK color model

#7C574F color CMYK value is (0,30,36,51).

  • cyan value is 0.00%
  • magenta value is 29.84%
  • yellow value is 36.29%
  • key color value is 51.37%

CMYK: (0,30,36,51)
C0M30Y36K51 (0%, 30%, 36%, 51%)
(0.00 / 0.30 / 0.36 / 0.51)

CMYK percentages

%0
%29.84
%36.29
%51.37

Codes

Color #7C574F in popluar color models

7C 57 4F
RGB 124 87 79
HSL 11° 22.17% 39.80%
HSB/HSV 11° 36.29% 48.63%
CMYK 0.00% 29.84% 36.29%
51.37%

Color #7C574F in popluar number systems.

HEX 7C 57 4F
Decimal 124 87 79
Binary 1111100 1010111 1001111
Octal 174 127 117

Shades and tints

Shades of #7C574F

#7C574F
(124,87,79)
#715048
(113,80,72)
#664941
(102,73,65)
#5B423A
(91,66,58)
#503B33
(80,59,51)
#45342C
(69,52,44)
#3A2D25
(58,45,37)
#2F261E
(47,38,30)
#241F17
(36,31,23)
#191810
(25,24,16)
#0E1109
(14,17,9)
#000000
(0,0,0)

Tints of #7C574F

#7C574F
(124,87,79)
#87665F
(135,102,95)
#92756F
(146,117,111)
#9D847F
(157,132,127)
#A8938F
(168,147,143)
#B3A29F
(179,162,159)
#BEB1AF
(190,177,175)
#C9C0BF
(201,192,191)
#D4CFCF
(212,207,207)
#DFDEDF
(223,222,223)
#EAEDEF
(234,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C574F color. Also use rgb(124,87,79) instead hex code.

Text Font Color

.myTextColor { color: #7C574F; }

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

This text font color is #7C574F.

Background Color

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

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

This div background color is #7C574F.

Border color

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

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

This div border color is #7C574F.

Opacity

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

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

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

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

This text has shadow with #7C574F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C574F.

Preview

Color preview on black background

This text has color #7C574F on black background.


Color preview on white background

This text has color #7C574F on white background.


Black color preview on #7C574F background

This text has black color on #7C574F background.


White color preview on #7C574F background

This text has white color on #7C574F background.


Related colors

Complementary color

Complementary color for #hex is #83A8B0.


I love getcolorcode.com

Triadic colors

1 #4F7C57 and #574F7C with #7C574F are triadic colors.

2 #4F577C and #577C4F with #7C574F are triadic colors.