COLOR #7C5554

HEX: #7C5554
RGB: (124,85,84)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

124
85
84

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

Portions of RGB colors in percentages

R + G + B =
124 + 85 + 84 = 293 (100%)
R 124 of 293 ~ 42.32%
G 85 of 293 ~ 29.01%
B 84 of 293 ~ 28.67%

%42.32
%29.01
%28.67

CMYK color model

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

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

CMYK percentages

%0
%31.45
%32.26
%51.37

Codes

Color #7C5554 in popluar color models

7C5554
RGB1248584
HSL19.23%40.78%
HSB/HSV32.26%48.63%
CMYK0.00%31.45%32.26%
51.37%

Color #7C5554 in popluar number systems.

HEX7C5554
Decimal1248584
Binary111110010101011010100
Octal174125124

Shades and tints

Shades of #7C5554

#7C5554
(124,85,84)
#714E4D
(113,78,77)
#664746
(102,71,70)
#5B403F
(91,64,63)
#503938
(80,57,56)
#453231
(69,50,49)
#3A2B2A
(58,43,42)
#2F2423
(47,36,35)
#241D1C
(36,29,28)
#191615
(25,22,21)
#0E0F0E
(14,15,14)
#000000
(0,0,0)

Tints of #7C5554

#7C5554
(124,85,84)
#876463
(135,100,99)
#927372
(146,115,114)
#9D8281
(157,130,129)
#A89190
(168,145,144)
#B3A09F
(179,160,159)
#BEAFAE
(190,175,174)
#C9BEBD
(201,190,189)
#D4CDCC
(212,205,204)
#DFDCDB
(223,220,219)
#EAEBEA
(234,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C5554; }

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

This text font color is #7C5554.


Background Color

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

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

This div background color is #7C5554.


Border color

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

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

This div border color is #7C5554.


Opacity

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

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

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

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

This text has shadow with #7C5554 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C5554 on black background.


Color preview on white background

This text has color #7C5554 on white background.



Black color preview on #7C5554 background

This text has black color on #7C5554 background.


White color preview on #7C5554 background

This text has white color on #7C5554 background.