COLOR #724E7C

HEX: #724E7C
RGB: (114,78,124)

Color info

#724E7C contains red, green and blue colors in about the same proportion. Web safe color of #724E7C is #666666 (or #666).

RGB color model

#724E7C color RGB value is (114,78,124).

  • red value is 114;
  • green value is 78;
  • blue value is 124.
RGB:
(114,78,124)
(45%,31%,49%)

RGB channels and saturation

R 114 of 255 = 45%
G 78 of 255 = 31%
B 124 of 255 = 49%

114
78
124

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

Portions of RGB colors in percentages

R + G + B =
114 + 78 + 124 = 316 (100%)
R 114 of 316 ~ 36.08%
G 78 of 316 ~ 24.68%
B 124 of 316 ~ 39.24%

%36.08
%24.68
%39.24

CMYK color model

#724E7C color CMYK value is (8,37,0,51).

  • cyan value is 8.06%
  • magenta value is 37.10%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(8,37,0,51)
C8M37Y0K51 
(8%,37%,0%,51%)
(0.08/0.37/0.00/0.51)	

CMYK percentages

%8.06
%37.1
%0
%51.37

Codes

Color #724E7C in popluar color models

724E7C
RGB11478124
HSL287°22.77%39.61%
HSB/HSV287°37.10%48.63%
CMYK8.06%37.10%0.00%
51.37%

Color #724E7C in popluar number systems.

HEX724E7C
Decimal11478124
Binary111001010011101111100
Octal162116174

Shades and tints

Shades of #724E7C

#724E7C
(114,78,124)
#684771
(104,71,113)
#5E4066
(94,64,102)
#54395B
(84,57,91)
#4A3250
(74,50,80)
#402B45
(64,43,69)
#36243A
(54,36,58)
#2C1D2F
(44,29,47)
#221624
(34,22,36)
#180F19
(24,15,25)
#0E080E
(14,8,14)
#000000
(0,0,0)

Tints of #724E7C

#724E7C
(114,78,124)
#7E5E87
(126,94,135)
#8A6E92
(138,110,146)
#967E9D
(150,126,157)
#A28EA8
(162,142,168)
#AE9EB3
(174,158,179)
#BAAEBE
(186,174,190)
#C6BEC9
(198,190,201)
#D2CED4
(210,206,212)
#DEDEDF
(222,222,223)
#EAEEEA
(234,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #724E7C; }

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

This text font color is #724E7C.


Background Color

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

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

This div background color is #724E7C.


Border color

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

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

This div border color is #724E7C.


Opacity

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

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

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

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

This text has shadow with #724E7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #724E7C on black background.


Color preview on white background

This text has color #724E7C on white background.



Black color preview on #724E7C background

This text has black color on #724E7C background.


White color preview on #724E7C background

This text has white color on #724E7C background.