COLOR #80763E

HEX: #80763E RGB: (128,118,62)

Color info

#80763E contains mainly red and green colors. Web safe color of #80763E is #666633 (or #663).

RGB color model

#80763E color RGB value is (128,118,62).

RGB: (128,118,62) (50%, 46%, 24%)

RGB channels and saturation

R 128 of 255 = 50%
G 118 of 255 = 46%
B 62 of 255 = 24%

128
118
62

R + G + B ~ 40%. #80763E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 128 + 118 + 62 = 308 (100%)
R 128 of 308 ~ 41.56%
G 118 of 308 ~ 38.31%
B 62 of 308 ~ 20.13'%

%41.56
%38.31
%20.13

CMYK color model

#80763E color CMYK value is (0,8,52,50).

  • cyan value is 0.00%
  • magenta value is 7.81%
  • yellow value is 51.56%
  • key color value is 49.80%

CMYK: (0,8,52,50)
C0M8Y52K50 (0%, 8%, 52%, 50%)
(0.00 / 0.08 / 0.52 / 0.50)

CMYK percentages

%0
%7.81
%51.56
%49.8

Codes

Color #80763E in popluar color models

80 76 3E
RGB 128 118 62
HSL 51° 34.74% 37.25%
HSB/HSV 51° 51.56% 50.20%
CMYK 0.00% 7.81% 51.56%
49.80%

Color #80763E in popluar number systems.

HEX 80 76 3E
Decimal 128 118 62
Binary 10000000 1110110 111110
Octal 200 166 76

Shades and tints

Shades of #80763E

#80763E
(128,118,62)
#756C39
(117,108,57)
#6A6234
(106,98,52)
#5F582F
(95,88,47)
#544E2A
(84,78,42)
#494425
(73,68,37)
#3E3A20
(62,58,32)
#33301B
(51,48,27)
#282616
(40,38,22)
#1D1C11
(29,28,17)
#12120C
(18,18,12)
#000000
(0,0,0)

Tints of #80763E

#80763E
(128,118,62)
#8B824F
(139,130,79)
#968E60
(150,142,96)
#A19A71
(161,154,113)
#ACA682
(172,166,130)
#B7B293
(183,178,147)
#C2BEA4
(194,190,164)
#CDCAB5
(205,202,181)
#D8D6C6
(216,214,198)
#E3E2D7
(227,226,215)
#EEEEE8
(238,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80763E color. Also use rgb(128,118,62) instead hex code.

Text Font Color

.myTextColor { color: #80763E; }

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

This text font color is #80763E.

Background Color

.myBgColor { background-color: #80763E; }

<div style="background-color:#80763E">Inner text</div>

This div background color is #80763E.

Border color

.myBorderColor { border: 1px solid #80763E; }

<div style="border:3px solid #80763E">Div</div>

This div border color is #80763E.

Opacity

.myOpacity80 { color: #80763E; opacity: 0.8; }

<p style="color:#80763E;opacity:0.8;">80%</p>

Text with #80763E 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 #80763E;}

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

This text has shadow with #80763E color.


.textShadow {text-shadow: 3px 3px 1px #80763E', 3px 3px 1px red;}

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

This text has shadow with #80763E primary color and red secondary color.


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

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

This text has shadow with #80763E and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #80763E; -webkit-box-shadow: 1px 1px 3px 2px #80763E; box-shadow:1px 1px 3px 2px #80763E;">
Div content here
</div>

This div box has shadow with color #80763E.

Preview

Color preview on black background

This text has color #80763E on black background.


Color preview on white background

This text has color #80763E on white background.


Black color preview on #80763E background

This text has black color on #80763E background.


White color preview on #80763E background

This text has white color on #80763E background.


Related colors

Complementary color

Complementary color for #hex is #7F89C1.


I love getcolorcode.com

Triadic colors

1 #3E8076 and #763E80 with #80763E are triadic colors.

2 #3E7680 and #76803E with #80763E are triadic colors.