COLOR #80775D

HEX: #80775D RGB: (128,119,93)

Color info

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

RGB color model

#80775D color RGB value is (128,119,93).

RGB: (128,119,93) (50%, 47%, 36%)

RGB channels and saturation

R 128 of 255 = 50%
G 119 of 255 = 47%
B 93 of 255 = 36%

128
119
93

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

Portions of RGB colors in percentages

R + G + B = 128 + 119 + 93 = 340 (100%)
R 128 of 340 ~ 37.65%
G 119 of 340 ~ 35%
B 93 of 340 ~ 27.35'%

%37.65
%35
%27.35

CMYK color model

#80775D color CMYK value is (0,7,27,50).

  • cyan value is 0.00%
  • magenta value is 7.03%
  • yellow value is 27.34%
  • key color value is 49.80%
CMYK: (0,7,27,50) C0M7Y27K50 (0%,7%,27%,50%) (0.00/0.07/0.27/0.50) 

CMYK percentages

%0
%7.03
%27.34
%49.8

Codes

Color #80775D in popluar color models

80 77 5D
RGB 128 119 93
HSL 45° 15.84% 43.33%
HSB/HSV 45° 27.34% 50.20%
CMYK 0.00% 7.03% 27.34%
49.80%

Color #80775D in popluar number systems.

HEX 80 77 5D
Decimal 128 119 93
Binary 10000000 1110111 1011101
Octal 200 167 135

Shades and tints

Shades of #80775D

#80775D
(128,119,93)
#756D55
(117,109,85)
#6A634D
(106,99,77)
#5F5945
(95,89,69)
#544F3D
(84,79,61)
#494535
(73,69,53)
#3E3B2D
(62,59,45)
#333125
(51,49,37)
#28271D
(40,39,29)
#1D1D15
(29,29,21)
#12130D
(18,19,13)
#000000
(0,0,0)

Tints of #80775D

#80775D
(128,119,93)
#8B836B
(139,131,107)
#968F79
(150,143,121)
#A19B87
(161,155,135)
#ACA795
(172,167,149)
#B7B3A3
(183,179,163)
#C2BFB1
(194,191,177)
#CDCBBF
(205,203,191)
#D8D7CD
(216,215,205)
#E3E3DB
(227,227,219)
#EEEFE9
(238,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80775D color. Also use rgb(128,119,93) instead hex code.

Text Font Color

.myTextColor { color: #80775D; }

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

This text font color is #80775D.

Background Color

.myBgColor { background-color: #80775D; }

<div style="background-color:#80775D">Inner text</div>

This div background color is #80775D.

Border color

.myBorderColor { border: 1px solid #80775D; }

<div style="border:3px solid #80775D">Div</div>

This div border color is #80775D.

Opacity

.myOpacity80 { color: #80775D; opacity: 0.8; }

<p style="color:#80775D;opacity:0.8;">80%</p>

Text with #80775D 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 #80775D;}

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

This text has shadow with #80775D color.


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

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

This text has shadow with #80775D primary color and red secondary color.


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

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

This text has shadow with #80775D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #80775D.

Preview

Color preview on black background

This text has color #80775D on black background.


Color preview on white background

This text has color #80775D on white background.


Black color preview on #80775D background

This text has black color on #80775D background.


White color preview on #80775D background

This text has white color on #80775D background.


Related colors

Complementary color

Complementary color for #hex is #7F88A2.


I love getcolorcode.com

Triadic colors

1 #5D8077 and #775D80 with #80775D are triadic colors.

2 #5D7780 and #77805D with #80775D are triadic colors.