COLOR #807789

HEX: #807789
RGB: (128,119,137)

Color info

#807789 contains red, green and blue colors in about the same proportion. Web safe color of #807789 is #666699 (or #669).

RGB color model

#807789 color RGB value is (128,119,137).

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

RGB channels and saturation

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

128
119
137

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

Portions of RGB colors in percentages

R + G + B =
128 + 119 + 137 = 384 (100%)
R 128 of 384 ~ 33.33%
G 119 of 384 ~ 30.99%
B 137 of 384 ~ 35.68%

%33.33
%30.99
%35.68

CMYK color model

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

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

CMYK percentages

%6.57
%13.14
%0
%46.27

Codes

Color #807789 in popluar color models

807789
RGB128119137
HSL270°7.09%50.20%
HSB/HSV270°13.14%53.73%
CMYK6.57%13.14%0.00%
46.27%

Color #807789 in popluar number systems.

HEX807789
Decimal128119137
Binary10000000111011110001001
Octal200167211

Shades and tints

Shades of #807789

#807789
(128,119,137)
#756D7D
(117,109,125)
#6A6371
(106,99,113)
#5F5965
(95,89,101)
#544F59
(84,79,89)
#49454D
(73,69,77)
#3E3B41
(62,59,65)
#333135
(51,49,53)
#282729
(40,39,41)
#1D1D1D
(29,29,29)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #807789

#807789
(128,119,137)
#8B8393
(139,131,147)
#968F9D
(150,143,157)
#A19BA7
(161,155,167)
#ACA7B1
(172,167,177)
#B7B3BB
(183,179,187)
#C2BFC5
(194,191,197)
#CDCBCF
(205,203,207)
#D8D7D9
(216,215,217)
#E3E3E3
(227,227,227)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807789; }

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

This text font color is #807789.


Background Color

.myBgColor { background-color: #807789; }

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

This div background color is #807789.


Border color

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

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

This div border color is #807789.


Opacity

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

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

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

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

This text has shadow with #807789 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807789 on black background.


Color preview on white background

This text has color #807789 on white background.



Black color preview on #807789 background

This text has black color on #807789 background.


White color preview on #807789 background

This text has white color on #807789 background.