COLOR #807D6A

HEX: #807D6A RGB: (128,125,106)

Color info

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

RGB color model

#807D6A color RGB value is (128,125,106).

RGB: (128,125,106) (50%, 49%, 42%)

RGB channels and saturation

R 128 of 255 = 50%
G 125 of 255 = 49%
B 106 of 255 = 42%

128
125
106

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

Portions of RGB colors in percentages

R + G + B = 128 + 125 + 106 = 359 (100%)
R 128 of 359 ~ 35.65%
G 125 of 359 ~ 34.82%
B 106 of 359 ~ 29.53'%

%35.65
%34.82
%29.53

CMYK color model

#807D6A color CMYK value is (0,2,17,50).

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

CMYK: (0,2,17,50)
C0M2Y17K50 (0%, 2%, 17%, 50%)
(0.00 / 0.02 / 0.17 / 0.50)

CMYK percentages

%0
%2.34
%17.19
%49.8

Codes

Color #807D6A in popluar color models

80 7D 6A
RGB 128 125 106
HSL 52° 9.40% 45.88%
HSB/HSV 52° 17.19% 50.20%
CMYK 0.00% 2.34% 17.19%
49.80%

Color #807D6A in popluar number systems.

HEX 80 7D 6A
Decimal 128 125 106
Binary 10000000 1111101 1101010
Octal 200 175 152

Shades and tints

Shades of #807D6A

#807D6A
(128,125,106)
#757261
(117,114,97)
#6A6758
(106,103,88)
#5F5C4F
(95,92,79)
#545146
(84,81,70)
#49463D
(73,70,61)
#3E3B34
(62,59,52)
#33302B
(51,48,43)
#282522
(40,37,34)
#1D1A19
(29,26,25)
#120F10
(18,15,16)
#000000
(0,0,0)

Tints of #807D6A

#807D6A
(128,125,106)
#8B8877
(139,136,119)
#969384
(150,147,132)
#A19E91
(161,158,145)
#ACA99E
(172,169,158)
#B7B4AB
(183,180,171)
#C2BFB8
(194,191,184)
#CDCAC5
(205,202,197)
#D8D5D2
(216,213,210)
#E3E0DF
(227,224,223)
#EEEBEC
(238,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807D6A; }

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

This text font color is #807D6A.

Background Color

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

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

This div background color is #807D6A.

Border color

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

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

This div border color is #807D6A.

Opacity

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

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

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

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

This text has shadow with #807D6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #807D6A.

Preview

Color preview on black background

This text has color #807D6A on black background.


Color preview on white background

This text has color #807D6A on white background.


Black color preview on #807D6A background

This text has black color on #807D6A background.


White color preview on #807D6A background

This text has white color on #807D6A background.


Related colors

Complementary color

Complementary color for #hex is #7F8295.


I love getcolorcode.com

Triadic colors

1 #6A807D and #7D6A80 with #807D6A are triadic colors.

2 #6A7D80 and #7D806A with #807D6A are triadic colors.