COLOR #7C5F5A

HEX: #7C5F5A RGB: (124,95,90)

Color info

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

RGB color model

#7C5F5A color RGB value is (124,95,90).

RGB: (124,95,90) (49%, 37%, 35%)

RGB channels and saturation

R 124 of 255 = 49%
G 95 of 255 = 37%
B 90 of 255 = 35%

124
95
90

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

Portions of RGB colors in percentages

R + G + B = 124 + 95 + 90 = 309 (100%)
R 124 of 309 ~ 40.13%
G 95 of 309 ~ 30.74%
B 90 of 309 ~ 29.13'%

%40.13
%30.74
%29.13

CMYK color model

#7C5F5A color CMYK value is (0,23,27,51).

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

CMYK: (0,23,27,51)
C0M23Y27K51 (0%, 23%, 27%, 51%)
(0.00 / 0.23 / 0.27 / 0.51)

CMYK percentages

%0
%23.39
%27.42
%51.37

Codes

Color #7C5F5A in popluar color models

7C 5F 5A
RGB 124 95 90
HSL 15.89% 41.96%
HSB/HSV 27.42% 48.63%
CMYK 0.00% 23.39% 27.42%
51.37%

Color #7C5F5A in popluar number systems.

HEX 7C 5F 5A
Decimal 124 95 90
Binary 1111100 1011111 1011010
Octal 174 137 132

Shades and tints

Shades of #7C5F5A

#7C5F5A
(124,95,90)
#715752
(113,87,82)
#664F4A
(102,79,74)
#5B4742
(91,71,66)
#503F3A
(80,63,58)
#453732
(69,55,50)
#3A2F2A
(58,47,42)
#2F2722
(47,39,34)
#241F1A
(36,31,26)
#191712
(25,23,18)
#0E0F0A
(14,15,10)
#000000
(0,0,0)

Tints of #7C5F5A

#7C5F5A
(124,95,90)
#876D69
(135,109,105)
#927B78
(146,123,120)
#9D8987
(157,137,135)
#A89796
(168,151,150)
#B3A5A5
(179,165,165)
#BEB3B4
(190,179,180)
#C9C1C3
(201,193,195)
#D4CFD2
(212,207,210)
#DFDDE1
(223,221,225)
#EAEBF0
(234,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C5F5A; }

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

This text font color is #7C5F5A.

Background Color

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

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

This div background color is #7C5F5A.

Border color

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

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

This div border color is #7C5F5A.

Opacity

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

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

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

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

This text has shadow with #7C5F5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C5F5A.

Preview

Color preview on black background

This text has color #7C5F5A on black background.


Color preview on white background

This text has color #7C5F5A on white background.


Black color preview on #7C5F5A background

This text has black color on #7C5F5A background.


White color preview on #7C5F5A background

This text has white color on #7C5F5A background.


Related colors

Complementary color

Complementary color for #hex is #83A0A5.


I love getcolorcode.com

Triadic colors

1 #5A7C5F and #5F5A7C with #7C5F5A are triadic colors.

2 #5A5F7C and #5F7C5A with #7C5F5A are triadic colors.