COLOR #896777

HEX: #896777
RGB: (137,103,119)

Color info

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

RGB color model

#896777 color RGB value is (137,103,119).

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

RGB channels and saturation

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

137
103
119

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

Portions of RGB colors in percentages

R + G + B =
137 + 103 + 119 = 359 (100%)
R 137 of 359 ~ 38.16%
G 103 of 359 ~ 28.69%
B 119 of 359 ~ 33.15%

%38.16
%28.69
%33.15

CMYK color model

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

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

CMYK percentages

%0
%24.82
%13.14
%46.27

Codes

Color #896777 in popluar color models

896777
RGB137103119
HSL332°14.17%47.06%
HSB/HSV332°24.82%53.73%
CMYK0.00%24.82%13.14%
46.27%

Color #896777 in popluar number systems.

HEX896777
Decimal137103119
Binary1000100111001111110111
Octal211147167

Shades and tints

Shades of #896777

#896777
(137,103,119)
#7D5E6D
(125,94,109)
#715563
(113,85,99)
#654C59
(101,76,89)
#59434F
(89,67,79)
#4D3A45
(77,58,69)
#41313B
(65,49,59)
#352831
(53,40,49)
#291F27
(41,31,39)
#1D161D
(29,22,29)
#110D13
(17,13,19)
#000000
(0,0,0)

Tints of #896777

#896777
(137,103,119)
#937483
(147,116,131)
#9D818F
(157,129,143)
#A78E9B
(167,142,155)
#B19BA7
(177,155,167)
#BBA8B3
(187,168,179)
#C5B5BF
(197,181,191)
#CFC2CB
(207,194,203)
#D9CFD7
(217,207,215)
#E3DCE3
(227,220,227)
#EDE9EF
(237,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #896777; }

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

This text font color is #896777.


Background Color

.myBgColor { background-color: #896777; }

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

This div background color is #896777.


Border color

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

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

This div border color is #896777.


Opacity

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

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

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

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

This text has shadow with #896777 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896777 on black background.


Color preview on white background

This text has color #896777 on white background.



Black color preview on #896777 background

This text has black color on #896777 background.


White color preview on #896777 background

This text has white color on #896777 background.