COLOR #7D8870

HEX: #7D8870
RGB: (125,136,112)

Color info

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

RGB color model

#7D8870 color RGB value is (125,136,112).

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

RGB channels and saturation

R 125 of 255 = 49%
G 136 of 255 = 53%
B 112 of 255 = 44%

125
136
112

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

Portions of RGB colors in percentages

R + G + B =
125 + 136 + 112 = 373 (100%)
R 125 of 373 ~ 33.51%
G 136 of 373 ~ 36.46%
B 112 of 373 ~ 30.03%

%33.51
%36.46
%30.03

CMYK color model

#7D8870 color CMYK value is (8,0,18,47).

  • cyan value is 8.09%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 46.67%
CMYK:
(8,0,18,47)
C8M0Y18K47 
(8%,0%,18%,47%)
(0.08/0.00/0.18/0.47)	

CMYK percentages

%8.09
%0
%17.65
%46.67

Codes

Color #7D8870 in popluar color models

7D8870
RGB125136112
HSL88°9.68%48.63%
HSB/HSV88°17.65%53.33%
CMYK8.09%0.00%17.65%
46.67%

Color #7D8870 in popluar number systems.

HEX7D8870
Decimal125136112
Binary1111101100010001110000
Octal175210160

Shades and tints

Shades of #7D8870

#7D8870
(125,136,112)
#727C66
(114,124,102)
#67705C
(103,112,92)
#5C6452
(92,100,82)
#515848
(81,88,72)
#464C3E
(70,76,62)
#3B4034
(59,64,52)
#30342A
(48,52,42)
#252820
(37,40,32)
#1A1C16
(26,28,22)
#0F100C
(15,16,12)
#000000
(0,0,0)

Tints of #7D8870

#7D8870
(125,136,112)
#88927D
(136,146,125)
#939C8A
(147,156,138)
#9EA697
(158,166,151)
#A9B0A4
(169,176,164)
#B4BAB1
(180,186,177)
#BFC4BE
(191,196,190)
#CACECB
(202,206,203)
#D5D8D8
(213,216,216)
#E0E2E5
(224,226,229)
#EBECF2
(235,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8870; }

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

This text font color is #7D8870.


Background Color

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

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

This div background color is #7D8870.


Border color

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

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

This div border color is #7D8870.


Opacity

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

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

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

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

This text has shadow with #7D8870 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8870 on black background.


Color preview on white background

This text has color #7D8870 on white background.



Black color preview on #7D8870 background

This text has black color on #7D8870 background.


White color preview on #7D8870 background

This text has white color on #7D8870 background.