COLOR #7E8758

HEX: #7E8758
RGB: (126,135,88)

Color info

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

RGB color model

#7E8758 color RGB value is (126,135,88).

  • red value is 126;
  • green value is 135;
  • blue value is 88.
RGB:
(126,135,88)
(49%,53%,35%)

RGB channels and saturation

R 126 of 255 = 49%
G 135 of 255 = 53%
B 88 of 255 = 35%

126
135
88

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

Portions of RGB colors in percentages

R + G + B =
126 + 135 + 88 = 349 (100%)
R 126 of 349 ~ 36.1%
G 135 of 349 ~ 38.68%
B 88 of 349 ~ 25.21%

%36.1
%38.68
%25.21

CMYK color model

#7E8758 color CMYK value is (7,0,35,47).

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 34.81%
  • key color value is 47.06%
CMYK:
(7,0,35,47)
C7M0Y35K47 
(7%,0%,35%,47%)
(0.07/0.00/0.35/0.47)	

CMYK percentages

%6.67
%0
%34.81
%47.06

Codes

Color #7E8758 in popluar color models

7E8758
RGB12613588
HSL71°21.08%43.73%
HSB/HSV71°34.81%52.94%
CMYK6.67%0.00%34.81%
47.06%

Color #7E8758 in popluar number systems.

HEX7E8758
Decimal12613588
Binary1111110100001111011000
Octal176207130

Shades and tints

Shades of #7E8758

#7E8758
(126,135,88)
#737B50
(115,123,80)
#686F48
(104,111,72)
#5D6340
(93,99,64)
#525738
(82,87,56)
#474B30
(71,75,48)
#3C3F28
(60,63,40)
#313320
(49,51,32)
#262718
(38,39,24)
#1B1B10
(27,27,16)
#100F08
(16,15,8)
#000000
(0,0,0)

Tints of #7E8758

#7E8758
(126,135,88)
#899167
(137,145,103)
#949B76
(148,155,118)
#9FA585
(159,165,133)
#AAAF94
(170,175,148)
#B5B9A3
(181,185,163)
#C0C3B2
(192,195,178)
#CBCDC1
(203,205,193)
#D6D7D0
(214,215,208)
#E1E1DF
(225,225,223)
#ECEBEE
(236,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E8758 color. Also use rgb(126,135,88) instead hex code.

Text Font Color

.myTextColor { color: #7E8758; }

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

This text font color is #7E8758.


Background Color

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

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

This div background color is #7E8758.


Border color

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

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

This div border color is #7E8758.


Opacity

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

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

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

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

This text has shadow with #7E8758 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8758 on black background.


Color preview on white background

This text has color #7E8758 on white background.



Black color preview on #7E8758 background

This text has black color on #7E8758 background.


White color preview on #7E8758 background

This text has white color on #7E8758 background.