COLOR #807F6B

HEX: #807F6B RGB: (128,127,107)

Color info

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

RGB color model

#807F6B color RGB value is (128,127,107).

RGB: (128,127,107) (50%, 50%, 42%)

RGB channels and saturation

R 128 of 255 = 50%
G 127 of 255 = 50%
B 107 of 255 = 42%

128
127
107

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

Portions of RGB colors in percentages

R + G + B = 128 + 127 + 107 = 362 (100%)
R 128 of 362 ~ 35.36%
G 127 of 362 ~ 35.08%
B 107 of 362 ~ 29.56'%

%35.36
%35.08
%29.56

CMYK color model

#807F6B color CMYK value is (0,1,16,50).

  • cyan value is 0.00%
  • magenta value is 0.78%
  • yellow value is 16.41%
  • key color value is 49.80%

CMYK: (0,1,16,50)
C0M1Y16K50 (0%, 1%, 16%, 50%)
(0.00 / 0.01 / 0.16 / 0.50)

CMYK percentages

%0
%0.78
%16.41
%49.8

Codes

Color #807F6B in popluar color models

80 7F 6B
RGB 128 127 107
HSL 57° 8.94% 46.08%
HSB/HSV 57° 16.41% 50.20%
CMYK 0.00% 0.78% 16.41%
49.80%

Color #807F6B in popluar number systems.

HEX 80 7F 6B
Decimal 128 127 107
Binary 10000000 1111111 1101011
Octal 200 177 153

Shades and tints

Shades of #807F6B

#807F6B
(128,127,107)
#757462
(117,116,98)
#6A6959
(106,105,89)
#5F5E50
(95,94,80)
#545347
(84,83,71)
#49483E
(73,72,62)
#3E3D35
(62,61,53)
#33322C
(51,50,44)
#282723
(40,39,35)
#1D1C1A
(29,28,26)
#121111
(18,17,17)
#000000
(0,0,0)

Tints of #807F6B

#807F6B
(128,127,107)
#8B8A78
(139,138,120)
#969585
(150,149,133)
#A1A092
(161,160,146)
#ACAB9F
(172,171,159)
#B7B6AC
(183,182,172)
#C2C1B9
(194,193,185)
#CDCCC6
(205,204,198)
#D8D7D3
(216,215,211)
#E3E2E0
(227,226,224)
#EEEDED
(238,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807F6B; }

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

This text font color is #807F6B.

Background Color

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

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

This div background color is #807F6B.

Border color

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

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

This div border color is #807F6B.

Opacity

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

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

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

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

This text has shadow with #807F6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #807F6B.

Preview

Color preview on black background

This text has color #807F6B on black background.


Color preview on white background

This text has color #807F6B on white background.


Black color preview on #807F6B background

This text has black color on #807F6B background.


White color preview on #807F6B background

This text has white color on #807F6B background.


Related colors

Complementary color

Complementary color for #hex is #7F8094.


I love getcolorcode.com

Triadic colors

1 #6B807F and #7F6B80 with #807F6B are triadic colors.

2 #6B7F80 and #7F806B with #807F6B are triadic colors.