COLOR #724A76

HEX: #724A76
RGB: (114,74,118)

Color info

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

RGB color model

#724A76 color RGB value is (114,74,118).

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

RGB channels and saturation

R 114 of 255 = 45%
G 74 of 255 = 29%
B 118 of 255 = 46%

114
74
118

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

Portions of RGB colors in percentages

R + G + B =
114 + 74 + 118 = 306 (100%)
R 114 of 306 ~ 37.25%
G 74 of 306 ~ 24.18%
B 118 of 306 ~ 38.56%

%37.25
%24.18
%38.56

CMYK color model

#724A76 color CMYK value is (3,37,0,54).

  • cyan value is 3.39%
  • magenta value is 37.29%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(3,37,0,54)
C3M37Y0K54 
(3%,37%,0%,54%)
(0.03/0.37/0.00/0.54)	

CMYK percentages

%3.39
%37.29
%0
%53.73

Codes

Color #724A76 in popluar color models

724A76
RGB11474118
HSL295°22.92%37.65%
HSB/HSV295°37.29%46.27%
CMYK3.39%37.29%0.00%
53.73%

Color #724A76 in popluar number systems.

HEX724A76
Decimal11474118
Binary111001010010101110110
Octal162112166

Shades and tints

Shades of #724A76

#724A76
(114,74,118)
#68446C
(104,68,108)
#5E3E62
(94,62,98)
#543858
(84,56,88)
#4A324E
(74,50,78)
#402C44
(64,44,68)
#36263A
(54,38,58)
#2C2030
(44,32,48)
#221A26
(34,26,38)
#18141C
(24,20,28)
#0E0E12
(14,14,18)
#000000
(0,0,0)

Tints of #724A76

#724A76
(114,74,118)
#7E5A82
(126,90,130)
#8A6A8E
(138,106,142)
#967A9A
(150,122,154)
#A28AA6
(162,138,166)
#AE9AB2
(174,154,178)
#BAAABE
(186,170,190)
#C6BACA
(198,186,202)
#D2CAD6
(210,202,214)
#DEDAE2
(222,218,226)
#EAEAEE
(234,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #724A76; }

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

This text font color is #724A76.


Background Color

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

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

This div background color is #724A76.


Border color

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

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

This div border color is #724A76.


Opacity

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

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

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

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

This text has shadow with #724A76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #724A76 on black background.


Color preview on white background

This text has color #724A76 on white background.



Black color preview on #724A76 background

This text has black color on #724A76 background.


White color preview on #724A76 background

This text has white color on #724A76 background.