COLOR #724769

HEX: #724769
RGB: (114,71,105)

Color info

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

RGB color model

#724769 color RGB value is (114,71,105).

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

RGB channels and saturation

R 114 of 255 = 45%
G 71 of 255 = 28%
B 105 of 255 = 41%

114
71
105

R + G + B ~ 38%. #724769 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 71 + 105 = 290 (100%)
R 114 of 290 ~ 39.31%
G 71 of 290 ~ 24.48%
B 105 of 290 ~ 36.21%

%39.31
%24.48
%36.21

CMYK color model

#724769 color CMYK value is (0,38,8,55).

  • cyan value is 0.00%
  • magenta value is 37.72%
  • yellow value is 7.89%
  • key color value is 55.29%
CMYK:
(0,38,8,55)
C0M38Y8K55 
(0%,38%,8%,55%)
(0.00/0.38/0.08/0.55)	

CMYK percentages

%0
%37.72
%7.89
%55.29

Codes

Color #724769 in popluar color models

724769
RGB11471105
HSL313°23.24%36.27%
HSB/HSV313°37.72%44.71%
CMYK0.00%37.72%7.89%
55.29%

Color #724769 in popluar number systems.

HEX724769
Decimal11471105
Binary111001010001111101001
Octal162107151

Shades and tints

Shades of #724769

#724769
(114,71,105)
#684160
(104,65,96)
#5E3B57
(94,59,87)
#54354E
(84,53,78)
#4A2F45
(74,47,69)
#40293C
(64,41,60)
#362333
(54,35,51)
#2C1D2A
(44,29,42)
#221721
(34,23,33)
#181118
(24,17,24)
#0E0B0F
(14,11,15)
#000000
(0,0,0)

Tints of #724769

#724769
(114,71,105)
#7E5776
(126,87,118)
#8A6783
(138,103,131)
#967790
(150,119,144)
#A2879D
(162,135,157)
#AE97AA
(174,151,170)
#BAA7B7
(186,167,183)
#C6B7C4
(198,183,196)
#D2C7D1
(210,199,209)
#DED7DE
(222,215,222)
#EAE7EB
(234,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #724769; }

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

This text font color is #724769.


Background Color

.myBgColor { background-color: #724769; }

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

This div background color is #724769.


Border color

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

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

This div border color is #724769.


Opacity

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

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

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

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

This text has shadow with #724769 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #724769 on black background.


Color preview on white background

This text has color #724769 on white background.



Black color preview on #724769 background

This text has black color on #724769 background.


White color preview on #724769 background

This text has white color on #724769 background.