COLOR #7E887C

HEX: #7E887C
RGB: (126,136,124)

Color info

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

RGB color model

#7E887C color RGB value is (126,136,124).

  • red value is 126;
  • green value is 136;
  • blue value is 124.
RGB:
(126,136,124)
(49%,53%,49%)

RGB channels and saturation

R 126 of 255 = 49%
G 136 of 255 = 53%
B 124 of 255 = 49%

126
136
124

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

Portions of RGB colors in percentages

R + G + B =
126 + 136 + 124 = 386 (100%)
R 126 of 386 ~ 32.64%
G 136 of 386 ~ 35.23%
B 124 of 386 ~ 32.12%

%32.64
%35.23
%32.12

CMYK color model

#7E887C color CMYK value is (7,0,9,47).

  • cyan value is 7.35%
  • magenta value is 0.00%
  • yellow value is 8.82%
  • key color value is 46.67%
CMYK:
(7,0,9,47)
C7M0Y9K47 
(7%,0%,9%,47%)
(0.07/0.00/0.09/0.47)	

CMYK percentages

%7.35
%0
%8.82
%46.67

Codes

Color #7E887C in popluar color models

7E887C
RGB126136124
HSL110°4.80%50.98%
HSB/HSV110°8.82%53.33%
CMYK7.35%0.00%8.82%
46.67%

Color #7E887C in popluar number systems.

HEX7E887C
Decimal126136124
Binary1111110100010001111100
Octal176210174

Shades and tints

Shades of #7E887C

#7E887C
(126,136,124)
#737C71
(115,124,113)
#687066
(104,112,102)
#5D645B
(93,100,91)
#525850
(82,88,80)
#474C45
(71,76,69)
#3C403A
(60,64,58)
#31342F
(49,52,47)
#262824
(38,40,36)
#1B1C19
(27,28,25)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #7E887C

#7E887C
(126,136,124)
#899287
(137,146,135)
#949C92
(148,156,146)
#9FA69D
(159,166,157)
#AAB0A8
(170,176,168)
#B5BAB3
(181,186,179)
#C0C4BE
(192,196,190)
#CBCEC9
(203,206,201)
#D6D8D4
(214,216,212)
#E1E2DF
(225,226,223)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E887C color. Also use rgb(126,136,124) instead hex code.

Text Font Color

.myTextColor { color: #7E887C; }

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

This text font color is #7E887C.


Background Color

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

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

This div background color is #7E887C.


Border color

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

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

This div border color is #7E887C.


Opacity

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

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

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

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

This text has shadow with #7E887C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E887C on black background.


Color preview on white background

This text has color #7E887C on white background.



Black color preview on #7E887C background

This text has black color on #7E887C background.


White color preview on #7E887C background

This text has white color on #7E887C background.