COLOR #897777

HEX: #897777
RGB: (137,119,119)

Color info

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

RGB color model

#897777 color RGB value is (137,119,119).

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

RGB channels and saturation

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

137
119
119

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

Portions of RGB colors in percentages

R + G + B =
137 + 119 + 119 = 375 (100%)
R 137 of 375 ~ 36.53%
G 119 of 375 ~ 31.73%
B 119 of 375 ~ 31.73%

%36.53
%31.73
%31.73

CMYK color model

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

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

CMYK percentages

%0
%13.14
%13.14
%46.27

Codes

Color #897777 in popluar color models

897777
RGB137119119
HSL7.09%50.20%
HSB/HSV13.14%53.73%
CMYK0.00%13.14%13.14%
46.27%

Color #897777 in popluar number systems.

HEX897777
Decimal137119119
Binary1000100111101111110111
Octal211167167

Shades and tints

Shades of #897777

#897777
(137,119,119)
#7D6D6D
(125,109,109)
#716363
(113,99,99)
#655959
(101,89,89)
#594F4F
(89,79,79)
#4D4545
(77,69,69)
#413B3B
(65,59,59)
#353131
(53,49,49)
#292727
(41,39,39)
#1D1D1D
(29,29,29)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #897777

#897777
(137,119,119)
#938383
(147,131,131)
#9D8F8F
(157,143,143)
#A79B9B
(167,155,155)
#B1A7A7
(177,167,167)
#BBB3B3
(187,179,179)
#C5BFBF
(197,191,191)
#CFCBCB
(207,203,203)
#D9D7D7
(217,215,215)
#E3E3E3
(227,227,227)
#EDEFEF
(237,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #897777; }

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

This text font color is #897777.


Background Color

.myBgColor { background-color: #897777; }

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

This div background color is #897777.


Border color

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

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

This div border color is #897777.


Opacity

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

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

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

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

This text has shadow with #897777 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897777 on black background.


Color preview on white background

This text has color #897777 on white background.



Black color preview on #897777 background

This text has black color on #897777 background.


White color preview on #897777 background

This text has white color on #897777 background.