COLOR #805077

HEX: #805077
RGB: (128,80,119)

Color info

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

RGB color model

#805077 color RGB value is (128,80,119).

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

RGB channels and saturation

R 128 of 255 = 50%
G 80 of 255 = 31%
B 119 of 255 = 47%

128
80
119

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

Portions of RGB colors in percentages

R + G + B =
128 + 80 + 119 = 327 (100%)
R 128 of 327 ~ 39.14%
G 80 of 327 ~ 24.46%
B 119 of 327 ~ 36.39%

%39.14
%24.46
%36.39

CMYK color model

#805077 color CMYK value is (0,38,7,50).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 7.03%
  • key color value is 49.80%
CMYK:
(0,38,7,50)
C0M38Y7K50 
(0%,38%,7%,50%)
(0.00/0.38/0.07/0.50)	

CMYK percentages

%0
%37.5
%7.03
%49.8

Codes

Color #805077 in popluar color models

805077
RGB12880119
HSL311°23.08%40.78%
HSB/HSV311°37.50%50.20%
CMYK0.00%37.50%7.03%
49.80%

Color #805077 in popluar number systems.

HEX805077
Decimal12880119
Binary1000000010100001110111
Octal200120167

Shades and tints

Shades of #805077

#805077
(128,80,119)
#75496D
(117,73,109)
#6A4263
(106,66,99)
#5F3B59
(95,59,89)
#54344F
(84,52,79)
#492D45
(73,45,69)
#3E263B
(62,38,59)
#331F31
(51,31,49)
#281827
(40,24,39)
#1D111D
(29,17,29)
#120A13
(18,10,19)
#000000
(0,0,0)

Tints of #805077

#805077
(128,80,119)
#8B5F83
(139,95,131)
#966E8F
(150,110,143)
#A17D9B
(161,125,155)
#AC8CA7
(172,140,167)
#B79BB3
(183,155,179)
#C2AABF
(194,170,191)
#CDB9CB
(205,185,203)
#D8C8D7
(216,200,215)
#E3D7E3
(227,215,227)
#EEE6EF
(238,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #805077; }

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

This text font color is #805077.


Background Color

.myBgColor { background-color: #805077; }

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

This div background color is #805077.


Border color

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

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

This div border color is #805077.


Opacity

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

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

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

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

This text has shadow with #805077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #805077 on black background.


Color preview on white background

This text has color #805077 on white background.



Black color preview on #805077 background

This text has black color on #805077 background.


White color preview on #805077 background

This text has white color on #805077 background.