COLOR #704772

HEX: #704772
RGB: (112,71,114)

Color info

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

RGB color model

#704772 color RGB value is (112,71,114).

  • red value is 112;
  • green value is 71;
  • blue value is 114.
RGB:
(112,71,114)
(44%,28%,45%)

RGB channels and saturation

R 112 of 255 = 44%
G 71 of 255 = 28%
B 114 of 255 = 45%

112
71
114

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

Portions of RGB colors in percentages

R + G + B =
112 + 71 + 114 = 297 (100%)
R 112 of 297 ~ 37.71%
G 71 of 297 ~ 23.91%
B 114 of 297 ~ 38.38%

%37.71
%23.91
%38.38

CMYK color model

#704772 color CMYK value is (2,38,0,55).

  • cyan value is 1.75%
  • magenta value is 37.72%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(2,38,0,55)
C2M38Y0K55 
(2%,38%,0%,55%)
(0.02/0.38/0.00/0.55)	

CMYK percentages

%1.75
%37.72
%0
%55.29

Codes

Color #704772 in popluar color models

704772
RGB11271114
HSL297°23.24%36.27%
HSB/HSV297°37.72%44.71%
CMYK1.75%37.72%0.00%
55.29%

Color #704772 in popluar number systems.

HEX704772
Decimal11271114
Binary111000010001111110010
Octal160107162

Shades and tints

Shades of #704772

#704772
(112,71,114)
#664168
(102,65,104)
#5C3B5E
(92,59,94)
#523554
(82,53,84)
#482F4A
(72,47,74)
#3E2940
(62,41,64)
#342336
(52,35,54)
#2A1D2C
(42,29,44)
#201722
(32,23,34)
#161118
(22,17,24)
#0C0B0E
(12,11,14)
#000000
(0,0,0)

Tints of #704772

#704772
(112,71,114)
#7D577E
(125,87,126)
#8A678A
(138,103,138)
#977796
(151,119,150)
#A487A2
(164,135,162)
#B197AE
(177,151,174)
#BEA7BA
(190,167,186)
#CBB7C6
(203,183,198)
#D8C7D2
(216,199,210)
#E5D7DE
(229,215,222)
#F2E7EA
(242,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #704772 color. Also use rgb(112,71,114) instead hex code.

Text Font Color

.myTextColor { color: #704772; }

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

This text font color is #704772.


Background Color

.myBgColor { background-color: #704772; }

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

This div background color is #704772.


Border color

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

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

This div border color is #704772.


Opacity

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

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

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

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

This text has shadow with #704772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704772 on black background.


Color preview on white background

This text has color #704772 on white background.



Black color preview on #704772 background

This text has black color on #704772 background.


White color preview on #704772 background

This text has white color on #704772 background.