COLOR #897C7A

HEX: #897C7A
RGB: (137,124,122)

Color info

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

RGB color model

#897C7A color RGB value is (137,124,122).

  • red value is 137;
  • green value is 124;
  • blue value is 122.
RGB:
(137,124,122)
(54%,49%,48%)

RGB channels and saturation

R 137 of 255 = 54%
G 124 of 255 = 49%
B 122 of 255 = 48%

137
124
122

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

Portions of RGB colors in percentages

R + G + B =
137 + 124 + 122 = 383 (100%)
R 137 of 383 ~ 35.77%
G 124 of 383 ~ 32.38%
B 122 of 383 ~ 31.85%

%35.77
%32.38
%31.85

CMYK color model

#897C7A color CMYK value is (0,9,11,46).

  • cyan value is 0.00%
  • magenta value is 9.49%
  • yellow value is 10.95%
  • key color value is 46.27%
CMYK:
(0,9,11,46)
C0M9Y11K46 
(0%,9%,11%,46%)
(0.00/0.09/0.11/0.46)	

CMYK percentages

%0
%9.49
%10.95
%46.27

Codes

Color #897C7A in popluar color models

897C7A
RGB137124122
HSL5.98%50.78%
HSB/HSV10.95%53.73%
CMYK0.00%9.49%10.95%
46.27%

Color #897C7A in popluar number systems.

HEX897C7A
Decimal137124122
Binary1000100111111001111010
Octal211174172

Shades and tints

Shades of #897C7A

#897C7A
(137,124,122)
#7D716F
(125,113,111)
#716664
(113,102,100)
#655B59
(101,91,89)
#59504E
(89,80,78)
#4D4543
(77,69,67)
#413A38
(65,58,56)
#352F2D
(53,47,45)
#292422
(41,36,34)
#1D1917
(29,25,23)
#110E0C
(17,14,12)
#000000
(0,0,0)

Tints of #897C7A

#897C7A
(137,124,122)
#938786
(147,135,134)
#9D9292
(157,146,146)
#A79D9E
(167,157,158)
#B1A8AA
(177,168,170)
#BBB3B6
(187,179,182)
#C5BEC2
(197,190,194)
#CFC9CE
(207,201,206)
#D9D4DA
(217,212,218)
#E3DFE6
(227,223,230)
#EDEAF2
(237,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #897C7A; }

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

This text font color is #897C7A.


Background Color

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

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

This div background color is #897C7A.


Border color

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

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

This div border color is #897C7A.


Opacity

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

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

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

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

This text has shadow with #897C7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897C7A on black background.


Color preview on white background

This text has color #897C7A on white background.



Black color preview on #897C7A background

This text has black color on #897C7A background.


White color preview on #897C7A background

This text has white color on #897C7A background.