COLOR #724B72

HEX: #724B72
RGB: (114,75,114)

Color info

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

RGB color model

#724B72 color RGB value is (114,75,114).

  • red value is 114;
  • green value is 75;
  • blue value is 114.
RGB:
(114,75,114)
(45%,29%,45%)

RGB channels and saturation

R 114 of 255 = 45%
G 75 of 255 = 29%
B 114 of 255 = 45%

114
75
114

R + G + B ~ 40%. #724B72 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 75 + 114 = 303 (100%)
R 114 of 303 ~ 37.62%
G 75 of 303 ~ 24.75%
B 114 of 303 ~ 37.62%

%37.62
%24.75
%37.62

CMYK color model

#724B72 color CMYK value is (0,34,0,55).

  • cyan value is 0.00%
  • magenta value is 34.21%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(0,34,0,55)
C0M34Y0K55 
(0%,34%,0%,55%)
(0.00/0.34/0.00/0.55)	

CMYK percentages

%0
%34.21
%0
%55.29

Codes

Color #724B72 in popluar color models

724B72
RGB11475114
HSL300°20.63%37.06%
HSB/HSV300°34.21%44.71%
CMYK0.00%34.21%0.00%
55.29%

Color #724B72 in popluar number systems.

HEX724B72
Decimal11475114
Binary111001010010111110010
Octal162113162

Shades and tints

Shades of #724B72

#724B72
(114,75,114)
#684568
(104,69,104)
#5E3F5E
(94,63,94)
#543954
(84,57,84)
#4A334A
(74,51,74)
#402D40
(64,45,64)
#362736
(54,39,54)
#2C212C
(44,33,44)
#221B22
(34,27,34)
#181518
(24,21,24)
#0E0F0E
(14,15,14)
#000000
(0,0,0)

Tints of #724B72

#724B72
(114,75,114)
#7E5B7E
(126,91,126)
#8A6B8A
(138,107,138)
#967B96
(150,123,150)
#A28BA2
(162,139,162)
#AE9BAE
(174,155,174)
#BAABBA
(186,171,186)
#C6BBC6
(198,187,198)
#D2CBD2
(210,203,210)
#DEDBDE
(222,219,222)
#EAEBEA
(234,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #724B72 color. Also use rgb(114,75,114) instead hex code.

Text Font Color

.myTextColor { color: #724B72; }

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

This text font color is #724B72.


Background Color

.myBgColor { background-color: #724B72; }

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

This div background color is #724B72.


Border color

.myBorderColor { border: 1px solid #724B72; }

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

This div border color is #724B72.


Opacity

.myOpacity80 { color: #724B72; opacity: 0.8; }

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

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

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

This text has shadow with #724B72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #724B72 on black background.


Color preview on white background

This text has color #724B72 on white background.



Black color preview on #724B72 background

This text has black color on #724B72 background.


White color preview on #724B72 background

This text has white color on #724B72 background.