COLOR #7D9871

HEX: #7D9871 RGB: (125,152,113)

Color info

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

RGB color model

#7D9871 color RGB value is (125,152,113).

RGB: (125,152,113) (49%, 60%, 44%)

RGB channels and saturation

R 125 of 255 = 49%
G 152 of 255 = 60%
B 113 of 255 = 44%

125
152
113

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

Portions of RGB colors in percentages

R + G + B = 125 + 152 + 113 = 390 (100%)
R 125 of 390 ~ 32.05%
G 152 of 390 ~ 38.97%
B 113 of 390 ~ 28.97'%

%32.05
%38.97
%28.97

CMYK color model

#7D9871 color CMYK value is (18,0,26,40).

  • cyan value is 17.76%
  • magenta value is 0.00%
  • yellow value is 25.66%
  • key color value is 40.39%

CMYK: (18,0,26,40)
C18M0Y26K40 (18%, 0%, 26%, 40%)
(0.18 / 0.00 / 0.26 / 0.40)

CMYK percentages

%17.76
%0
%25.66
%40.39

Codes

Color #7D9871 in popluar color models

7D 98 71
RGB 125 152 113
HSL 102° 15.92% 51.96%
HSB/HSV 102° 25.66% 59.61%
CMYK 17.76% 0.00% 25.66%
40.39%

Color #7D9871 in popluar number systems.

HEX 7D 98 71
Decimal 125 152 113
Binary 1111101 10011000 1110001
Octal 175 230 161

Shades and tints

Shades of #7D9871

#7D9871
(125,152,113)
#728B67
(114,139,103)
#677E5D
(103,126,93)
#5C7153
(92,113,83)
#516449
(81,100,73)
#46573F
(70,87,63)
#3B4A35
(59,74,53)
#303D2B
(48,61,43)
#253021
(37,48,33)
#1A2317
(26,35,23)
#0F160D
(15,22,13)
#000000
(0,0,0)

Tints of #7D9871

#7D9871
(125,152,113)
#88A17D
(136,161,125)
#93AA89
(147,170,137)
#9EB395
(158,179,149)
#A9BCA1
(169,188,161)
#B4C5AD
(180,197,173)
#BFCEB9
(191,206,185)
#CAD7C5
(202,215,197)
#D5E0D1
(213,224,209)
#E0E9DD
(224,233,221)
#EBF2E9
(235,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D9871 color. Also use rgb(125,152,113) instead hex code.

Text Font Color

.myTextColor { color: #7D9871; }

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

This text font color is #7D9871.

Background Color

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

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

This div background color is #7D9871.

Border color

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

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

This div border color is #7D9871.

Opacity

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

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

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

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

This text has shadow with #7D9871 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D9871.

Preview

Color preview on black background

This text has color #7D9871 on black background.


Color preview on white background

This text has color #7D9871 on white background.


Black color preview on #7D9871 background

This text has black color on #7D9871 background.


White color preview on #7D9871 background

This text has white color on #7D9871 background.


Related colors

Complementary color

Complementary color for #hex is #82678E.


I love getcolorcode.com

Triadic colors

1 #717D98 and #98717D with #7D9871 are triadic colors.

2 #71987D and #987D71 with #7D9871 are triadic colors.