COLOR #7D896E

HEX: #7D896E
RGB: (125,137,110)

Color info

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

RGB color model

#7D896E color RGB value is (125,137,110).

  • red value is 125;
  • green value is 137;
  • blue value is 110.
RGB:
(125,137,110)
(49%,54%,43%)

RGB channels and saturation

R 125 of 255 = 49%
G 137 of 255 = 54%
B 110 of 255 = 43%

125
137
110

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

Portions of RGB colors in percentages

R + G + B =
125 + 137 + 110 = 372 (100%)
R 125 of 372 ~ 33.6%
G 137 of 372 ~ 36.83%
B 110 of 372 ~ 29.57%

%33.6
%36.83
%29.57

CMYK color model

#7D896E color CMYK value is (9,0,20,46).

  • cyan value is 8.76%
  • magenta value is 0.00%
  • yellow value is 19.71%
  • key color value is 46.27%
CMYK:
(9,0,20,46)
C9M0Y20K46 
(9%,0%,20%,46%)
(0.09/0.00/0.20/0.46)	

CMYK percentages

%8.76
%0
%19.71
%46.27

Codes

Color #7D896E in popluar color models

7D896E
RGB125137110
HSL87°10.93%48.43%
HSB/HSV87°19.71%53.73%
CMYK8.76%0.00%19.71%
46.27%

Color #7D896E in popluar number systems.

HEX7D896E
Decimal125137110
Binary1111101100010011101110
Octal175211156

Shades and tints

Shades of #7D896E

#7D896E
(125,137,110)
#727D64
(114,125,100)
#67715A
(103,113,90)
#5C6550
(92,101,80)
#515946
(81,89,70)
#464D3C
(70,77,60)
#3B4132
(59,65,50)
#303528
(48,53,40)
#25291E
(37,41,30)
#1A1D14
(26,29,20)
#0F110A
(15,17,10)
#000000
(0,0,0)

Tints of #7D896E

#7D896E
(125,137,110)
#88937B
(136,147,123)
#939D88
(147,157,136)
#9EA795
(158,167,149)
#A9B1A2
(169,177,162)
#B4BBAF
(180,187,175)
#BFC5BC
(191,197,188)
#CACFC9
(202,207,201)
#D5D9D6
(213,217,214)
#E0E3E3
(224,227,227)
#EBEDF0
(235,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D896E color. Also use rgb(125,137,110) instead hex code.

Text Font Color

.myTextColor { color: #7D896E; }

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

This text font color is #7D896E.


Background Color

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

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

This div background color is #7D896E.


Border color

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

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

This div border color is #7D896E.


Opacity

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

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

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

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

This text has shadow with #7D896E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D896E on black background.


Color preview on white background

This text has color #7D896E on white background.



Black color preview on #7D896E background

This text has black color on #7D896E background.


White color preview on #7D896E background

This text has white color on #7D896E background.