COLOR #7E7A55

HEX: #7E7A55
RGB: (126,122,85)

Color info

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

RGB color model

#7E7A55 color RGB value is (126,122,85).

  • red value is 126;
  • green value is 122;
  • blue value is 85.
RGB:
(126,122,85)
(49%,48%,33%)

RGB channels and saturation

R 126 of 255 = 49%
G 122 of 255 = 48%
B 85 of 255 = 33%

126
122
85

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

Portions of RGB colors in percentages

R + G + B =
126 + 122 + 85 = 333 (100%)
R 126 of 333 ~ 37.84%
G 122 of 333 ~ 36.64%
B 85 of 333 ~ 25.53%

%37.84
%36.64
%25.53

CMYK color model

#7E7A55 color CMYK value is (0,3,33,51).

  • cyan value is 0.00%
  • magenta value is 3.17%
  • yellow value is 32.54%
  • key color value is 50.59%
CMYK:
(0,3,33,51)
C0M3Y33K51 
(0%,3%,33%,51%)
(0.00/0.03/0.33/0.51)	

CMYK percentages

%0
%3.17
%32.54
%50.59

Codes

Color #7E7A55 in popluar color models

7E7A55
RGB12612285
HSL54°19.43%41.37%
HSB/HSV54°32.54%49.41%
CMYK0.00%3.17%32.54%
50.59%

Color #7E7A55 in popluar number systems.

HEX7E7A55
Decimal12612285
Binary111111011110101010101
Octal176172125

Shades and tints

Shades of #7E7A55

#7E7A55
(126,122,85)
#736F4E
(115,111,78)
#686447
(104,100,71)
#5D5940
(93,89,64)
#524E39
(82,78,57)
#474332
(71,67,50)
#3C382B
(60,56,43)
#312D24
(49,45,36)
#26221D
(38,34,29)
#1B1716
(27,23,22)
#100C0F
(16,12,15)
#000000
(0,0,0)

Tints of #7E7A55

#7E7A55
(126,122,85)
#898664
(137,134,100)
#949273
(148,146,115)
#9F9E82
(159,158,130)
#AAAA91
(170,170,145)
#B5B6A0
(181,182,160)
#C0C2AF
(192,194,175)
#CBCEBE
(203,206,190)
#D6DACD
(214,218,205)
#E1E6DC
(225,230,220)
#ECF2EB
(236,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7A55; }

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

This text font color is #7E7A55.


Background Color

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

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

This div background color is #7E7A55.


Border color

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

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

This div border color is #7E7A55.


Opacity

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

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

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

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

This text has shadow with #7E7A55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7A55 on black background.


Color preview on white background

This text has color #7E7A55 on white background.



Black color preview on #7E7A55 background

This text has black color on #7E7A55 background.


White color preview on #7E7A55 background

This text has white color on #7E7A55 background.