COLOR #804769

HEX: #804769
RGB: (128,71,105)

Color info

#804769 contains red, green and blue colors in about the same proportion. Web safe color of #804769 is #663366 (or #636).

RGB color model

#804769 color RGB value is (128,71,105).

  • red value is 128;
  • green value is 71;
  • blue value is 105.
RGB:
(128,71,105)
(50%,28%,41%)

RGB channels and saturation

R 128 of 255 = 50%
G 71 of 255 = 28%
B 105 of 255 = 41%

128
71
105

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

Portions of RGB colors in percentages

R + G + B =
128 + 71 + 105 = 304 (100%)
R 128 of 304 ~ 42.11%
G 71 of 304 ~ 23.36%
B 105 of 304 ~ 34.54%

%42.11
%23.36
%34.54

CMYK color model

#804769 color CMYK value is (0,45,18,50).

  • cyan value is 0.00%
  • magenta value is 44.53%
  • yellow value is 17.97%
  • key color value is 49.80%
CMYK:
(0,45,18,50)
C0M45Y18K50 
(0%,45%,18%,50%)
(0.00/0.45/0.18/0.50)	

CMYK percentages

%0
%44.53
%17.97
%49.8

Codes

Color #804769 in popluar color models

804769
RGB12871105
HSL324°28.64%39.02%
HSB/HSV324°44.53%50.20%
CMYK0.00%44.53%17.97%
49.80%

Color #804769 in popluar number systems.

HEX804769
Decimal12871105
Binary1000000010001111101001
Octal200107151

Shades and tints

Shades of #804769

#804769
(128,71,105)
#754160
(117,65,96)
#6A3B57
(106,59,87)
#5F354E
(95,53,78)
#542F45
(84,47,69)
#49293C
(73,41,60)
#3E2333
(62,35,51)
#331D2A
(51,29,42)
#281721
(40,23,33)
#1D1118
(29,17,24)
#120B0F
(18,11,15)
#000000
(0,0,0)

Tints of #804769

#804769
(128,71,105)
#8B5776
(139,87,118)
#966783
(150,103,131)
#A17790
(161,119,144)
#AC879D
(172,135,157)
#B797AA
(183,151,170)
#C2A7B7
(194,167,183)
#CDB7C4
(205,183,196)
#D8C7D1
(216,199,209)
#E3D7DE
(227,215,222)
#EEE7EB
(238,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #804769 color. Also use rgb(128,71,105) instead hex code.

Text Font Color

.myTextColor { color: #804769; }

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

This text font color is #804769.


Background Color

.myBgColor { background-color: #804769; }

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

This div background color is #804769.


Border color

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

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

This div border color is #804769.


Opacity

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

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

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

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

This text has shadow with #804769 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #804769 on black background.


Color preview on white background

This text has color #804769 on white background.



Black color preview on #804769 background

This text has black color on #804769 background.


White color preview on #804769 background

This text has white color on #804769 background.