COLOR #7D887C

HEX: #7D887C
RGB: (125,136,124)

Color info

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

RGB color model

#7D887C color RGB value is (125,136,124).

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

RGB channels and saturation

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

125
136
124

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

Portions of RGB colors in percentages

R + G + B =
125 + 136 + 124 = 385 (100%)
R 125 of 385 ~ 32.47%
G 136 of 385 ~ 35.32%
B 124 of 385 ~ 32.21%

%32.47
%35.32
%32.21

CMYK color model

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

  • cyan value is 8.09%
  • magenta value is 0.00%
  • yellow value is 8.82%
  • key color value is 46.67%
CMYK:
(8,0,9,47)
C8M0Y9K47 
(8%,0%,9%,47%)
(0.08/0.00/0.09/0.47)	

CMYK percentages

%8.09
%0
%8.82
%46.67

Codes

Color #7D887C in popluar color models

7D887C
RGB125136124
HSL115°4.80%50.98%
HSB/HSV115°8.82%53.33%
CMYK8.09%0.00%8.82%
46.67%

Color #7D887C in popluar number systems.

HEX7D887C
Decimal125136124
Binary1111101100010001111100
Octal175210174

Shades and tints

Shades of #7D887C

#7D887C
(125,136,124)
#727C71
(114,124,113)
#677066
(103,112,102)
#5C645B
(92,100,91)
#515850
(81,88,80)
#464C45
(70,76,69)
#3B403A
(59,64,58)
#30342F
(48,52,47)
#252824
(37,40,36)
#1A1C19
(26,28,25)
#0F100E
(15,16,14)
#000000
(0,0,0)

Tints of #7D887C

#7D887C
(125,136,124)
#889287
(136,146,135)
#939C92
(147,156,146)
#9EA69D
(158,166,157)
#A9B0A8
(169,176,168)
#B4BAB3
(180,186,179)
#BFC4BE
(191,196,190)
#CACEC9
(202,206,201)
#D5D8D4
(213,216,212)
#E0E2DF
(224,226,223)
#EBECEA
(235,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D887C; }

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

This text font color is #7D887C.


Background Color

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

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

This div background color is #7D887C.


Border color

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

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

This div border color is #7D887C.


Opacity

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

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

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

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

This text has shadow with #7D887C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D887C on black background.


Color preview on white background

This text has color #7D887C on white background.



Black color preview on #7D887C background

This text has black color on #7D887C background.


White color preview on #7D887C background

This text has white color on #7D887C background.