COLOR #7E5554

HEX: #7E5554 RGB: (126,85,84)

Color info

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

RGB color model

#7E5554 color RGB value is (126,85,84).

RGB: (126,85,84) (49%, 33%, 33%)

RGB channels and saturation

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

126
85
84

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

Portions of RGB colors in percentages

R + G + B = 126 + 85 + 84 = 295 (100%)
R 126 of 295 ~ 42.71%
G 85 of 295 ~ 28.81%
B 84 of 295 ~ 28.47'%

%42.71
%28.81
%28.47

CMYK color model

#7E5554 color CMYK value is (0,33,33,51).

  • cyan value is 0.00%
  • magenta value is 32.54%
  • yellow value is 33.33%
  • key color value is 50.59%

CMYK: (0,33,33,51)
C0M33Y33K51 (0%, 33%, 33%, 51%)
(0.00 / 0.33 / 0.33 / 0.51)

CMYK percentages

%0
%32.54
%33.33
%50.59

Codes

Color #7E5554 in popluar color models

7E 55 54
RGB 126 85 84
HSL 20.00% 41.18%
HSB/HSV 33.33% 49.41%
CMYK 0.00% 32.54% 33.33%
50.59%

Color #7E5554 in popluar number systems.

HEX 7E 55 54
Decimal 126 85 84
Binary 1111110 1010101 1010100
Octal 176 125 124

Shades and tints

Shades of #7E5554

#7E5554
(126,85,84)
#734E4D
(115,78,77)
#684746
(104,71,70)
#5D403F
(93,64,63)
#523938
(82,57,56)
#473231
(71,50,49)
#3C2B2A
(60,43,42)
#312423
(49,36,35)
#261D1C
(38,29,28)
#1B1615
(27,22,21)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #7E5554

#7E5554
(126,85,84)
#896463
(137,100,99)
#947372
(148,115,114)
#9F8281
(159,130,129)
#AA9190
(170,145,144)
#B5A09F
(181,160,159)
#C0AFAE
(192,175,174)
#CBBEBD
(203,190,189)
#D6CDCC
(214,205,204)
#E1DCDB
(225,220,219)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E5554; }

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

This text font color is #7E5554.

Background Color

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

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

This div background color is #7E5554.

Border color

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

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

This div border color is #7E5554.

Opacity

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

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

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

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

This text has shadow with #7E5554 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E5554.

Preview

Color preview on black background

This text has color #7E5554 on black background.


Color preview on white background

This text has color #7E5554 on white background.


Black color preview on #7E5554 background

This text has black color on #7E5554 background.


White color preview on #7E5554 background

This text has white color on #7E5554 background.


Related colors

Complementary color

Complementary color for #hex is #81AAAB.


I love getcolorcode.com

Triadic colors

1 #547E55 and #55547E with #7E5554 are triadic colors.

2 #54557E and #557E54 with #7E5554 are triadic colors.