COLOR #804872

HEX: #804872
RGB: (128,72,114)

Color info

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

RGB color model

#804872 color RGB value is (128,72,114).

  • red value is 128;
  • green value is 72;
  • blue value is 114.
RGB:
(128,72,114)
(50%,28%,45%)

RGB channels and saturation

R 128 of 255 = 50%
G 72 of 255 = 28%
B 114 of 255 = 45%

128
72
114

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

Portions of RGB colors in percentages

R + G + B =
128 + 72 + 114 = 314 (100%)
R 128 of 314 ~ 40.76%
G 72 of 314 ~ 22.93%
B 114 of 314 ~ 36.31%

%40.76
%22.93
%36.31

CMYK color model

#804872 color CMYK value is (0,44,11,50).

  • cyan value is 0.00%
  • magenta value is 43.75%
  • yellow value is 10.94%
  • key color value is 49.80%
CMYK:
(0,44,11,50)
C0M44Y11K50 
(0%,44%,11%,50%)
(0.00/0.44/0.11/0.50)	

CMYK percentages

%0
%43.75
%10.94
%49.8

Codes

Color #804872 in popluar color models

804872
RGB12872114
HSL315°28.00%39.22%
HSB/HSV315°43.75%50.20%
CMYK0.00%43.75%10.94%
49.80%

Color #804872 in popluar number systems.

HEX804872
Decimal12872114
Binary1000000010010001110010
Octal200110162

Shades and tints

Shades of #804872

#804872
(128,72,114)
#754268
(117,66,104)
#6A3C5E
(106,60,94)
#5F3654
(95,54,84)
#54304A
(84,48,74)
#492A40
(73,42,64)
#3E2436
(62,36,54)
#331E2C
(51,30,44)
#281822
(40,24,34)
#1D1218
(29,18,24)
#120C0E
(18,12,14)
#000000
(0,0,0)

Tints of #804872

#804872
(128,72,114)
#8B587E
(139,88,126)
#96688A
(150,104,138)
#A17896
(161,120,150)
#AC88A2
(172,136,162)
#B798AE
(183,152,174)
#C2A8BA
(194,168,186)
#CDB8C6
(205,184,198)
#D8C8D2
(216,200,210)
#E3D8DE
(227,216,222)
#EEE8EA
(238,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #804872 color. Also use rgb(128,72,114) instead hex code.

Text Font Color

.myTextColor { color: #804872; }

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

This text font color is #804872.


Background Color

.myBgColor { background-color: #804872; }

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

This div background color is #804872.


Border color

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

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

This div border color is #804872.


Opacity

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

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

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

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

This text has shadow with #804872 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #804872 on black background.


Color preview on white background

This text has color #804872 on white background.



Black color preview on #804872 background

This text has black color on #804872 background.


White color preview on #804872 background

This text has white color on #804872 background.