COLOR #7E855C

HEX: #7E855C
RGB: (126,133,92)

Color info

#7E855C contains red, green and blue colors in about the same proportion. Web safe color of #7E855C is #669966 (or #696).

RGB color model

#7E855C color RGB value is (126,133,92).

  • red value is 126;
  • green value is 133;
  • blue value is 92.
RGB:
(126,133,92)
(49%,52%,36%)

RGB channels and saturation

R 126 of 255 = 49%
G 133 of 255 = 52%
B 92 of 255 = 36%

126
133
92

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

Portions of RGB colors in percentages

R + G + B =
126 + 133 + 92 = 351 (100%)
R 126 of 351 ~ 35.9%
G 133 of 351 ~ 37.89%
B 92 of 351 ~ 26.21%

%35.9
%37.89
%26.21

CMYK color model

#7E855C color CMYK value is (5,0,31,48).

  • cyan value is 5.26%
  • magenta value is 0.00%
  • yellow value is 30.83%
  • key color value is 47.84%
CMYK:
(5,0,31,48)
C5M0Y31K48 
(5%,0%,31%,48%)
(0.05/0.00/0.31/0.48)	

CMYK percentages

%5.26
%0
%30.83
%47.84

Codes

Color #7E855C in popluar color models

7E855C
RGB12613392
HSL70°18.22%44.12%
HSB/HSV70°30.83%52.16%
CMYK5.26%0.00%30.83%
47.84%

Color #7E855C in popluar number systems.

HEX7E855C
Decimal12613392
Binary1111110100001011011100
Octal176205134

Shades and tints

Shades of #7E855C

#7E855C
(126,133,92)
#737954
(115,121,84)
#686D4C
(104,109,76)
#5D6144
(93,97,68)
#52553C
(82,85,60)
#474934
(71,73,52)
#3C3D2C
(60,61,44)
#313124
(49,49,36)
#26251C
(38,37,28)
#1B1914
(27,25,20)
#100D0C
(16,13,12)
#000000
(0,0,0)

Tints of #7E855C

#7E855C
(126,133,92)
#89906A
(137,144,106)
#949B78
(148,155,120)
#9FA686
(159,166,134)
#AAB194
(170,177,148)
#B5BCA2
(181,188,162)
#C0C7B0
(192,199,176)
#CBD2BE
(203,210,190)
#D6DDCC
(214,221,204)
#E1E8DA
(225,232,218)
#ECF3E8
(236,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E855C color. Also use rgb(126,133,92) instead hex code.

Text Font Color

.myTextColor { color: #7E855C; }

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

This text font color is #7E855C.


Background Color

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

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

This div background color is #7E855C.


Border color

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

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

This div border color is #7E855C.


Opacity

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

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

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

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

This text has shadow with #7E855C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E855C on black background.


Color preview on white background

This text has color #7E855C on white background.



Black color preview on #7E855C background

This text has black color on #7E855C background.


White color preview on #7E855C background

This text has white color on #7E855C background.