COLOR #80765A

HEX: #80765A
RGB: (128,118,90)

Color info

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

RGB color model

#80765A color RGB value is (128,118,90).

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

RGB channels and saturation

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

128
118
90

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

Portions of RGB colors in percentages

R + G + B =
128 + 118 + 90 = 336 (100%)
R 128 of 336 ~ 38.1%
G 118 of 336 ~ 35.12%
B 90 of 336 ~ 26.79%

%38.1
%35.12
%26.79

CMYK color model

#80765A color CMYK value is (0,8,30,50).

  • cyan value is 0.00%
  • magenta value is 7.81%
  • yellow value is 29.69%
  • key color value is 49.80%
CMYK:
(0,8,30,50)
C0M8Y30K50 
(0%,8%,30%,50%)
(0.00/0.08/0.30/0.50)	

CMYK percentages

%0
%7.81
%29.69
%49.8

Codes

Color #80765A in popluar color models

80765A
RGB12811890
HSL44°17.43%42.75%
HSB/HSV44°29.69%50.20%
CMYK0.00%7.81%29.69%
49.80%

Color #80765A in popluar number systems.

HEX80765A
Decimal12811890
Binary1000000011101101011010
Octal200166132

Shades and tints

Shades of #80765A

#80765A
(128,118,90)
#756C52
(117,108,82)
#6A624A
(106,98,74)
#5F5842
(95,88,66)
#544E3A
(84,78,58)
#494432
(73,68,50)
#3E3A2A
(62,58,42)
#333022
(51,48,34)
#28261A
(40,38,26)
#1D1C12
(29,28,18)
#12120A
(18,18,10)
#000000
(0,0,0)

Tints of #80765A

#80765A
(128,118,90)
#8B8269
(139,130,105)
#968E78
(150,142,120)
#A19A87
(161,154,135)
#ACA696
(172,166,150)
#B7B2A5
(183,178,165)
#C2BEB4
(194,190,180)
#CDCAC3
(205,202,195)
#D8D6D2
(216,214,210)
#E3E2E1
(227,226,225)
#EEEEF0
(238,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80765A; }

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

This text font color is #80765A.


Background Color

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

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

This div background color is #80765A.


Border color

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

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

This div border color is #80765A.


Opacity

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

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

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

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

This text has shadow with #80765A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80765A on black background.


Color preview on white background

This text has color #80765A on white background.



Black color preview on #80765A background

This text has black color on #80765A background.


White color preview on #80765A background

This text has white color on #80765A background.