COLOR #80755F

HEX: #80755F
RGB: (128,117,95)

Color info

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

RGB color model

#80755F color RGB value is (128,117,95).

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

RGB channels and saturation

R 128 of 255 = 50%
G 117 of 255 = 46%
B 95 of 255 = 37%

128
117
95

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

Portions of RGB colors in percentages

R + G + B =
128 + 117 + 95 = 340 (100%)
R 128 of 340 ~ 37.65%
G 117 of 340 ~ 34.41%
B 95 of 340 ~ 27.94%

%37.65
%34.41
%27.94

CMYK color model

#80755F color CMYK value is (0,9,26,50).

  • cyan value is 0.00%
  • magenta value is 8.59%
  • yellow value is 25.78%
  • key color value is 49.80%
CMYK:
(0,9,26,50)
C0M9Y26K50 
(0%,9%,26%,50%)
(0.00/0.09/0.26/0.50)	

CMYK percentages

%0
%8.59
%25.78
%49.8

Codes

Color #80755F in popluar color models

80755F
RGB12811795
HSL40°14.80%43.73%
HSB/HSV40°25.78%50.20%
CMYK0.00%8.59%25.78%
49.80%

Color #80755F in popluar number systems.

HEX80755F
Decimal12811795
Binary1000000011101011011111
Octal200165137

Shades and tints

Shades of #80755F

#80755F
(128,117,95)
#756B57
(117,107,87)
#6A614F
(106,97,79)
#5F5747
(95,87,71)
#544D3F
(84,77,63)
#494337
(73,67,55)
#3E392F
(62,57,47)
#332F27
(51,47,39)
#28251F
(40,37,31)
#1D1B17
(29,27,23)
#12110F
(18,17,15)
#000000
(0,0,0)

Tints of #80755F

#80755F
(128,117,95)
#8B816D
(139,129,109)
#968D7B
(150,141,123)
#A19989
(161,153,137)
#ACA597
(172,165,151)
#B7B1A5
(183,177,165)
#C2BDB3
(194,189,179)
#CDC9C1
(205,201,193)
#D8D5CF
(216,213,207)
#E3E1DD
(227,225,221)
#EEEDEB
(238,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80755F; }

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

This text font color is #80755F.


Background Color

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

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

This div background color is #80755F.


Border color

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

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

This div border color is #80755F.


Opacity

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

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

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

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

This text has shadow with #80755F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80755F on black background.


Color preview on white background

This text has color #80755F on white background.



Black color preview on #80755F background

This text has black color on #80755F background.


White color preview on #80755F background

This text has white color on #80755F background.