COLOR #7D875F

HEX: #7D875F RGB: (125,135,95)

Color info

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

RGB color model

#7D875F color RGB value is (125,135,95).

RGB: (125,135,95) (49%, 53%, 37%)

RGB channels and saturation

R 125 of 255 = 49%
G 135 of 255 = 53%
B 95 of 255 = 37%

125
135
95

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

Portions of RGB colors in percentages

R + G + B = 125 + 135 + 95 = 355 (100%)
R 125 of 355 ~ 35.21%
G 135 of 355 ~ 38.03%
B 95 of 355 ~ 26.76'%

%35.21
%38.03
%26.76

CMYK color model

#7D875F color CMYK value is (7,0,30,47).

  • cyan value is 7.41%
  • magenta value is 0.00%
  • yellow value is 29.63%
  • key color value is 47.06%
CMYK: (7,0,30,47) C7M0Y30K47 (7%,0%,30%,47%) (0.07/0.00/0.30/0.47) 

CMYK percentages

%7.41
%0
%29.63
%47.06

Codes

Color #7D875F in popluar color models

7D 87 5F
RGB 125 135 95
HSL 75° 17.39% 45.10%
HSB/HSV 75° 29.63% 52.94%
CMYK 7.41% 0.00% 29.63%
47.06%

Color #7D875F in popluar number systems.

HEX 7D 87 5F
Decimal 125 135 95
Binary 1111101 10000111 1011111
Octal 175 207 137

Shades and tints

Shades of #7D875F

#7D875F
(125,135,95)
#727B57
(114,123,87)
#676F4F
(103,111,79)
#5C6347
(92,99,71)
#51573F
(81,87,63)
#464B37
(70,75,55)
#3B3F2F
(59,63,47)
#303327
(48,51,39)
#25271F
(37,39,31)
#1A1B17
(26,27,23)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #7D875F

#7D875F
(125,135,95)
#88916D
(136,145,109)
#939B7B
(147,155,123)
#9EA589
(158,165,137)
#A9AF97
(169,175,151)
#B4B9A5
(180,185,165)
#BFC3B3
(191,195,179)
#CACDC1
(202,205,193)
#D5D7CF
(213,215,207)
#E0E1DD
(224,225,221)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D875F; }

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

This text font color is #7D875F.

Background Color

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

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

This div background color is #7D875F.

Border color

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

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

This div border color is #7D875F.

Opacity

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

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

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

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

This text has shadow with #7D875F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D875F.

Preview

Color preview on black background

This text has color #7D875F on black background.


Color preview on white background

This text has color #7D875F on white background.


Black color preview on #7D875F background

This text has black color on #7D875F background.


White color preview on #7D875F background

This text has white color on #7D875F background.


Related colors

Complementary color

Complementary color for #hex is #8278A0.


I love getcolorcode.com

Triadic colors

1 #5F7D87 and #875F7D with #7D875F are triadic colors.

2 #5F877D and #877D5F with #7D875F are triadic colors.