COLOR #807B7F

HEX: #807B7F RGB: (128,123,127)

Color info

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

RGB color model

#807B7F color RGB value is (128,123,127).

RGB: (128,123,127) (50%, 48%, 50%)

RGB channels and saturation

R 128 of 255 = 50%
G 123 of 255 = 48%
B 127 of 255 = 50%

128
123
127

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

Portions of RGB colors in percentages

R + G + B = 128 + 123 + 127 = 378 (100%)
R 128 of 378 ~ 33.86%
G 123 of 378 ~ 32.54%
B 127 of 378 ~ 33.6'%

%33.86
%32.54
%33.6

CMYK color model

#807B7F color CMYK value is (0,4,1,50).

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

CMYK: (0,4,1,50)
C0M4Y1K50 (0%, 4%, 1%, 50%)
(0.00 / 0.04 / 0.01 / 0.50)

CMYK percentages

%0
%3.91
%0.78
%49.8

Codes

Color #807B7F in popluar color models

80 7B 7F
RGB 128 123 127
HSL 312° 1.99% 49.22%
HSB/HSV 312° 3.91% 50.20%
CMYK 0.00% 3.91% 0.78%
49.80%

Color #807B7F in popluar number systems.

HEX 80 7B 7F
Decimal 128 123 127
Binary 10000000 1111011 1111111
Octal 200 173 177

Shades and tints

Shades of #807B7F

#807B7F
(128,123,127)
#757074
(117,112,116)
#6A6569
(106,101,105)
#5F5A5E
(95,90,94)
#544F53
(84,79,83)
#494448
(73,68,72)
#3E393D
(62,57,61)
#332E32
(51,46,50)
#282327
(40,35,39)
#1D181C
(29,24,28)
#120D11
(18,13,17)
#000000
(0,0,0)

Tints of #807B7F

#807B7F
(128,123,127)
#8B878A
(139,135,138)
#969395
(150,147,149)
#A19FA0
(161,159,160)
#ACABAB
(172,171,171)
#B7B7B6
(183,183,182)
#C2C3C1
(194,195,193)
#CDCFCC
(205,207,204)
#D8DBD7
(216,219,215)
#E3E7E2
(227,231,226)
#EEF3ED
(238,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807B7F; }

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

This text font color is #807B7F.

Background Color

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

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

This div background color is #807B7F.

Border color

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

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

This div border color is #807B7F.

Opacity

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

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

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

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

This text has shadow with #807B7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #807B7F.

Preview

Color preview on black background

This text has color #807B7F on black background.


Color preview on white background

This text has color #807B7F on white background.


Black color preview on #807B7F background

This text has black color on #807B7F background.


White color preview on #807B7F background

This text has white color on #807B7F background.


Related colors

Complementary color

Complementary color for #hex is #7F8480.


I love getcolorcode.com

Triadic colors

1 #7F807B and #7B7F80 with #807B7F are triadic colors.

2 #7F7B80 and #7B807F with #807B7F are triadic colors.