COLOR #897775

HEX: #897775
RGB: (137,119,117)

Color info

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

RGB color model

#897775 color RGB value is (137,119,117).

  • red value is 137;
  • green value is 119;
  • blue value is 117.
RGB:
(137,119,117)
(54%,47%,46%)

RGB channels and saturation

R 137 of 255 = 54%
G 119 of 255 = 47%
B 117 of 255 = 46%

137
119
117

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

Portions of RGB colors in percentages

R + G + B =
137 + 119 + 117 = 373 (100%)
R 137 of 373 ~ 36.73%
G 119 of 373 ~ 31.9%
B 117 of 373 ~ 31.37%

%36.73
%31.9
%31.37

CMYK color model

#897775 color CMYK value is (0,13,15,46).

  • cyan value is 0.00%
  • magenta value is 13.14%
  • yellow value is 14.60%
  • key color value is 46.27%
CMYK:
(0,13,15,46)
C0M13Y15K46 
(0%,13%,15%,46%)
(0.00/0.13/0.15/0.46)	

CMYK percentages

%0
%13.14
%14.6
%46.27

Codes

Color #897775 in popluar color models

897775
RGB137119117
HSL7.87%49.80%
HSB/HSV14.60%53.73%
CMYK0.00%13.14%14.60%
46.27%

Color #897775 in popluar number systems.

HEX897775
Decimal137119117
Binary1000100111101111110101
Octal211167165

Shades and tints

Shades of #897775

#897775
(137,119,117)
#7D6D6B
(125,109,107)
#716361
(113,99,97)
#655957
(101,89,87)
#594F4D
(89,79,77)
#4D4543
(77,69,67)
#413B39
(65,59,57)
#35312F
(53,49,47)
#292725
(41,39,37)
#1D1D1B
(29,29,27)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #897775

#897775
(137,119,117)
#938381
(147,131,129)
#9D8F8D
(157,143,141)
#A79B99
(167,155,153)
#B1A7A5
(177,167,165)
#BBB3B1
(187,179,177)
#C5BFBD
(197,191,189)
#CFCBC9
(207,203,201)
#D9D7D5
(217,215,213)
#E3E3E1
(227,227,225)
#EDEFED
(237,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #897775; }

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

This text font color is #897775.


Background Color

.myBgColor { background-color: #897775; }

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

This div background color is #897775.


Border color

.myBorderColor { border: 1px solid #897775; }

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

This div border color is #897775.


Opacity

.myOpacity80 { color: #897775; opacity: 0.8; }

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

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

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

This text has shadow with #897775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897775 on black background.


Color preview on white background

This text has color #897775 on white background.



Black color preview on #897775 background

This text has black color on #897775 background.


White color preview on #897775 background

This text has white color on #897775 background.