COLOR #724770

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

114
71
112

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

Portions of RGB colors in percentages

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

%38.38
%23.91
%37.71

CMYK color model

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

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

CMYK percentages

%0
%37.72
%1.75
%55.29

Codes

Color #724770 in popluar color models

724770
RGB11471112
HSL303°23.24%36.27%
HSB/HSV303°37.72%44.71%
CMYK0.00%37.72%1.75%
55.29%

Color #724770 in popluar number systems.

HEX724770
Decimal11471112
Binary111001010001111110000
Octal162107160

Shades and tints

Shades of #724770

#724770
(114,71,112)
#684166
(104,65,102)
#5E3B5C
(94,59,92)
#543552
(84,53,82)
#4A2F48
(74,47,72)
#40293E
(64,41,62)
#362334
(54,35,52)
#2C1D2A
(44,29,42)
#221720
(34,23,32)
#181116
(24,17,22)
#0E0B0C
(14,11,12)
#000000
(0,0,0)

Tints of #724770

#724770
(114,71,112)
#7E577D
(126,87,125)
#8A678A
(138,103,138)
#967797
(150,119,151)
#A287A4
(162,135,164)
#AE97B1
(174,151,177)
#BAA7BE
(186,167,190)
#C6B7CB
(198,183,203)
#D2C7D8
(210,199,216)
#DED7E5
(222,215,229)
#EAE7F2
(234,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #724770; }

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

This text font color is #724770.


Background Color

.myBgColor { background-color: #724770; }

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

This div background color is #724770.


Border color

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

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

This div border color is #724770.


Opacity

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

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

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

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

This text has shadow with #724770 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #724770 on black background.


Color preview on white background

This text has color #724770 on white background.



Black color preview on #724770 background

This text has black color on #724770 background.


White color preview on #724770 background

This text has white color on #724770 background.