COLOR #7E5F4A

HEX: #7E5F4A RGB: (126,95,74)

Color info

#7E5F4A contains red, green and blue colors in about the same proportion. Web safe color of #7E5F4A is #666633 (or #663).

RGB color model

#7E5F4A color RGB value is (126,95,74).

RGB: (126,95,74) (49%, 37%, 29%)

RGB channels and saturation

R 126 of 255 = 49%
G 95 of 255 = 37%
B 74 of 255 = 29%

126
95
74

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

Portions of RGB colors in percentages

R + G + B = 126 + 95 + 74 = 295 (100%)
R 126 of 295 ~ 42.71%
G 95 of 295 ~ 32.2%
B 74 of 295 ~ 25.08'%

%42.71
%32.2
%25.08

CMYK color model

#7E5F4A color CMYK value is (0,25,41,51).

  • cyan value is 0.00%
  • magenta value is 24.60%
  • yellow value is 41.27%
  • key color value is 50.59%

CMYK: (0,25,41,51)
C0M25Y41K51 (0%, 25%, 41%, 51%)
(0.00 / 0.25 / 0.41 / 0.51)

CMYK percentages

%0
%24.6
%41.27
%50.59

Codes

Color #7E5F4A in popluar color models

7E 5F 4A
RGB 126 95 74
HSL 24° 26.00% 39.22%
HSB/HSV 24° 41.27% 49.41%
CMYK 0.00% 24.60% 41.27%
50.59%

Color #7E5F4A in popluar number systems.

HEX 7E 5F 4A
Decimal 126 95 74
Binary 1111110 1011111 1001010
Octal 176 137 112

Shades and tints

Shades of #7E5F4A

#7E5F4A
(126,95,74)
#735744
(115,87,68)
#684F3E
(104,79,62)
#5D4738
(93,71,56)
#523F32
(82,63,50)
#47372C
(71,55,44)
#3C2F26
(60,47,38)
#312720
(49,39,32)
#261F1A
(38,31,26)
#1B1714
(27,23,20)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #7E5F4A

#7E5F4A
(126,95,74)
#896D5A
(137,109,90)
#947B6A
(148,123,106)
#9F897A
(159,137,122)
#AA978A
(170,151,138)
#B5A59A
(181,165,154)
#C0B3AA
(192,179,170)
#CBC1BA
(203,193,186)
#D6CFCA
(214,207,202)
#E1DDDA
(225,221,218)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E5F4A color. Also use rgb(126,95,74) instead hex code.

Text Font Color

.myTextColor { color: #7E5F4A; }

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

This text font color is #7E5F4A.

Background Color

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

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

This div background color is #7E5F4A.

Border color

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

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

This div border color is #7E5F4A.

Opacity

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

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

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

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

This text has shadow with #7E5F4A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E5F4A.

Preview

Color preview on black background

This text has color #7E5F4A on black background.


Color preview on white background

This text has color #7E5F4A on white background.


Black color preview on #7E5F4A background

This text has black color on #7E5F4A background.


White color preview on #7E5F4A background

This text has white color on #7E5F4A background.


Related colors

Complementary color

Complementary color for #hex is #81A0B5.


I love getcolorcode.com

Triadic colors

1 #4A7E5F and #5F4A7E with #7E5F4A are triadic colors.

2 #4A5F7E and #5F7E4A with #7E5F4A are triadic colors.