COLOR #807E7A

HEX: #807E7A
RGB: (128,126,122)

Color info

#807E7A contains red, green and blue colors in about the same proportion. Web safe color of #807E7A is #666666 (or #666).

RGB color model

#807E7A color RGB value is (128,126,122).

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

RGB channels and saturation

R 128 of 255 = 50%
G 126 of 255 = 49%
B 122 of 255 = 48%

128
126
122

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

Portions of RGB colors in percentages

R + G + B =
128 + 126 + 122 = 376 (100%)
R 128 of 376 ~ 34.04%
G 126 of 376 ~ 33.51%
B 122 of 376 ~ 32.45%

%34.04
%33.51
%32.45

CMYK color model

#807E7A color CMYK value is (0,2,5,50).

  • cyan value is 0.00%
  • magenta value is 1.56%
  • yellow value is 4.69%
  • key color value is 49.80%
CMYK:
(0,2,5,50)
C0M2Y5K50 
(0%,2%,5%,50%)
(0.00/0.02/0.05/0.50)	

CMYK percentages

%0
%1.56
%4.69
%49.8

Codes

Color #807E7A in popluar color models

807E7A
RGB128126122
HSL40°2.40%49.02%
HSB/HSV40°4.69%50.20%
CMYK0.00%1.56%4.69%
49.80%

Color #807E7A in popluar number systems.

HEX807E7A
Decimal128126122
Binary1000000011111101111010
Octal200176172

Shades and tints

Shades of #807E7A

#807E7A
(128,126,122)
#75736F
(117,115,111)
#6A6864
(106,104,100)
#5F5D59
(95,93,89)
#54524E
(84,82,78)
#494743
(73,71,67)
#3E3C38
(62,60,56)
#33312D
(51,49,45)
#282622
(40,38,34)
#1D1B17
(29,27,23)
#12100C
(18,16,12)
#000000
(0,0,0)

Tints of #807E7A

#807E7A
(128,126,122)
#8B8986
(139,137,134)
#969492
(150,148,146)
#A19F9E
(161,159,158)
#ACAAAA
(172,170,170)
#B7B5B6
(183,181,182)
#C2C0C2
(194,192,194)
#CDCBCE
(205,203,206)
#D8D6DA
(216,214,218)
#E3E1E6
(227,225,230)
#EEECF2
(238,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807E7A; }

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

This text font color is #807E7A.


Background Color

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

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

This div background color is #807E7A.


Border color

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

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

This div border color is #807E7A.


Opacity

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

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

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

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

This text has shadow with #807E7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807E7A on black background.


Color preview on white background

This text has color #807E7A on white background.



Black color preview on #807E7A background

This text has black color on #807E7A background.


White color preview on #807E7A background

This text has white color on #807E7A background.