COLOR #806C7D

HEX: #806C7D RGB: (128,108,125)

Color info

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

RGB color model

#806C7D color RGB value is (128,108,125).

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

RGB channels and saturation

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

128
108
125

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

Portions of RGB colors in percentages

R + G + B = 128 + 108 + 125 = 361 (100%)
R 128 of 361 ~ 35.46%
G 108 of 361 ~ 29.92%
B 125 of 361 ~ 34.63'%

%35.46
%29.92
%34.63

CMYK color model

#806C7D color CMYK value is (0,16,2,50).

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

CMYK: (0,16,2,50)
C0M16Y2K50 (0%, 16%, 2%, 50%)
(0.00 / 0.16 / 0.02 / 0.50)

CMYK percentages

%0
%15.63
%2.34
%49.8

Codes

Color #806C7D in popluar color models

80 6C 7D
RGB 128 108 125
HSL 309° 8.47% 46.27%
HSB/HSV 309° 15.63% 50.20%
CMYK 0.00% 15.63% 2.34%
49.80%

Color #806C7D in popluar number systems.

HEX 80 6C 7D
Decimal 128 108 125
Binary 10000000 1101100 1111101
Octal 200 154 175

Shades and tints

Shades of #806C7D

#806C7D
(128,108,125)
#756372
(117,99,114)
#6A5A67
(106,90,103)
#5F515C
(95,81,92)
#544851
(84,72,81)
#493F46
(73,63,70)
#3E363B
(62,54,59)
#332D30
(51,45,48)
#282425
(40,36,37)
#1D1B1A
(29,27,26)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #806C7D

#806C7D
(128,108,125)
#8B7988
(139,121,136)
#968693
(150,134,147)
#A1939E
(161,147,158)
#ACA0A9
(172,160,169)
#B7ADB4
(183,173,180)
#C2BABF
(194,186,191)
#CDC7CA
(205,199,202)
#D8D4D5
(216,212,213)
#E3E1E0
(227,225,224)
#EEEEEB
(238,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #806C7D color. Also use rgb(128,108,125) instead hex code.

Text Font Color

.myTextColor { color: #806C7D; }

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

This text font color is #806C7D.

Background Color

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

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

This div background color is #806C7D.

Border color

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

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

This div border color is #806C7D.

Opacity

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

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

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

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

This text has shadow with #806C7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #806C7D.

Preview

Color preview on black background

This text has color #806C7D on black background.


Color preview on white background

This text has color #806C7D on white background.


Black color preview on #806C7D background

This text has black color on #806C7D background.


White color preview on #806C7D background

This text has white color on #806C7D background.


Related colors

Complementary color

Complementary color for #hex is #7F9382.


I love getcolorcode.com

Triadic colors

1 #7D806C and #6C7D80 with #806C7D are triadic colors.

2 #7D6C80 and #6C807D with #806C7D are triadic colors.