COLOR #7E8055

HEX: #7E8055 RGB: (126,128,85)

Color info

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

RGB color model

#7E8055 color RGB value is (126,128,85).

RGB: (126,128,85) (49%, 50%, 33%)

RGB channels and saturation

R 126 of 255 = 49%
G 128 of 255 = 50%
B 85 of 255 = 33%

126
128
85

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

Portions of RGB colors in percentages

R + G + B = 126 + 128 + 85 = 339 (100%)
R 126 of 339 ~ 37.17%
G 128 of 339 ~ 37.76%
B 85 of 339 ~ 25.07'%

%37.17
%37.76
%25.07

CMYK color model

#7E8055 color CMYK value is (2,0,34,50).

  • cyan value is 1.56%
  • magenta value is 0.00%
  • yellow value is 33.59%
  • key color value is 49.80%

CMYK: (2,0,34,50)
C2M0Y34K50 (2%, 0%, 34%, 50%)
(0.02 / 0.00 / 0.34 / 0.50)

CMYK percentages

%1.56
%0
%33.59
%49.8

Codes

Color #7E8055 in popluar color models

7E 80 55
RGB 126 128 85
HSL 63° 20.19% 41.76%
HSB/HSV 63° 33.59% 50.20%
CMYK 1.56% 0.00% 33.59%
49.80%

Color #7E8055 in popluar number systems.

HEX 7E 80 55
Decimal 126 128 85
Binary 1111110 10000000 1010101
Octal 176 200 125

Shades and tints

Shades of #7E8055

#7E8055
(126,128,85)
#73754E
(115,117,78)
#686A47
(104,106,71)
#5D5F40
(93,95,64)
#525439
(82,84,57)
#474932
(71,73,50)
#3C3E2B
(60,62,43)
#313324
(49,51,36)
#26281D
(38,40,29)
#1B1D16
(27,29,22)
#10120F
(16,18,15)
#000000
(0,0,0)

Tints of #7E8055

#7E8055
(126,128,85)
#898B64
(137,139,100)
#949673
(148,150,115)
#9FA182
(159,161,130)
#AAAC91
(170,172,145)
#B5B7A0
(181,183,160)
#C0C2AF
(192,194,175)
#CBCDBE
(203,205,190)
#D6D8CD
(214,216,205)
#E1E3DC
(225,227,220)
#ECEEEB
(236,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8055; }

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

This text font color is #7E8055.

Background Color

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

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

This div background color is #7E8055.

Border color

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

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

This div border color is #7E8055.

Opacity

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

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

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

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

This text has shadow with #7E8055 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E8055.

Preview

Color preview on black background

This text has color #7E8055 on black background.


Color preview on white background

This text has color #7E8055 on white background.


Black color preview on #7E8055 background

This text has black color on #7E8055 background.


White color preview on #7E8055 background

This text has white color on #7E8055 background.


Related colors

Complementary color

Complementary color for #hex is #817FAA.


I love getcolorcode.com

Triadic colors

1 #557E80 and #80557E with #7E8055 are triadic colors.

2 #55807E and #807E55 with #7E8055 are triadic colors.