COLOR #805D77

HEX: #805D77 RGB: (128,93,119)

Color info

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

RGB color model

#805D77 color RGB value is (128,93,119).

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

RGB channels and saturation

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

128
93
119

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

Portions of RGB colors in percentages

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

%37.65
%27.35
%35

CMYK color model

#805D77 color CMYK value is (0,27,7,50).

  • cyan value is 0.00%
  • magenta value is 27.34%
  • yellow value is 7.03%
  • key color value is 49.80%

CMYK: (0,27,7,50)
C0M27Y7K50 (0%, 27%, 7%, 50%)
(0.00 / 0.27 / 0.07 / 0.50)

CMYK percentages

%0
%27.34
%7.03
%49.8

Codes

Color #805D77 in popluar color models

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

Color #805D77 in popluar number systems.

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

Shades and tints

Shades of #805D77

#805D77
(128,93,119)
#75556D
(117,85,109)
#6A4D63
(106,77,99)
#5F4559
(95,69,89)
#543D4F
(84,61,79)
#493545
(73,53,69)
#3E2D3B
(62,45,59)
#332531
(51,37,49)
#281D27
(40,29,39)
#1D151D
(29,21,29)
#120D13
(18,13,19)
#000000
(0,0,0)

Tints of #805D77

#805D77
(128,93,119)
#8B6B83
(139,107,131)
#96798F
(150,121,143)
#A1879B
(161,135,155)
#AC95A7
(172,149,167)
#B7A3B3
(183,163,179)
#C2B1BF
(194,177,191)
#CDBFCB
(205,191,203)
#D8CDD7
(216,205,215)
#E3DBE3
(227,219,227)
#EEE9EF
(238,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #805D77; }

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

This text font color is #805D77.

Background Color

.myBgColor { background-color: #805D77; }

<div style="background-color:#805D77">Inner text</div>

This div background color is #805D77.

Border color

.myBorderColor { border: 1px solid #805D77; }

<div style="border:3px solid #805D77">Div</div>

This div border color is #805D77.

Opacity

.myOpacity80 { color: #805D77; opacity: 0.8; }

<p style="color:#805D77;opacity:0.8;">80%</p>

Text with #805D77 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 #805D77;}

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

This text has shadow with #805D77 color.


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

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

This text has shadow with #805D77 primary color and red secondary color.


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

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

This text has shadow with #805D77 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #805D77.

Preview

Color preview on black background

This text has color #805D77 on black background.


Color preview on white background

This text has color #805D77 on white background.


Black color preview on #805D77 background

This text has black color on #805D77 background.


White color preview on #805D77 background

This text has white color on #805D77 background.


Related colors

Complementary color

Complementary color for #hex is #7FA288.


I love getcolorcode.com

Triadic colors

1 #77805D and #5D7780 with #805D77 are triadic colors.

2 #775D80 and #5D8077 with #805D77 are triadic colors.