COLOR #807B89

HEX: #807B89 RGB: (128,123,137)

Color info

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

RGB color model

#807B89 color RGB value is (128,123,137).

RGB: (128,123,137) (50%, 48%, 54%)

RGB channels and saturation

R 128 of 255 = 50%
G 123 of 255 = 48%
B 137 of 255 = 54%

128
123
137

R + G + B ~ 51%. #807B89 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 128 + 123 + 137 = 388 (100%)
R 128 of 388 ~ 32.99%
G 123 of 388 ~ 31.7%
B 137 of 388 ~ 35.31'%

%32.99
%31.7
%35.31

CMYK color model

#807B89 color CMYK value is (7,10,0,46).

  • cyan value is 6.57%
  • magenta value is 10.22%
  • yellow value is 0.00%
  • key color value is 46.27%

CMYK: (7,10,0,46)
C7M10Y0K46 (7%, 10%, 0%, 46%)
(0.07 / 0.10 / 0.00 / 0.46)

CMYK percentages

%6.57
%10.22
%0
%46.27

Codes

Color #807B89 in popluar color models

80 7B 89
RGB 128 123 137
HSL 261° 5.60% 50.98%
HSB/HSV 261° 10.22% 53.73%
CMYK 6.57% 10.22% 0.00%
46.27%

Color #807B89 in popluar number systems.

HEX 80 7B 89
Decimal 128 123 137
Binary 10000000 1111011 10001001
Octal 200 173 211

Shades and tints

Shades of #807B89

#807B89
(128,123,137)
#75707D
(117,112,125)
#6A6571
(106,101,113)
#5F5A65
(95,90,101)
#544F59
(84,79,89)
#49444D
(73,68,77)
#3E3941
(62,57,65)
#332E35
(51,46,53)
#282329
(40,35,41)
#1D181D
(29,24,29)
#120D11
(18,13,17)
#000000
(0,0,0)

Tints of #807B89

#807B89
(128,123,137)
#8B8793
(139,135,147)
#96939D
(150,147,157)
#A19FA7
(161,159,167)
#ACABB1
(172,171,177)
#B7B7BB
(183,183,187)
#C2C3C5
(194,195,197)
#CDCFCF
(205,207,207)
#D8DBD9
(216,219,217)
#E3E7E3
(227,231,227)
#EEF3ED
(238,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807B89; }

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

This text font color is #807B89.

Background Color

.myBgColor { background-color: #807B89; }

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

This div background color is #807B89.

Border color

.myBorderColor { border: 1px solid #807B89; }

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

This div border color is #807B89.

Opacity

.myOpacity80 { color: #807B89; opacity: 0.8; }

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

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

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

This text has shadow with #807B89 color.


.textShadow {text-shadow: 3px 3px 1px #807B89', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #807B89; -webkit-box-shadow: 1px 1px 3px 2px #807B89; box-shadow:1px 1px 3px 2px #807B89;">
Div content here
</div>

This div box has shadow with color #807B89.

Preview

Color preview on black background

This text has color #807B89 on black background.


Color preview on white background

This text has color #807B89 on white background.


Black color preview on #807B89 background

This text has black color on #807B89 background.


White color preview on #807B89 background

This text has white color on #807B89 background.


Related colors

Complementary color

Complementary color for #hex is #7F8476.


I love getcolorcode.com

Triadic colors

1 #89807B and #7B8980 with #807B89 are triadic colors.

2 #897B80 and #7B8089 with #807B89 are triadic colors.