COLOR #7D896C

HEX: #7D896C RGB: (125,137,108)

Color info

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

RGB color model

#7D896C color RGB value is (125,137,108).

RGB: (125,137,108) (49%, 54%, 42%)

RGB channels and saturation

R 125 of 255 = 49%
G 137 of 255 = 54%
B 108 of 255 = 42%

125
137
108

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

Portions of RGB colors in percentages

R + G + B = 125 + 137 + 108 = 370 (100%)
R 125 of 370 ~ 33.78%
G 137 of 370 ~ 37.03%
B 108 of 370 ~ 29.19'%

%33.78
%37.03
%29.19

CMYK color model

#7D896C color CMYK value is (9,0,21,46).

  • cyan value is 8.76%
  • magenta value is 0.00%
  • yellow value is 21.17%
  • key color value is 46.27%

CMYK: (9,0,21,46)
C9M0Y21K46 (9%, 0%, 21%, 46%)
(0.09 / 0.00 / 0.21 / 0.46)

CMYK percentages

%8.76
%0
%21.17
%46.27

Codes

Color #7D896C in popluar color models

7D 89 6C
RGB 125 137 108
HSL 85° 11.84% 48.04%
HSB/HSV 85° 21.17% 53.73%
CMYK 8.76% 0.00% 21.17%
46.27%

Color #7D896C in popluar number systems.

HEX 7D 89 6C
Decimal 125 137 108
Binary 1111101 10001001 1101100
Octal 175 211 154

Shades and tints

Shades of #7D896C

#7D896C
(125,137,108)
#727D63
(114,125,99)
#67715A
(103,113,90)
#5C6551
(92,101,81)
#515948
(81,89,72)
#464D3F
(70,77,63)
#3B4136
(59,65,54)
#30352D
(48,53,45)
#252924
(37,41,36)
#1A1D1B
(26,29,27)
#0F1112
(15,17,18)
#000000
(0,0,0)

Tints of #7D896C

#7D896C
(125,137,108)
#889379
(136,147,121)
#939D86
(147,157,134)
#9EA793
(158,167,147)
#A9B1A0
(169,177,160)
#B4BBAD
(180,187,173)
#BFC5BA
(191,197,186)
#CACFC7
(202,207,199)
#D5D9D4
(213,217,212)
#E0E3E1
(224,227,225)
#EBEDEE
(235,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D896C; }

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

This text font color is #7D896C.

Background Color

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

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

This div background color is #7D896C.

Border color

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

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

This div border color is #7D896C.

Opacity

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

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

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

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

This text has shadow with #7D896C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D896C.

Preview

Color preview on black background

This text has color #7D896C on black background.


Color preview on white background

This text has color #7D896C on white background.


Black color preview on #7D896C background

This text has black color on #7D896C background.


White color preview on #7D896C background

This text has white color on #7D896C background.


Related colors

Complementary color

Complementary color for #hex is #827693.


I love getcolorcode.com

Triadic colors

1 #6C7D89 and #896C7D with #7D896C are triadic colors.

2 #6C897D and #897D6C with #7D896C are triadic colors.