COLOR #7E4750

HEX: #7E4750
RGB: (126,71,80)

Color info

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

RGB color model

#7E4750 color RGB value is (126,71,80).

  • red value is 126;
  • green value is 71;
  • blue value is 80.
RGB:
(126,71,80)
(49%,28%,31%)

RGB channels and saturation

R 126 of 255 = 49%
G 71 of 255 = 28%
B 80 of 255 = 31%

126
71
80

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

Portions of RGB colors in percentages

R + G + B =
126 + 71 + 80 = 277 (100%)
R 126 of 277 ~ 45.49%
G 71 of 277 ~ 25.63%
B 80 of 277 ~ 28.88%

%45.49
%25.63
%28.88

CMYK color model

#7E4750 color CMYK value is (0,44,37,51).

  • cyan value is 0.00%
  • magenta value is 43.65%
  • yellow value is 36.51%
  • key color value is 50.59%
CMYK:
(0,44,37,51)
C0M44Y37K51 
(0%,44%,37%,51%)
(0.00/0.44/0.37/0.51)	

CMYK percentages

%0
%43.65
%36.51
%50.59

Codes

Color #7E4750 in popluar color models

7E4750
RGB1267180
HSL350°27.92%38.63%
HSB/HSV350°43.65%49.41%
CMYK0.00%43.65%36.51%
50.59%

Color #7E4750 in popluar number systems.

HEX7E4750
Decimal1267180
Binary111111010001111010000
Octal176107120

Shades and tints

Shades of #7E4750

#7E4750
(126,71,80)
#734149
(115,65,73)
#683B42
(104,59,66)
#5D353B
(93,53,59)
#522F34
(82,47,52)
#47292D
(71,41,45)
#3C2326
(60,35,38)
#311D1F
(49,29,31)
#261718
(38,23,24)
#1B1111
(27,17,17)
#100B0A
(16,11,10)
#000000
(0,0,0)

Tints of #7E4750

#7E4750
(126,71,80)
#89575F
(137,87,95)
#94676E
(148,103,110)
#9F777D
(159,119,125)
#AA878C
(170,135,140)
#B5979B
(181,151,155)
#C0A7AA
(192,167,170)
#CBB7B9
(203,183,185)
#D6C7C8
(214,199,200)
#E1D7D7
(225,215,215)
#ECE7E6
(236,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E4750 color. Also use rgb(126,71,80) instead hex code.

Text Font Color

.myTextColor { color: #7E4750; }

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

This text font color is #7E4750.


Background Color

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

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

This div background color is #7E4750.


Border color

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

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

This div border color is #7E4750.


Opacity

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

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

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

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

This text has shadow with #7E4750 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E4750 on black background.


Color preview on white background

This text has color #7E4750 on white background.



Black color preview on #7E4750 background

This text has black color on #7E4750 background.


White color preview on #7E4750 background

This text has white color on #7E4750 background.