COLOR #806D7C

HEX: #806D7C RGB: (128,109,124)

Color info

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

RGB color model

#806D7C color RGB value is (128,109,124).

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

RGB channels and saturation

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

128
109
124

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

Portions of RGB colors in percentages

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

%35.46
%30.19
%34.35

CMYK color model

#806D7C color CMYK value is (0,15,3,50).

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

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

CMYK percentages

%0
%14.84
%3.12
%49.8

Codes

Color #806D7C in popluar color models

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

Color #806D7C in popluar number systems.

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

Shades and tints

Shades of #806D7C

#806D7C
(128,109,124)
#756471
(117,100,113)
#6A5B66
(106,91,102)
#5F525B
(95,82,91)
#544950
(84,73,80)
#494045
(73,64,69)
#3E373A
(62,55,58)
#332E2F
(51,46,47)
#282524
(40,37,36)
#1D1C19
(29,28,25)
#12130E
(18,19,14)
#000000
(0,0,0)

Tints of #806D7C

#806D7C
(128,109,124)
#8B7A87
(139,122,135)
#968792
(150,135,146)
#A1949D
(161,148,157)
#ACA1A8
(172,161,168)
#B7AEB3
(183,174,179)
#C2BBBE
(194,187,190)
#CDC8C9
(205,200,201)
#D8D5D4
(216,213,212)
#E3E2DF
(227,226,223)
#EEEFEA
(238,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #806D7C; }

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

This text font color is #806D7C.

Background Color

.myBgColor { background-color: #806D7C; }

<div style="background-color:#806D7C">Inner text</div>

This div background color is #806D7C.

Border color

.myBorderColor { border: 1px solid #806D7C; }

<div style="border:3px solid #806D7C">Div</div>

This div border color is #806D7C.

Opacity

.myOpacity80 { color: #806D7C; opacity: 0.8; }

<p style="color:#806D7C;opacity:0.8;">80%</p>

Text with #806D7C 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 #806D7C;}

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

This text has shadow with #806D7C color.


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

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

This text has shadow with #806D7C primary color and red secondary color.


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

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

This text has shadow with #806D7C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #806D7C.

Preview

Color preview on black background

This text has color #806D7C on black background.


Color preview on white background

This text has color #806D7C on white background.


Black color preview on #806D7C background

This text has black color on #806D7C background.


White color preview on #806D7C background

This text has white color on #806D7C background.


Related colors

Complementary color

Complementary color for #hex is #7F9283.


I love getcolorcode.com

Triadic colors

1 #7C806D and #6D7C80 with #806D7C are triadic colors.

2 #7C6D80 and #6D807C with #806D7C are triadic colors.