COLOR #7C5C5B

HEX: #7C5C5B
RGB: (124,92,91)

Color info

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

RGB color model

#7C5C5B color RGB value is (124,92,91).

  • red value is 124;
  • green value is 92;
  • blue value is 91.
RGB:
(124,92,91)
(49%,36%,36%)

RGB channels and saturation

R 124 of 255 = 49%
G 92 of 255 = 36%
B 91 of 255 = 36%

124
92
91

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

Portions of RGB colors in percentages

R + G + B =
124 + 92 + 91 = 307 (100%)
R 124 of 307 ~ 40.39%
G 92 of 307 ~ 29.97%
B 91 of 307 ~ 29.64%

%40.39
%29.97
%29.64

CMYK color model

#7C5C5B color CMYK value is (0,26,27,51).

  • cyan value is 0.00%
  • magenta value is 25.81%
  • yellow value is 26.61%
  • key color value is 51.37%
CMYK:
(0,26,27,51)
C0M26Y27K51 
(0%,26%,27%,51%)
(0.00/0.26/0.27/0.51)	

CMYK percentages

%0
%25.81
%26.61
%51.37

Codes

Color #7C5C5B in popluar color models

7C5C5B
RGB1249291
HSL15.35%42.16%
HSB/HSV26.61%48.63%
CMYK0.00%25.81%26.61%
51.37%

Color #7C5C5B in popluar number systems.

HEX7C5C5B
Decimal1249291
Binary111110010111001011011
Octal174134133

Shades and tints

Shades of #7C5C5B

#7C5C5B
(124,92,91)
#715453
(113,84,83)
#664C4B
(102,76,75)
#5B4443
(91,68,67)
#503C3B
(80,60,59)
#453433
(69,52,51)
#3A2C2B
(58,44,43)
#2F2423
(47,36,35)
#241C1B
(36,28,27)
#191413
(25,20,19)
#0E0C0B
(14,12,11)
#000000
(0,0,0)

Tints of #7C5C5B

#7C5C5B
(124,92,91)
#876A69
(135,106,105)
#927877
(146,120,119)
#9D8685
(157,134,133)
#A89493
(168,148,147)
#B3A2A1
(179,162,161)
#BEB0AF
(190,176,175)
#C9BEBD
(201,190,189)
#D4CCCB
(212,204,203)
#DFDAD9
(223,218,217)
#EAE8E7
(234,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C5C5B color. Also use rgb(124,92,91) instead hex code.

Text Font Color

.myTextColor { color: #7C5C5B; }

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

This text font color is #7C5C5B.


Background Color

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

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

This div background color is #7C5C5B.


Border color

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

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

This div border color is #7C5C5B.


Opacity

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

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

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

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

This text has shadow with #7C5C5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C5C5B on black background.


Color preview on white background

This text has color #7C5C5B on white background.



Black color preview on #7C5C5B background

This text has black color on #7C5C5B background.


White color preview on #7C5C5B background

This text has white color on #7C5C5B background.