COLOR #7D876D

HEX: #7D876D RGB: (125,135,109)

Color info

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

RGB color model

#7D876D color RGB value is (125,135,109).

RGB: (125,135,109) (49%, 53%, 43%)

RGB channels and saturation

R 125 of 255 = 49%
G 135 of 255 = 53%
B 109 of 255 = 43%

125
135
109

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

Portions of RGB colors in percentages

R + G + B = 125 + 135 + 109 = 369 (100%)
R 125 of 369 ~ 33.88%
G 135 of 369 ~ 36.59%
B 109 of 369 ~ 29.54'%

%33.88
%36.59
%29.54

CMYK color model

#7D876D color CMYK value is (7,0,19,47).

  • cyan value is 7.41%
  • magenta value is 0.00%
  • yellow value is 19.26%
  • key color value is 47.06%

CMYK: (7,0,19,47)
C7M0Y19K47 (7%, 0%, 19%, 47%)
(0.07 / 0.00 / 0.19 / 0.47)

CMYK percentages

%7.41
%0
%19.26
%47.06

Codes

Color #7D876D in popluar color models

7D 87 6D
RGB 125 135 109
HSL 83° 10.66% 47.84%
HSB/HSV 83° 19.26% 52.94%
CMYK 7.41% 0.00% 19.26%
47.06%

Color #7D876D in popluar number systems.

HEX 7D 87 6D
Decimal 125 135 109
Binary 1111101 10000111 1101101
Octal 175 207 155

Shades and tints

Shades of #7D876D

#7D876D
(125,135,109)
#727B64
(114,123,100)
#676F5B
(103,111,91)
#5C6352
(92,99,82)
#515749
(81,87,73)
#464B40
(70,75,64)
#3B3F37
(59,63,55)
#30332E
(48,51,46)
#252725
(37,39,37)
#1A1B1C
(26,27,28)
#0F0F13
(15,15,19)
#000000
(0,0,0)

Tints of #7D876D

#7D876D
(125,135,109)
#88917A
(136,145,122)
#939B87
(147,155,135)
#9EA594
(158,165,148)
#A9AFA1
(169,175,161)
#B4B9AE
(180,185,174)
#BFC3BB
(191,195,187)
#CACDC8
(202,205,200)
#D5D7D5
(213,215,213)
#E0E1E2
(224,225,226)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D876D color. Also use rgb(125,135,109) instead hex code.

Text Font Color

.myTextColor { color: #7D876D; }

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

This text font color is #7D876D.

Background Color

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

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

This div background color is #7D876D.

Border color

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

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

This div border color is #7D876D.

Opacity

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

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

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

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

This text has shadow with #7D876D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D876D.

Preview

Color preview on black background

This text has color #7D876D on black background.


Color preview on white background

This text has color #7D876D on white background.


Black color preview on #7D876D background

This text has black color on #7D876D background.


White color preview on #7D876D background

This text has white color on #7D876D background.


Related colors

Complementary color

Complementary color for #hex is #827892.


I love getcolorcode.com

Triadic colors

1 #6D7D87 and #876D7D with #7D876D are triadic colors.

2 #6D877D and #877D6D with #7D876D are triadic colors.