COLOR #897792

HEX: #897792
RGB: (137,119,146)

Color info

#897792 contains red, green and blue colors in about the same proportion. Web safe color of #897792 is #996699 (or #969).

RGB color model

#897792 color RGB value is (137,119,146).

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

RGB channels and saturation

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

137
119
146

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

Portions of RGB colors in percentages

R + G + B =
137 + 119 + 146 = 402 (100%)
R 137 of 402 ~ 34.08%
G 119 of 402 ~ 29.6%
B 146 of 402 ~ 36.32%

%34.08
%29.6
%36.32

CMYK color model

#897792 color CMYK value is (6,18,0,43).

  • cyan value is 6.16%
  • magenta value is 18.49%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(6,18,0,43)
C6M18Y0K43 
(6%,18%,0%,43%)
(0.06/0.18/0.00/0.43)	

CMYK percentages

%6.16
%18.49
%0
%42.75

Codes

Color #897792 in popluar color models

897792
RGB137119146
HSL280°11.02%51.96%
HSB/HSV280°18.49%57.25%
CMYK6.16%18.49%0.00%
42.75%

Color #897792 in popluar number systems.

HEX897792
Decimal137119146
Binary10001001111011110010010
Octal211167222

Shades and tints

Shades of #897792

#897792
(137,119,146)
#7D6D85
(125,109,133)
#716378
(113,99,120)
#65596B
(101,89,107)
#594F5E
(89,79,94)
#4D4551
(77,69,81)
#413B44
(65,59,68)
#353137
(53,49,55)
#29272A
(41,39,42)
#1D1D1D
(29,29,29)
#111310
(17,19,16)
#000000
(0,0,0)

Tints of #897792

#897792
(137,119,146)
#93839B
(147,131,155)
#9D8FA4
(157,143,164)
#A79BAD
(167,155,173)
#B1A7B6
(177,167,182)
#BBB3BF
(187,179,191)
#C5BFC8
(197,191,200)
#CFCBD1
(207,203,209)
#D9D7DA
(217,215,218)
#E3E3E3
(227,227,227)
#EDEFEC
(237,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #897792; }

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

This text font color is #897792.


Background Color

.myBgColor { background-color: #897792; }

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

This div background color is #897792.


Border color

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

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

This div border color is #897792.


Opacity

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

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

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

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

This text has shadow with #897792 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897792 on black background.


Color preview on white background

This text has color #897792 on white background.



Black color preview on #897792 background

This text has black color on #897792 background.


White color preview on #897792 background

This text has white color on #897792 background.