COLOR #806D7E

HEX: #806D7E RGB: (128,109,126)

Color info

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

RGB color model

#806D7E color RGB value is (128,109,126).

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

RGB channels and saturation

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

128
109
126

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

Portions of RGB colors in percentages

R + G + B = 128 + 109 + 126 = 363 (100%)
R 128 of 363 ~ 35.26%
G 109 of 363 ~ 30.03%
B 126 of 363 ~ 34.71'%

%35.26
%30.03
%34.71

CMYK color model

#806D7E color CMYK value is (0,15,2,50).

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

CMYK: (0,15,2,50)
C0M15Y2K50 (0%, 15%, 2%, 50%)
(0.00 / 0.15 / 0.02 / 0.50)

CMYK percentages

%0
%14.84
%1.56
%49.8

Codes

Color #806D7E in popluar color models

80 6D 7E
RGB 128 109 126
HSL 306° 8.02% 46.47%
HSB/HSV 306° 14.84% 50.20%
CMYK 0.00% 14.84% 1.56%
49.80%

Color #806D7E in popluar number systems.

HEX 80 6D 7E
Decimal 128 109 126
Binary 10000000 1101101 1111110
Octal 200 155 176

Shades and tints

Shades of #806D7E

#806D7E
(128,109,126)
#756473
(117,100,115)
#6A5B68
(106,91,104)
#5F525D
(95,82,93)
#544952
(84,73,82)
#494047
(73,64,71)
#3E373C
(62,55,60)
#332E31
(51,46,49)
#282526
(40,37,38)
#1D1C1B
(29,28,27)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #806D7E

#806D7E
(128,109,126)
#8B7A89
(139,122,137)
#968794
(150,135,148)
#A1949F
(161,148,159)
#ACA1AA
(172,161,170)
#B7AEB5
(183,174,181)
#C2BBC0
(194,187,192)
#CDC8CB
(205,200,203)
#D8D5D6
(216,213,214)
#E3E2E1
(227,226,225)
#EEEFEC
(238,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #806D7E; }

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

This text font color is #806D7E.

Background Color

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

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

This div background color is #806D7E.

Border color

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

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

This div border color is #806D7E.

Opacity

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

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

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

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

This text has shadow with #806D7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #806D7E.

Preview

Color preview on black background

This text has color #806D7E on black background.


Color preview on white background

This text has color #806D7E on white background.


Black color preview on #806D7E background

This text has black color on #806D7E background.


White color preview on #806D7E background

This text has white color on #806D7E background.


Related colors

Complementary color

Complementary color for #hex is #7F9281.


I love getcolorcode.com

Triadic colors

1 #7E806D and #6D7E80 with #806D7E are triadic colors.

2 #7E6D80 and #6D807E with #806D7E are triadic colors.