COLOR #807F82

HEX: #807F82
RGB: (128,127,130)

Color info

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

RGB color model

#807F82 color RGB value is (128,127,130).

  • red value is 128;
  • green value is 127;
  • blue value is 130.
RGB:
(128,127,130)
(50%,50%,51%)

RGB channels and saturation

R 128 of 255 = 50%
G 127 of 255 = 50%
B 130 of 255 = 51%

128
127
130

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

Portions of RGB colors in percentages

R + G + B =
128 + 127 + 130 = 385 (100%)
R 128 of 385 ~ 33.25%
G 127 of 385 ~ 32.99%
B 130 of 385 ~ 33.77%

%33.25
%32.99
%33.77

CMYK color model

#807F82 color CMYK value is (2,2,0,49).

  • cyan value is 1.54%
  • magenta value is 2.31%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(2,2,0,49)
C2M2Y0K49 
(2%,2%,0%,49%)
(0.02/0.02/0.00/0.49)	

CMYK percentages

%1.54
%2.31
%0
%49.02

Codes

Color #807F82 in popluar color models

807F82
RGB128127130
HSL260°1.19%50.39%
HSB/HSV260°2.31%50.98%
CMYK1.54%2.31%0.00%
49.02%

Color #807F82 in popluar number systems.

HEX807F82
Decimal128127130
Binary10000000111111110000010
Octal200177202

Shades and tints

Shades of #807F82

#807F82
(128,127,130)
#757477
(117,116,119)
#6A696C
(106,105,108)
#5F5E61
(95,94,97)
#545356
(84,83,86)
#49484B
(73,72,75)
#3E3D40
(62,61,64)
#333235
(51,50,53)
#28272A
(40,39,42)
#1D1C1F
(29,28,31)
#121114
(18,17,20)
#000000
(0,0,0)

Tints of #807F82

#807F82
(128,127,130)
#8B8A8D
(139,138,141)
#969598
(150,149,152)
#A1A0A3
(161,160,163)
#ACABAE
(172,171,174)
#B7B6B9
(183,182,185)
#C2C1C4
(194,193,196)
#CDCCCF
(205,204,207)
#D8D7DA
(216,215,218)
#E3E2E5
(227,226,229)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #807F82 color. Also use rgb(128,127,130) instead hex code.

Text Font Color

.myTextColor { color: #807F82; }

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

This text font color is #807F82.


Background Color

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

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

This div background color is #807F82.


Border color

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

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

This div border color is #807F82.


Opacity

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

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

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

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

This text has shadow with #807F82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807F82 on black background.


Color preview on white background

This text has color #807F82 on white background.



Black color preview on #807F82 background

This text has black color on #807F82 background.


White color preview on #807F82 background

This text has white color on #807F82 background.