COLOR #807D7B

HEX: #807D7B RGB: (128,125,123)

Color info

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

RGB color model

#807D7B color RGB value is (128,125,123).

RGB: (128,125,123) (50%, 49%, 48%)

RGB channels and saturation

R 128 of 255 = 50%
G 125 of 255 = 49%
B 123 of 255 = 48%

128
125
123

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

Portions of RGB colors in percentages

R + G + B = 128 + 125 + 123 = 376 (100%)
R 128 of 376 ~ 34.04%
G 125 of 376 ~ 33.24%
B 123 of 376 ~ 32.71'%

%34.04
%33.24
%32.71

CMYK color model

#807D7B color CMYK value is (0,2,4,50).

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

CMYK: (0,2,4,50)
C0M2Y4K50 (0%, 2%, 4%, 50%)
(0.00 / 0.02 / 0.04 / 0.50)

CMYK percentages

%0
%2.34
%3.91
%49.8

Codes

Color #807D7B in popluar color models

80 7D 7B
RGB 128 125 123
HSL 24° 1.99% 49.22%
HSB/HSV 24° 3.91% 50.20%
CMYK 0.00% 2.34% 3.91%
49.80%

Color #807D7B in popluar number systems.

HEX 80 7D 7B
Decimal 128 125 123
Binary 10000000 1111101 1111011
Octal 200 175 173

Shades and tints

Shades of #807D7B

#807D7B
(128,125,123)
#757270
(117,114,112)
#6A6765
(106,103,101)
#5F5C5A
(95,92,90)
#54514F
(84,81,79)
#494644
(73,70,68)
#3E3B39
(62,59,57)
#33302E
(51,48,46)
#282523
(40,37,35)
#1D1A18
(29,26,24)
#120F0D
(18,15,13)
#000000
(0,0,0)

Tints of #807D7B

#807D7B
(128,125,123)
#8B8887
(139,136,135)
#969393
(150,147,147)
#A19E9F
(161,158,159)
#ACA9AB
(172,169,171)
#B7B4B7
(183,180,183)
#C2BFC3
(194,191,195)
#CDCACF
(205,202,207)
#D8D5DB
(216,213,219)
#E3E0E7
(227,224,231)
#EEEBF3
(238,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807D7B; }

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

This text font color is #807D7B.

Background Color

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

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

This div background color is #807D7B.

Border color

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

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

This div border color is #807D7B.

Opacity

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

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

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

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

This text has shadow with #807D7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #807D7B.

Preview

Color preview on black background

This text has color #807D7B on black background.


Color preview on white background

This text has color #807D7B on white background.


Black color preview on #807D7B background

This text has black color on #807D7B background.


White color preview on #807D7B background

This text has white color on #807D7B background.


Related colors

Complementary color

Complementary color for #hex is #7F8284.


I love getcolorcode.com

Triadic colors

1 #7B807D and #7D7B80 with #807D7B are triadic colors.

2 #7B7D80 and #7D807B with #807D7B are triadic colors.