COLOR #7D875A

HEX: #7D875A
RGB: (125,135,90)

Color info

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

RGB color model

#7D875A color RGB value is (125,135,90).

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

RGB channels and saturation

R 125 of 255 = 49%
G 135 of 255 = 53%
B 90 of 255 = 35%

125
135
90

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

Portions of RGB colors in percentages

R + G + B =
125 + 135 + 90 = 350 (100%)
R 125 of 350 ~ 35.71%
G 135 of 350 ~ 38.57%
B 90 of 350 ~ 25.71%

%35.71
%38.57
%25.71

CMYK color model

#7D875A color CMYK value is (7,0,33,47).

  • cyan value is 7.41%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 47.06%
CMYK:
(7,0,33,47)
C7M0Y33K47 
(7%,0%,33%,47%)
(0.07/0.00/0.33/0.47)	

CMYK percentages

%7.41
%0
%33.33
%47.06

Codes

Color #7D875A in popluar color models

7D875A
RGB12513590
HSL73°20.00%44.12%
HSB/HSV73°33.33%52.94%
CMYK7.41%0.00%33.33%
47.06%

Color #7D875A in popluar number systems.

HEX7D875A
Decimal12513590
Binary1111101100001111011010
Octal175207132

Shades and tints

Shades of #7D875A

#7D875A
(125,135,90)
#727B52
(114,123,82)
#676F4A
(103,111,74)
#5C6342
(92,99,66)
#51573A
(81,87,58)
#464B32
(70,75,50)
#3B3F2A
(59,63,42)
#303322
(48,51,34)
#25271A
(37,39,26)
#1A1B12
(26,27,18)
#0F0F0A
(15,15,10)
#000000
(0,0,0)

Tints of #7D875A

#7D875A
(125,135,90)
#889169
(136,145,105)
#939B78
(147,155,120)
#9EA587
(158,165,135)
#A9AF96
(169,175,150)
#B4B9A5
(180,185,165)
#BFC3B4
(191,195,180)
#CACDC3
(202,205,195)
#D5D7D2
(213,215,210)
#E0E1E1
(224,225,225)
#EBEBF0
(235,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D875A; }

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

This text font color is #7D875A.


Background Color

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

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

This div background color is #7D875A.


Border color

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

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

This div border color is #7D875A.


Opacity

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

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

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

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

This text has shadow with #7D875A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D875A on black background.


Color preview on white background

This text has color #7D875A on white background.



Black color preview on #7D875A background

This text has black color on #7D875A background.


White color preview on #7D875A background

This text has white color on #7D875A background.