COLOR #80755A

HEX: #80755A
RGB: (128,117,90)

Color info

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

RGB color model

#80755A color RGB value is (128,117,90).

  • red value is 128;
  • green value is 117;
  • blue value is 90.
RGB:
(128,117,90)
(50%,46%,35%)

RGB channels and saturation

R 128 of 255 = 50%
G 117 of 255 = 46%
B 90 of 255 = 35%

128
117
90

R + G + B ~ 44%. #80755A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 117 + 90 = 335 (100%)
R 128 of 335 ~ 38.21%
G 117 of 335 ~ 34.93%
B 90 of 335 ~ 26.87%

%38.21
%34.93
%26.87

CMYK color model

#80755A color CMYK value is (0,9,30,50).

  • cyan value is 0.00%
  • magenta value is 8.59%
  • yellow value is 29.69%
  • key color value is 49.80%
CMYK:
(0,9,30,50)
C0M9Y30K50 
(0%,9%,30%,50%)
(0.00/0.09/0.30/0.50)	

CMYK percentages

%0
%8.59
%29.69
%49.8

Codes

Color #80755A in popluar color models

80755A
RGB12811790
HSL43°17.43%42.75%
HSB/HSV43°29.69%50.20%
CMYK0.00%8.59%29.69%
49.80%

Color #80755A in popluar number systems.

HEX80755A
Decimal12811790
Binary1000000011101011011010
Octal200165132

Shades and tints

Shades of #80755A

#80755A
(128,117,90)
#756B52
(117,107,82)
#6A614A
(106,97,74)
#5F5742
(95,87,66)
#544D3A
(84,77,58)
#494332
(73,67,50)
#3E392A
(62,57,42)
#332F22
(51,47,34)
#28251A
(40,37,26)
#1D1B12
(29,27,18)
#12110A
(18,17,10)
#000000
(0,0,0)

Tints of #80755A

#80755A
(128,117,90)
#8B8169
(139,129,105)
#968D78
(150,141,120)
#A19987
(161,153,135)
#ACA596
(172,165,150)
#B7B1A5
(183,177,165)
#C2BDB4
(194,189,180)
#CDC9C3
(205,201,195)
#D8D5D2
(216,213,210)
#E3E1E1
(227,225,225)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80755A color. Also use rgb(128,117,90) instead hex code.

Text Font Color

.myTextColor { color: #80755A; }

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

This text font color is #80755A.


Background Color

.myBgColor { background-color: #80755A; }

<div style="background-color:#80755A">Inner text</div>

This div background color is #80755A.


Border color

.myBorderColor { border: 1px solid #80755A; }

<div style="border:3px solid #80755A">Div</div>

This div border color is #80755A.


Opacity

.myOpacity80 { color: #80755A; opacity: 0.8; }

<p style="color:#80755A;opacity:0.8;">80%</p>

Text with #80755A 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 #80755A;}

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

This text has shadow with #80755A color.

.textShadow {text-shadow: 3px 3px 1px #80755A, 3px 3px 1px red;}

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

This text has shadow with #80755A primary color and red secondary color.


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

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

This text has shadow with #80755A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80755A on black background.


Color preview on white background

This text has color #80755A on white background.



Black color preview on #80755A background

This text has black color on #80755A background.


White color preview on #80755A background

This text has white color on #80755A background.