COLOR #7E7054

HEX: #7E7054 RGB: (126,112,84)

Color info

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

RGB color model

#7E7054 color RGB value is (126,112,84).

RGB: (126,112,84) (49%, 44%, 33%)

RGB channels and saturation

R 126 of 255 = 49%
G 112 of 255 = 44%
B 84 of 255 = 33%

126
112
84

R + G + B ~ 42%. #7E7054 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 126 + 112 + 84 = 322 (100%)
R 126 of 322 ~ 39.13%
G 112 of 322 ~ 34.78%
B 84 of 322 ~ 26.09'%

%39.13
%34.78
%26.09

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 33.33%
  • key color value is 50.59%

CMYK: (0,11,33,51)
C0M11Y33K51 (0%, 11%, 33%, 51%)
(0.00 / 0.11 / 0.33 / 0.51)

CMYK percentages

%0
%11.11
%33.33
%50.59

Codes

Color #7E7054 in popluar color models

7E 70 54
RGB 126 112 84
HSL 40° 20.00% 41.18%
HSB/HSV 40° 33.33% 49.41%
CMYK 0.00% 11.11% 33.33%
50.59%

Color #7E7054 in popluar number systems.

HEX 7E 70 54
Decimal 126 112 84
Binary 1111110 1110000 1010100
Octal 176 160 124

Shades and tints

Shades of #7E7054

#7E7054
(126,112,84)
#73664D
(115,102,77)
#685C46
(104,92,70)
#5D523F
(93,82,63)
#524838
(82,72,56)
#473E31
(71,62,49)
#3C342A
(60,52,42)
#312A23
(49,42,35)
#26201C
(38,32,28)
#1B1615
(27,22,21)
#100C0E
(16,12,14)
#000000
(0,0,0)

Tints of #7E7054

#7E7054
(126,112,84)
#897D63
(137,125,99)
#948A72
(148,138,114)
#9F9781
(159,151,129)
#AAA490
(170,164,144)
#B5B19F
(181,177,159)
#C0BEAE
(192,190,174)
#CBCBBD
(203,203,189)
#D6D8CC
(214,216,204)
#E1E5DB
(225,229,219)
#ECF2EA
(236,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7054; }

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

This text font color is #7E7054.

Background Color

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

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

This div background color is #7E7054.

Border color

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

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

This div border color is #7E7054.

Opacity

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

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

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

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

This text has shadow with #7E7054 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E7054.

Preview

Color preview on black background

This text has color #7E7054 on black background.


Color preview on white background

This text has color #7E7054 on white background.


Black color preview on #7E7054 background

This text has black color on #7E7054 background.


White color preview on #7E7054 background

This text has white color on #7E7054 background.


Related colors

Complementary color

Complementary color for #hex is #818FAB.


I love getcolorcode.com

Triadic colors

1 #547E70 and #70547E with #7E7054 are triadic colors.

2 #54707E and #707E54 with #7E7054 are triadic colors.