COLOR #7C5555

HEX: #7C5555
RGB: (124,85,85)

Color info

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

RGB color model

#7C5555 color RGB value is (124,85,85).

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

RGB channels and saturation

R 124 of 255 = 49%
G 85 of 255 = 33%
B 85 of 255 = 33%

124
85
85

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

Portions of RGB colors in percentages

R + G + B =
124 + 85 + 85 = 294 (100%)
R 124 of 294 ~ 42.18%
G 85 of 294 ~ 28.91%
B 85 of 294 ~ 28.91%

%42.18
%28.91
%28.91

CMYK color model

#7C5555 color CMYK value is (0,31,31,51).

  • cyan value is 0.00%
  • magenta value is 31.45%
  • yellow value is 31.45%
  • key color value is 51.37%
CMYK:
(0,31,31,51)
C0M31Y31K51 
(0%,31%,31%,51%)
(0.00/0.31/0.31/0.51)	

CMYK percentages

%0
%31.45
%31.45
%51.37

Codes

Color #7C5555 in popluar color models

7C5555
RGB1248585
HSL18.66%40.98%
HSB/HSV31.45%48.63%
CMYK0.00%31.45%31.45%
51.37%

Color #7C5555 in popluar number systems.

HEX7C5555
Decimal1248585
Binary111110010101011010101
Octal174125125

Shades and tints

Shades of #7C5555

#7C5555
(124,85,85)
#714E4E
(113,78,78)
#664747
(102,71,71)
#5B4040
(91,64,64)
#503939
(80,57,57)
#453232
(69,50,50)
#3A2B2B
(58,43,43)
#2F2424
(47,36,36)
#241D1D
(36,29,29)
#191616
(25,22,22)
#0E0F0F
(14,15,15)
#000000
(0,0,0)

Tints of #7C5555

#7C5555
(124,85,85)
#876464
(135,100,100)
#927373
(146,115,115)
#9D8282
(157,130,130)
#A89191
(168,145,145)
#B3A0A0
(179,160,160)
#BEAFAF
(190,175,175)
#C9BEBE
(201,190,190)
#D4CDCD
(212,205,205)
#DFDCDC
(223,220,220)
#EAEBEB
(234,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C5555; }

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

This text font color is #7C5555.


Background Color

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

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

This div background color is #7C5555.


Border color

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

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

This div border color is #7C5555.


Opacity

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

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

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

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

This text has shadow with #7C5555 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C5555 on black background.


Color preview on white background

This text has color #7C5555 on white background.



Black color preview on #7C5555 background

This text has black color on #7C5555 background.


White color preview on #7C5555 background

This text has white color on #7C5555 background.