COLOR #807C6D

HEX: #807C6D RGB: (128,124,109)

Color info

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

RGB color model

#807C6D color RGB value is (128,124,109).

RGB: (128,124,109) (50%, 49%, 43%)

RGB channels and saturation

R 128 of 255 = 50%
G 124 of 255 = 49%
B 109 of 255 = 43%

128
124
109

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

Portions of RGB colors in percentages

R + G + B = 128 + 124 + 109 = 361 (100%)
R 128 of 361 ~ 35.46%
G 124 of 361 ~ 34.35%
B 109 of 361 ~ 30.19'%

%35.46
%34.35
%30.19

CMYK color model

#807C6D color CMYK value is (0,3,15,50).

  • cyan value is 0.00%
  • magenta value is 3.12%
  • yellow value is 14.84%
  • key color value is 49.80%

CMYK: (0,3,15,50)
C0M3Y15K50 (0%, 3%, 15%, 50%)
(0.00 / 0.03 / 0.15 / 0.50)

CMYK percentages

%0
%3.12
%14.84
%49.8

Codes

Color #807C6D in popluar color models

80 7C 6D
RGB 128 124 109
HSL 47° 8.02% 46.47%
HSB/HSV 47° 14.84% 50.20%
CMYK 0.00% 3.12% 14.84%
49.80%

Color #807C6D in popluar number systems.

HEX 80 7C 6D
Decimal 128 124 109
Binary 10000000 1111100 1101101
Octal 200 174 155

Shades and tints

Shades of #807C6D

#807C6D
(128,124,109)
#757164
(117,113,100)
#6A665B
(106,102,91)
#5F5B52
(95,91,82)
#545049
(84,80,73)
#494540
(73,69,64)
#3E3A37
(62,58,55)
#332F2E
(51,47,46)
#282425
(40,36,37)
#1D191C
(29,25,28)
#120E13
(18,14,19)
#000000
(0,0,0)

Tints of #807C6D

#807C6D
(128,124,109)
#8B877A
(139,135,122)
#969287
(150,146,135)
#A19D94
(161,157,148)
#ACA8A1
(172,168,161)
#B7B3AE
(183,179,174)
#C2BEBB
(194,190,187)
#CDC9C8
(205,201,200)
#D8D4D5
(216,212,213)
#E3DFE2
(227,223,226)
#EEEAEF
(238,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #807C6D color. Also use rgb(128,124,109) instead hex code.

Text Font Color

.myTextColor { color: #807C6D; }

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

This text font color is #807C6D.

Background Color

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

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

This div background color is #807C6D.

Border color

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

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

This div border color is #807C6D.

Opacity

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

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

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

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

This text has shadow with #807C6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #807C6D.

Preview

Color preview on black background

This text has color #807C6D on black background.


Color preview on white background

This text has color #807C6D on white background.


Black color preview on #807C6D background

This text has black color on #807C6D background.


White color preview on #807C6D background

This text has white color on #807C6D background.


Related colors

Complementary color

Complementary color for #hex is #7F8392.


I love getcolorcode.com

Triadic colors

1 #6D807C and #7C6D80 with #807C6D are triadic colors.

2 #6D7C80 and #7C806D with #807C6D are triadic colors.