COLOR #80766F

HEX: #80766F
RGB: (128,118,111)

Color info

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

RGB color model

#80766F color RGB value is (128,118,111).

  • red value is 128;
  • green value is 118;
  • blue value is 111.
RGB:
(128,118,111)
(50%,46%,44%)

RGB channels and saturation

R 128 of 255 = 50%
G 118 of 255 = 46%
B 111 of 255 = 44%

128
118
111

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

Portions of RGB colors in percentages

R + G + B =
128 + 118 + 111 = 357 (100%)
R 128 of 357 ~ 35.85%
G 118 of 357 ~ 33.05%
B 111 of 357 ~ 31.09%

%35.85
%33.05
%31.09

CMYK color model

#80766F color CMYK value is (0,8,13,50).

  • cyan value is 0.00%
  • magenta value is 7.81%
  • yellow value is 13.28%
  • key color value is 49.80%
CMYK:
(0,8,13,50)
C0M8Y13K50 
(0%,8%,13%,50%)
(0.00/0.08/0.13/0.50)	

CMYK percentages

%0
%7.81
%13.28
%49.8

Codes

Color #80766F in popluar color models

80766F
RGB128118111
HSL25°7.11%46.86%
HSB/HSV25°13.28%50.20%
CMYK0.00%7.81%13.28%
49.80%

Color #80766F in popluar number systems.

HEX80766F
Decimal128118111
Binary1000000011101101101111
Octal200166157

Shades and tints

Shades of #80766F

#80766F
(128,118,111)
#756C65
(117,108,101)
#6A625B
(106,98,91)
#5F5851
(95,88,81)
#544E47
(84,78,71)
#49443D
(73,68,61)
#3E3A33
(62,58,51)
#333029
(51,48,41)
#28261F
(40,38,31)
#1D1C15
(29,28,21)
#12120B
(18,18,11)
#000000
(0,0,0)

Tints of #80766F

#80766F
(128,118,111)
#8B827C
(139,130,124)
#968E89
(150,142,137)
#A19A96
(161,154,150)
#ACA6A3
(172,166,163)
#B7B2B0
(183,178,176)
#C2BEBD
(194,190,189)
#CDCACA
(205,202,202)
#D8D6D7
(216,214,215)
#E3E2E4
(227,226,228)
#EEEEF1
(238,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80766F color. Also use rgb(128,118,111) instead hex code.

Text Font Color

.myTextColor { color: #80766F; }

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

This text font color is #80766F.


Background Color

.myBgColor { background-color: #80766F; }

<div style="background-color:#80766F">Inner text</div>

This div background color is #80766F.


Border color

.myBorderColor { border: 1px solid #80766F; }

<div style="border:3px solid #80766F">Div</div>

This div border color is #80766F.


Opacity

.myOpacity80 { color: #80766F; opacity: 0.8; }

<p style="color:#80766F;opacity:0.8;">80%</p>

Text with #80766F 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 #80766F;}

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

This text has shadow with #80766F color.

.textShadow {text-shadow: 3px 3px 1px #80766F, 3px 3px 1px red;}

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

This text has shadow with #80766F primary color and red secondary color.


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

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

This text has shadow with #80766F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80766F on black background.


Color preview on white background

This text has color #80766F on white background.



Black color preview on #80766F background

This text has black color on #80766F background.


White color preview on #80766F background

This text has white color on #80766F background.