COLOR #807A8B

HEX: #807A8B
RGB: (128,122,139)

Color info

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

RGB color model

#807A8B color RGB value is (128,122,139).

  • red value is 128;
  • green value is 122;
  • blue value is 139.
RGB:
(128,122,139)
(50%,48%,55%)

RGB channels and saturation

R 128 of 255 = 50%
G 122 of 255 = 48%
B 139 of 255 = 55%

128
122
139

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

Portions of RGB colors in percentages

R + G + B =
128 + 122 + 139 = 389 (100%)
R 128 of 389 ~ 32.9%
G 122 of 389 ~ 31.36%
B 139 of 389 ~ 35.73%

%32.9
%31.36
%35.73

CMYK color model

#807A8B color CMYK value is (8,12,0,45).

  • cyan value is 7.91%
  • magenta value is 12.23%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(8,12,0,45)
C8M12Y0K45 
(8%,12%,0%,45%)
(0.08/0.12/0.00/0.45)	

CMYK percentages

%7.91
%12.23
%0
%45.49

Codes

Color #807A8B in popluar color models

807A8B
RGB128122139
HSL261°6.83%51.18%
HSB/HSV261°12.23%54.51%
CMYK7.91%12.23%0.00%
45.49%

Color #807A8B in popluar number systems.

HEX807A8B
Decimal128122139
Binary10000000111101010001011
Octal200172213

Shades and tints

Shades of #807A8B

#807A8B
(128,122,139)
#756F7F
(117,111,127)
#6A6473
(106,100,115)
#5F5967
(95,89,103)
#544E5B
(84,78,91)
#49434F
(73,67,79)
#3E3843
(62,56,67)
#332D37
(51,45,55)
#28222B
(40,34,43)
#1D171F
(29,23,31)
#120C13
(18,12,19)
#000000
(0,0,0)

Tints of #807A8B

#807A8B
(128,122,139)
#8B8695
(139,134,149)
#96929F
(150,146,159)
#A19EA9
(161,158,169)
#ACAAB3
(172,170,179)
#B7B6BD
(183,182,189)
#C2C2C7
(194,194,199)
#CDCED1
(205,206,209)
#D8DADB
(216,218,219)
#E3E6E5
(227,230,229)
#EEF2EF
(238,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #807A8B color. Also use rgb(128,122,139) instead hex code.

Text Font Color

.myTextColor { color: #807A8B; }

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

This text font color is #807A8B.


Background Color

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

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

This div background color is #807A8B.


Border color

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

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

This div border color is #807A8B.


Opacity

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

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

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

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

This text has shadow with #807A8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807A8B on black background.


Color preview on white background

This text has color #807A8B on white background.



Black color preview on #807A8B background

This text has black color on #807A8B background.


White color preview on #807A8B background

This text has white color on #807A8B background.