COLOR #7E4B55

HEX: #7E4B55
RGB: (126,75,85)

Color info

#7E4B55 contains red, green and blue colors in about the same proportion. Web safe color of #7E4B55 is #663366 (or #636).

RGB color model

#7E4B55 color RGB value is (126,75,85).

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

RGB channels and saturation

R 126 of 255 = 49%
G 75 of 255 = 29%
B 85 of 255 = 33%

126
75
85

R + G + B ~ 37%. #7E4B55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 75 + 85 = 286 (100%)
R 126 of 286 ~ 44.06%
G 75 of 286 ~ 26.22%
B 85 of 286 ~ 29.72%

%44.06
%26.22
%29.72

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 40.48%
  • yellow value is 32.54%
  • key color value is 50.59%
CMYK:
(0,40,33,51)
C0M40Y33K51 
(0%,40%,33%,51%)
(0.00/0.40/0.33/0.51)	

CMYK percentages

%0
%40.48
%32.54
%50.59

Codes

Color #7E4B55 in popluar color models

7E4B55
RGB1267585
HSL348°25.37%39.41%
HSB/HSV348°40.48%49.41%
CMYK0.00%40.48%32.54%
50.59%

Color #7E4B55 in popluar number systems.

HEX7E4B55
Decimal1267585
Binary111111010010111010101
Octal176113125

Shades and tints

Shades of #7E4B55

#7E4B55
(126,75,85)
#73454E
(115,69,78)
#683F47
(104,63,71)
#5D3940
(93,57,64)
#523339
(82,51,57)
#472D32
(71,45,50)
#3C272B
(60,39,43)
#312124
(49,33,36)
#261B1D
(38,27,29)
#1B1516
(27,21,22)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #7E4B55

#7E4B55
(126,75,85)
#895B64
(137,91,100)
#946B73
(148,107,115)
#9F7B82
(159,123,130)
#AA8B91
(170,139,145)
#B59BA0
(181,155,160)
#C0ABAF
(192,171,175)
#CBBBBE
(203,187,190)
#D6CBCD
(214,203,205)
#E1DBDC
(225,219,220)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E4B55; }

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

This text font color is #7E4B55.


Background Color

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

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

This div background color is #7E4B55.


Border color

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

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

This div border color is #7E4B55.


Opacity

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

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

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

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

This text has shadow with #7E4B55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E4B55 on black background.


Color preview on white background

This text has color #7E4B55 on white background.



Black color preview on #7E4B55 background

This text has black color on #7E4B55 background.


White color preview on #7E4B55 background

This text has white color on #7E4B55 background.