COLOR #805777

HEX: #805777
RGB: (128,87,119)

Color info

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

RGB color model

#805777 color RGB value is (128,87,119).

  • red value is 128;
  • green value is 87;
  • blue value is 119.
RGB:
(128,87,119)
(50%,34%,47%)

RGB channels and saturation

R 128 of 255 = 50%
G 87 of 255 = 34%
B 119 of 255 = 47%

128
87
119

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

Portions of RGB colors in percentages

R + G + B =
128 + 87 + 119 = 334 (100%)
R 128 of 334 ~ 38.32%
G 87 of 334 ~ 26.05%
B 119 of 334 ~ 35.63%

%38.32
%26.05
%35.63

CMYK color model

#805777 color CMYK value is (0,32,7,50).

  • cyan value is 0.00%
  • magenta value is 32.03%
  • yellow value is 7.03%
  • key color value is 49.80%
CMYK:
(0,32,7,50)
C0M32Y7K50 
(0%,32%,7%,50%)
(0.00/0.32/0.07/0.50)	

CMYK percentages

%0
%32.03
%7.03
%49.8

Codes

Color #805777 in popluar color models

805777
RGB12887119
HSL313°19.07%42.16%
HSB/HSV313°32.03%50.20%
CMYK0.00%32.03%7.03%
49.80%

Color #805777 in popluar number systems.

HEX805777
Decimal12887119
Binary1000000010101111110111
Octal200127167

Shades and tints

Shades of #805777

#805777
(128,87,119)
#75506D
(117,80,109)
#6A4963
(106,73,99)
#5F4259
(95,66,89)
#543B4F
(84,59,79)
#493445
(73,52,69)
#3E2D3B
(62,45,59)
#332631
(51,38,49)
#281F27
(40,31,39)
#1D181D
(29,24,29)
#121113
(18,17,19)
#000000
(0,0,0)

Tints of #805777

#805777
(128,87,119)
#8B6683
(139,102,131)
#96758F
(150,117,143)
#A1849B
(161,132,155)
#AC93A7
(172,147,167)
#B7A2B3
(183,162,179)
#C2B1BF
(194,177,191)
#CDC0CB
(205,192,203)
#D8CFD7
(216,207,215)
#E3DEE3
(227,222,227)
#EEEDEF
(238,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #805777; }

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

This text font color is #805777.


Background Color

.myBgColor { background-color: #805777; }

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

This div background color is #805777.


Border color

.myBorderColor { border: 1px solid #805777; }

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

This div border color is #805777.


Opacity

.myOpacity80 { color: #805777; opacity: 0.8; }

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

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

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

This text has shadow with #805777 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #805777 on black background.


Color preview on white background

This text has color #805777 on white background.



Black color preview on #805777 background

This text has black color on #805777 background.


White color preview on #805777 background

This text has white color on #805777 background.