COLOR #807C86

HEX: #807C86
RGB: (128,124,134)

Color info

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

RGB color model

#807C86 color RGB value is (128,124,134).

  • red value is 128;
  • green value is 124;
  • blue value is 134.
RGB:
(128,124,134)
(50%,49%,53%)

RGB channels and saturation

R 128 of 255 = 50%
G 124 of 255 = 49%
B 134 of 255 = 53%

128
124
134

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

Portions of RGB colors in percentages

R + G + B =
128 + 124 + 134 = 386 (100%)
R 128 of 386 ~ 33.16%
G 124 of 386 ~ 32.12%
B 134 of 386 ~ 34.72%

%33.16
%32.12
%34.72

CMYK color model

#807C86 color CMYK value is (4,7,0,47).

  • cyan value is 4.48%
  • magenta value is 7.46%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(4,7,0,47)
C4M7Y0K47 
(4%,7%,0%,47%)
(0.04/0.07/0.00/0.47)	

CMYK percentages

%4.48
%7.46
%0
%47.45

Codes

Color #807C86 in popluar color models

807C86
RGB128124134
HSL264°3.97%50.59%
HSB/HSV264°7.46%52.55%
CMYK4.48%7.46%0.00%
47.45%

Color #807C86 in popluar number systems.

HEX807C86
Decimal128124134
Binary10000000111110010000110
Octal200174206

Shades and tints

Shades of #807C86

#807C86
(128,124,134)
#75717A
(117,113,122)
#6A666E
(106,102,110)
#5F5B62
(95,91,98)
#545056
(84,80,86)
#49454A
(73,69,74)
#3E3A3E
(62,58,62)
#332F32
(51,47,50)
#282426
(40,36,38)
#1D191A
(29,25,26)
#120E0E
(18,14,14)
#000000
(0,0,0)

Tints of #807C86

#807C86
(128,124,134)
#8B8791
(139,135,145)
#96929C
(150,146,156)
#A19DA7
(161,157,167)
#ACA8B2
(172,168,178)
#B7B3BD
(183,179,189)
#C2BEC8
(194,190,200)
#CDC9D3
(205,201,211)
#D8D4DE
(216,212,222)
#E3DFE9
(227,223,233)
#EEEAF4
(238,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #807C86 color. Also use rgb(128,124,134) instead hex code.

Text Font Color

.myTextColor { color: #807C86; }

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

This text font color is #807C86.


Background Color

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

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

This div background color is #807C86.


Border color

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

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

This div border color is #807C86.


Opacity

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

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

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

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

This text has shadow with #807C86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807C86 on black background.


Color preview on white background

This text has color #807C86 on white background.



Black color preview on #807C86 background

This text has black color on #807C86 background.


White color preview on #807C86 background

This text has white color on #807C86 background.