COLOR #7C5757

HEX: #7C5757
RGB: (124,87,87)

Color info

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

RGB color model

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

  • red value is 124;
  • green value is 87;
  • blue value is 87.
RGB:
(124,87,87)
(49%,34%,34%)

RGB channels and saturation

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

124
87
87

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

Portions of RGB colors in percentages

R + G + B =
124 + 87 + 87 = 298 (100%)
R 124 of 298 ~ 41.61%
G 87 of 298 ~ 29.19%
B 87 of 298 ~ 29.19%

%41.61
%29.19
%29.19

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.84%
  • yellow value is 29.84%
  • key color value is 51.37%
CMYK:
(0,30,30,51)
C0M30Y30K51 
(0%,30%,30%,51%)
(0.00/0.30/0.30/0.51)	

CMYK percentages

%0
%29.84
%29.84
%51.37

Codes

Color #7C5757 in popluar color models

7C5757
RGB1248787
HSL17.54%41.37%
HSB/HSV29.84%48.63%
CMYK0.00%29.84%29.84%
51.37%

Color #7C5757 in popluar number systems.

HEX7C5757
Decimal1248787
Binary111110010101111010111
Octal174127127

Shades and tints

Shades of #7C5757

#7C5757
(124,87,87)
#715050
(113,80,80)
#664949
(102,73,73)
#5B4242
(91,66,66)
#503B3B
(80,59,59)
#453434
(69,52,52)
#3A2D2D
(58,45,45)
#2F2626
(47,38,38)
#241F1F
(36,31,31)
#191818
(25,24,24)
#0E1111
(14,17,17)
#000000
(0,0,0)

Tints of #7C5757

#7C5757
(124,87,87)
#876666
(135,102,102)
#927575
(146,117,117)
#9D8484
(157,132,132)
#A89393
(168,147,147)
#B3A2A2
(179,162,162)
#BEB1B1
(190,177,177)
#C9C0C0
(201,192,192)
#D4CFCF
(212,207,207)
#DFDEDE
(223,222,222)
#EAEDED
(234,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C5757; }

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

This text font color is #7C5757.


Background Color

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

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

This div background color is #7C5757.


Border color

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

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

This div border color is #7C5757.


Opacity

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

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

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

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

This text has shadow with #7C5757 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C5757 on black background.


Color preview on white background

This text has color #7C5757 on white background.



Black color preview on #7C5757 background

This text has black color on #7C5757 background.


White color preview on #7C5757 background

This text has white color on #7C5757 background.