COLOR #897D75

HEX: #897D75 RGB: (137,125,117)

Color info

#897D75 contains red, green and blue colors in about the same proportion. Web safe color of #897D75 is #996666 (or #966).

RGB color model

#897D75 color RGB value is (137,125,117).

RGB: (137,125,117) (54%, 49%, 46%)

RGB channels and saturation

R 137 of 255 = 54%
G 125 of 255 = 49%
B 117 of 255 = 46%

137
125
117

R + G + B ~ 50%. #897D75 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 137 + 125 + 117 = 379 (100%)
R 137 of 379 ~ 36.15%
G 125 of 379 ~ 32.98%
B 117 of 379 ~ 30.87'%

%36.15
%32.98
%30.87

CMYK color model

#897D75 color CMYK value is (0,9,15,46).

  • cyan value is 0.00%
  • magenta value is 8.76%
  • yellow value is 14.60%
  • key color value is 46.27%
CMYK: (0,9,15,46) C0M9Y15K46 (0%,9%,15%,46%) (0.00/0.09/0.15/0.46) 

CMYK percentages

%0
%8.76
%14.6
%46.27

Codes

Color #897D75 in popluar color models

89 7D 75
RGB 137 125 117
HSL 24° 7.87% 49.80%
HSB/HSV 24° 14.60% 53.73%
CMYK 0.00% 8.76% 14.60%
46.27%

Color #897D75 in popluar number systems.

HEX 89 7D 75
Decimal 137 125 117
Binary 10001001 1111101 1110101
Octal 211 175 165

Shades and tints

Shades of #897D75

#897D75
(137,125,117)
#7D726B
(125,114,107)
#716761
(113,103,97)
#655C57
(101,92,87)
#59514D
(89,81,77)
#4D4643
(77,70,67)
#413B39
(65,59,57)
#35302F
(53,48,47)
#292525
(41,37,37)
#1D1A1B
(29,26,27)
#110F11
(17,15,17)
#000000
(0,0,0)

Tints of #897D75

#897D75
(137,125,117)
#938881
(147,136,129)
#9D938D
(157,147,141)
#A79E99
(167,158,153)
#B1A9A5
(177,169,165)
#BBB4B1
(187,180,177)
#C5BFBD
(197,191,189)
#CFCAC9
(207,202,201)
#D9D5D5
(217,213,213)
#E3E0E1
(227,224,225)
#EDEBED
(237,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #897D75 color. Also use rgb(137,125,117) instead hex code.

Text Font Color

.myTextColor { color: #897D75; }

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

This text font color is #897D75.

Background Color

.myBgColor { background-color: #897D75; }

<div style="background-color:#897D75">Inner text</div>

This div background color is #897D75.

Border color

.myBorderColor { border: 1px solid #897D75; }

<div style="border:3px solid #897D75">Div</div>

This div border color is #897D75.

Opacity

.myOpacity80 { color: #897D75; opacity: 0.8; }

<p style="color:#897D75;opacity:0.8;">80%</p>

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

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

This text has shadow with #897D75 color.


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

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

This text has shadow with #897D75 primary color and red secondary color.


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

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

This text has shadow with #897D75 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #897D75.

Preview

Color preview on black background

This text has color #897D75 on black background.


Color preview on white background

This text has color #897D75 on white background.


Black color preview on #897D75 background

This text has black color on #897D75 background.


White color preview on #897D75 background

This text has white color on #897D75 background.


Related colors

Complementary color

Complementary color for #hex is #76828A.


I love getcolorcode.com

Triadic colors

1 #75897D and #7D7589 with #897D75 are triadic colors.

2 #757D89 and #7D8975 with #897D75 are triadic colors.