COLOR #897B7A

HEX: #897B7A RGB: (137,123,122)

Color info

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

RGB color model

#897B7A color RGB value is (137,123,122).

RGB: (137,123,122) (54%, 48%, 48%)

RGB channels and saturation

R 137 of 255 = 54%
G 123 of 255 = 48%
B 122 of 255 = 48%

137
123
122

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

Portions of RGB colors in percentages

R + G + B = 137 + 123 + 122 = 382 (100%)
R 137 of 382 ~ 35.86%
G 123 of 382 ~ 32.2%
B 122 of 382 ~ 31.94'%

%35.86
%32.2
%31.94

CMYK color model

#897B7A color CMYK value is (0,10,11,46).

  • cyan value is 0.00%
  • magenta value is 10.22%
  • yellow value is 10.95%
  • key color value is 46.27%

CMYK: (0,10,11,46)
C0M10Y11K46 (0%, 10%, 11%, 46%)
(0.00 / 0.10 / 0.11 / 0.46)

CMYK percentages

%0
%10.22
%10.95
%46.27

Codes

Color #897B7A in popluar color models

89 7B 7A
RGB 137 123 122
HSL 5.98% 50.78%
HSB/HSV 10.95% 53.73%
CMYK 0.00% 10.22% 10.95%
46.27%

Color #897B7A in popluar number systems.

HEX 89 7B 7A
Decimal 137 123 122
Binary 10001001 1111011 1111010
Octal 211 173 172

Shades and tints

Shades of #897B7A

#897B7A
(137,123,122)
#7D706F
(125,112,111)
#716564
(113,101,100)
#655A59
(101,90,89)
#594F4E
(89,79,78)
#4D4443
(77,68,67)
#413938
(65,57,56)
#352E2D
(53,46,45)
#292322
(41,35,34)
#1D1817
(29,24,23)
#110D0C
(17,13,12)
#000000
(0,0,0)

Tints of #897B7A

#897B7A
(137,123,122)
#938786
(147,135,134)
#9D9392
(157,147,146)
#A79F9E
(167,159,158)
#B1ABAA
(177,171,170)
#BBB7B6
(187,183,182)
#C5C3C2
(197,195,194)
#CFCFCE
(207,207,206)
#D9DBDA
(217,219,218)
#E3E7E6
(227,231,230)
#EDF3F2
(237,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #897B7A color. Also use rgb(137,123,122) instead hex code.

Text Font Color

.myTextColor { color: #897B7A; }

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

This text font color is #897B7A.

Background Color

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

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

This div background color is #897B7A.

Border color

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

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

This div border color is #897B7A.

Opacity

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

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

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

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

This text has shadow with #897B7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #897B7A.

Preview

Color preview on black background

This text has color #897B7A on black background.


Color preview on white background

This text has color #897B7A on white background.


Black color preview on #897B7A background

This text has black color on #897B7A background.


White color preview on #897B7A background

This text has white color on #897B7A background.


Related colors

Complementary color

Complementary color for #hex is #768485.


I love getcolorcode.com

Triadic colors

1 #7A897B and #7B7A89 with #897B7A are triadic colors.

2 #7A7B89 and #7B897A with #897B7A are triadic colors.