COLOR #806C7B

HEX: #806C7B
RGB: (128,108,123)

Color info

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

RGB color model

#806C7B color RGB value is (128,108,123).

  • red value is 128;
  • green value is 108;
  • blue value is 123.
RGB:
(128,108,123)
(50%,42%,48%)

RGB channels and saturation

R 128 of 255 = 50%
G 108 of 255 = 42%
B 123 of 255 = 48%

128
108
123

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

Portions of RGB colors in percentages

R + G + B =
128 + 108 + 123 = 359 (100%)
R 128 of 359 ~ 35.65%
G 108 of 359 ~ 30.08%
B 123 of 359 ~ 34.26%

%35.65
%30.08
%34.26

CMYK color model

#806C7B color CMYK value is (0,16,4,50).

  • cyan value is 0.00%
  • magenta value is 15.63%
  • yellow value is 3.91%
  • key color value is 49.80%
CMYK:
(0,16,4,50)
C0M16Y4K50 
(0%,16%,4%,50%)
(0.00/0.16/0.04/0.50)	

CMYK percentages

%0
%15.63
%3.91
%49.8

Codes

Color #806C7B in popluar color models

806C7B
RGB128108123
HSL315°8.47%46.27%
HSB/HSV315°15.63%50.20%
CMYK0.00%15.63%3.91%
49.80%

Color #806C7B in popluar number systems.

HEX806C7B
Decimal128108123
Binary1000000011011001111011
Octal200154173

Shades and tints

Shades of #806C7B

#806C7B
(128,108,123)
#756370
(117,99,112)
#6A5A65
(106,90,101)
#5F515A
(95,81,90)
#54484F
(84,72,79)
#493F44
(73,63,68)
#3E3639
(62,54,57)
#332D2E
(51,45,46)
#282423
(40,36,35)
#1D1B18
(29,27,24)
#12120D
(18,18,13)
#000000
(0,0,0)

Tints of #806C7B

#806C7B
(128,108,123)
#8B7987
(139,121,135)
#968693
(150,134,147)
#A1939F
(161,147,159)
#ACA0AB
(172,160,171)
#B7ADB7
(183,173,183)
#C2BAC3
(194,186,195)
#CDC7CF
(205,199,207)
#D8D4DB
(216,212,219)
#E3E1E7
(227,225,231)
#EEEEF3
(238,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #806C7B; }

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

This text font color is #806C7B.


Background Color

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

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

This div background color is #806C7B.


Border color

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

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

This div border color is #806C7B.


Opacity

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

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

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

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

This text has shadow with #806C7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806C7B on black background.


Color preview on white background

This text has color #806C7B on white background.



Black color preview on #806C7B background

This text has black color on #806C7B background.


White color preview on #806C7B background

This text has white color on #806C7B background.