COLOR #7E4B4D

HEX: #7E4B4D
RGB: (126,75,77)

Color info

#7E4B4D contains red, green and blue colors in about the same proportion. Web safe color of #7E4B4D is #663333 (or #633).

RGB color model

#7E4B4D color RGB value is (126,75,77).

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

RGB channels and saturation

R 126 of 255 = 49%
G 75 of 255 = 29%
B 77 of 255 = 30%

126
75
77

R + G + B ~ 36%. #7E4B4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 75 + 77 = 278 (100%)
R 126 of 278 ~ 45.32%
G 75 of 278 ~ 26.98%
B 77 of 278 ~ 27.7%

%45.32
%26.98
%27.7

CMYK color model

#7E4B4D color CMYK value is (0,40,39,51).

  • cyan value is 0.00%
  • magenta value is 40.48%
  • yellow value is 38.89%
  • key color value is 50.59%
CMYK:
(0,40,39,51)
C0M40Y39K51 
(0%,40%,39%,51%)
(0.00/0.40/0.39/0.51)	

CMYK percentages

%0
%40.48
%38.89
%50.59

Codes

Color #7E4B4D in popluar color models

7E4B4D
RGB1267577
HSL358°25.37%39.41%
HSB/HSV358°40.48%49.41%
CMYK0.00%40.48%38.89%
50.59%

Color #7E4B4D in popluar number systems.

HEX7E4B4D
Decimal1267577
Binary111111010010111001101
Octal176113115

Shades and tints

Shades of #7E4B4D

#7E4B4D
(126,75,77)
#734546
(115,69,70)
#683F3F
(104,63,63)
#5D3938
(93,57,56)
#523331
(82,51,49)
#472D2A
(71,45,42)
#3C2723
(60,39,35)
#31211C
(49,33,28)
#261B15
(38,27,21)
#1B150E
(27,21,14)
#100F07
(16,15,7)
#000000
(0,0,0)

Tints of #7E4B4D

#7E4B4D
(126,75,77)
#895B5D
(137,91,93)
#946B6D
(148,107,109)
#9F7B7D
(159,123,125)
#AA8B8D
(170,139,141)
#B59B9D
(181,155,157)
#C0ABAD
(192,171,173)
#CBBBBD
(203,187,189)
#D6CBCD
(214,203,205)
#E1DBDD
(225,219,221)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E4B4D; }

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

This text font color is #7E4B4D.


Background Color

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

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

This div background color is #7E4B4D.


Border color

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

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

This div border color is #7E4B4D.


Opacity

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

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

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

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

This text has shadow with #7E4B4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E4B4D on black background.


Color preview on white background

This text has color #7E4B4D on white background.



Black color preview on #7E4B4D background

This text has black color on #7E4B4D background.


White color preview on #7E4B4D background

This text has white color on #7E4B4D background.