COLOR #7C5F4E

HEX: #7C5F4E
RGB: (124,95,78)

Color info

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

RGB color model

#7C5F4E color RGB value is (124,95,78).

  • red value is 124;
  • green value is 95;
  • blue value is 78.
RGB:
(124,95,78)
(49%,37%,31%)

RGB channels and saturation

R 124 of 255 = 49%
G 95 of 255 = 37%
B 78 of 255 = 31%

124
95
78

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

Portions of RGB colors in percentages

R + G + B =
124 + 95 + 78 = 297 (100%)
R 124 of 297 ~ 41.75%
G 95 of 297 ~ 31.99%
B 78 of 297 ~ 26.26%

%41.75
%31.99
%26.26

CMYK color model

#7C5F4E color CMYK value is (0,23,37,51).

  • cyan value is 0.00%
  • magenta value is 23.39%
  • yellow value is 37.10%
  • key color value is 51.37%
CMYK:
(0,23,37,51)
C0M23Y37K51 
(0%,23%,37%,51%)
(0.00/0.23/0.37/0.51)	

CMYK percentages

%0
%23.39
%37.1
%51.37

Codes

Color #7C5F4E in popluar color models

7C5F4E
RGB1249578
HSL22°22.77%39.61%
HSB/HSV22°37.10%48.63%
CMYK0.00%23.39%37.10%
51.37%

Color #7C5F4E in popluar number systems.

HEX7C5F4E
Decimal1249578
Binary111110010111111001110
Octal174137116

Shades and tints

Shades of #7C5F4E

#7C5F4E
(124,95,78)
#715747
(113,87,71)
#664F40
(102,79,64)
#5B4739
(91,71,57)
#503F32
(80,63,50)
#45372B
(69,55,43)
#3A2F24
(58,47,36)
#2F271D
(47,39,29)
#241F16
(36,31,22)
#19170F
(25,23,15)
#0E0F08
(14,15,8)
#000000
(0,0,0)

Tints of #7C5F4E

#7C5F4E
(124,95,78)
#876D5E
(135,109,94)
#927B6E
(146,123,110)
#9D897E
(157,137,126)
#A8978E
(168,151,142)
#B3A59E
(179,165,158)
#BEB3AE
(190,179,174)
#C9C1BE
(201,193,190)
#D4CFCE
(212,207,206)
#DFDDDE
(223,221,222)
#EAEBEE
(234,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C5F4E; }

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

This text font color is #7C5F4E.


Background Color

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

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

This div background color is #7C5F4E.


Border color

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

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

This div border color is #7C5F4E.


Opacity

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

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

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

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

This text has shadow with #7C5F4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C5F4E on black background.


Color preview on white background

This text has color #7C5F4E on white background.



Black color preview on #7C5F4E background

This text has black color on #7C5F4E background.


White color preview on #7C5F4E background

This text has white color on #7C5F4E background.