COLOR #7D875E

HEX: #7D875E
RGB: (125,135,94)

Color info

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

RGB color model

#7D875E color RGB value is (125,135,94).

  • red value is 125;
  • green value is 135;
  • blue value is 94.
RGB:
(125,135,94)
(49%,53%,37%)

RGB channels and saturation

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

125
135
94

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

Portions of RGB colors in percentages

R + G + B =
125 + 135 + 94 = 354 (100%)
R 125 of 354 ~ 35.31%
G 135 of 354 ~ 38.14%
B 94 of 354 ~ 26.55%

%35.31
%38.14
%26.55

CMYK color model

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

  • cyan value is 7.41%
  • magenta value is 0.00%
  • yellow value is 30.37%
  • 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
%30.37
%47.06

Codes

Color #7D875E in popluar color models

7D875E
RGB12513594
HSL75°17.90%44.90%
HSB/HSV75°30.37%52.94%
CMYK7.41%0.00%30.37%
47.06%

Color #7D875E in popluar number systems.

HEX7D875E
Decimal12513594
Binary1111101100001111011110
Octal175207136

Shades and tints

Shades of #7D875E

#7D875E
(125,135,94)
#727B56
(114,123,86)
#676F4E
(103,111,78)
#5C6346
(92,99,70)
#51573E
(81,87,62)
#464B36
(70,75,54)
#3B3F2E
(59,63,46)
#303326
(48,51,38)
#25271E
(37,39,30)
#1A1B16
(26,27,22)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #7D875E

#7D875E
(125,135,94)
#88916C
(136,145,108)
#939B7A
(147,155,122)
#9EA588
(158,165,136)
#A9AF96
(169,175,150)
#B4B9A4
(180,185,164)
#BFC3B2
(191,195,178)
#CACDC0
(202,205,192)
#D5D7CE
(213,215,206)
#E0E1DC
(224,225,220)
#EBEBEA
(235,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D875E; }

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

This text font color is #7D875E.


Background Color

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

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

This div background color is #7D875E.


Border color

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

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

This div border color is #7D875E.


Opacity

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

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

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

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

This text has shadow with #7D875E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D875E on black background.


Color preview on white background

This text has color #7D875E on white background.



Black color preview on #7D875E background

This text has black color on #7D875E background.


White color preview on #7D875E background

This text has white color on #7D875E background.