COLOR #7E5455

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

126
84
85

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

Portions of RGB colors in percentages

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

%42.71
%28.47
%28.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 32.54%
  • 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
%33.33
%32.54
%50.59

Codes

Color #7E5455 in popluar color models

7E5455
RGB1268485
HSL359°20.00%41.18%
HSB/HSV359°33.33%49.41%
CMYK0.00%33.33%32.54%
50.59%

Color #7E5455 in popluar number systems.

HEX7E5455
Decimal1268485
Binary111111010101001010101
Octal176124125

Shades and tints

Shades of #7E5455

#7E5455
(126,84,85)
#734D4E
(115,77,78)
#684647
(104,70,71)
#5D3F40
(93,63,64)
#523839
(82,56,57)
#473132
(71,49,50)
#3C2A2B
(60,42,43)
#312324
(49,35,36)
#261C1D
(38,28,29)
#1B1516
(27,21,22)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #7E5455

#7E5455
(126,84,85)
#896364
(137,99,100)
#947273
(148,114,115)
#9F8182
(159,129,130)
#AA9091
(170,144,145)
#B59FA0
(181,159,160)
#C0AEAF
(192,174,175)
#CBBDBE
(203,189,190)
#D6CCCD
(214,204,205)
#E1DBDC
(225,219,220)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E5455; }

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

This text font color is #7E5455.


Background Color

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

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

This div background color is #7E5455.


Border color

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

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

This div border color is #7E5455.


Opacity

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

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

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

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

This text has shadow with #7E5455 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5455 on black background.


Color preview on white background

This text has color #7E5455 on white background.



Black color preview on #7E5455 background

This text has black color on #7E5455 background.


White color preview on #7E5455 background

This text has white color on #7E5455 background.