COLOR #804760

HEX: #804760
RGB: (128,71,96)

Color info

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

RGB color model

#804760 color RGB value is (128,71,96).

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

RGB channels and saturation

R 128 of 255 = 50%
G 71 of 255 = 28%
B 96 of 255 = 38%

128
71
96

R + G + B ~ 39%. #804760 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 71 + 96 = 295 (100%)
R 128 of 295 ~ 43.39%
G 71 of 295 ~ 24.07%
B 96 of 295 ~ 32.54%

%43.39
%24.07
%32.54

CMYK color model

#804760 color CMYK value is (0,45,25,50).

  • cyan value is 0.00%
  • magenta value is 44.53%
  • yellow value is 25.00%
  • key color value is 49.80%
CMYK:
(0,45,25,50)
C0M45Y25K50 
(0%,45%,25%,50%)
(0.00/0.45/0.25/0.50)	

CMYK percentages

%0
%44.53
%25
%49.8

Codes

Color #804760 in popluar color models

804760
RGB1287196
HSL334°28.64%39.02%
HSB/HSV334°44.53%50.20%
CMYK0.00%44.53%25.00%
49.80%

Color #804760 in popluar number systems.

HEX804760
Decimal1287196
Binary1000000010001111100000
Octal200107140

Shades and tints

Shades of #804760

#804760
(128,71,96)
#754158
(117,65,88)
#6A3B50
(106,59,80)
#5F3548
(95,53,72)
#542F40
(84,47,64)
#492938
(73,41,56)
#3E2330
(62,35,48)
#331D28
(51,29,40)
#281720
(40,23,32)
#1D1118
(29,17,24)
#120B10
(18,11,16)
#000000
(0,0,0)

Tints of #804760

#804760
(128,71,96)
#8B576E
(139,87,110)
#96677C
(150,103,124)
#A1778A
(161,119,138)
#AC8798
(172,135,152)
#B797A6
(183,151,166)
#C2A7B4
(194,167,180)
#CDB7C2
(205,183,194)
#D8C7D0
(216,199,208)
#E3D7DE
(227,215,222)
#EEE7EC
(238,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #804760; }

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

This text font color is #804760.


Background Color

.myBgColor { background-color: #804760; }

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

This div background color is #804760.


Border color

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

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

This div border color is #804760.


Opacity

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

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

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

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

This text has shadow with #804760 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #804760 on black background.


Color preview on white background

This text has color #804760 on white background.



Black color preview on #804760 background

This text has black color on #804760 background.


White color preview on #804760 background

This text has white color on #804760 background.