COLOR #724A7F

HEX: #724A7F
RGB: (114,74,127)

Color info

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

RGB color model

#724A7F color RGB value is (114,74,127).

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

RGB channels and saturation

R 114 of 255 = 45%
G 74 of 255 = 29%
B 127 of 255 = 50%

114
74
127

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

Portions of RGB colors in percentages

R + G + B =
114 + 74 + 127 = 315 (100%)
R 114 of 315 ~ 36.19%
G 74 of 315 ~ 23.49%
B 127 of 315 ~ 40.32%

%36.19
%23.49
%40.32

CMYK color model

#724A7F color CMYK value is (10,42,0,50).

  • cyan value is 10.24%
  • magenta value is 41.73%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(10,42,0,50)
C10M42Y0K50 
(10%,42%,0%,50%)
(0.10/0.42/0.00/0.50)	

CMYK percentages

%10.24
%41.73
%0
%50.2

Codes

Color #724A7F in popluar color models

724A7F
RGB11474127
HSL285°26.37%39.41%
HSB/HSV285°41.73%49.80%
CMYK10.24%41.73%0.00%
50.20%

Color #724A7F in popluar number systems.

HEX724A7F
Decimal11474127
Binary111001010010101111111
Octal162112177

Shades and tints

Shades of #724A7F

#724A7F
(114,74,127)
#684474
(104,68,116)
#5E3E69
(94,62,105)
#54385E
(84,56,94)
#4A3253
(74,50,83)
#402C48
(64,44,72)
#36263D
(54,38,61)
#2C2032
(44,32,50)
#221A27
(34,26,39)
#18141C
(24,20,28)
#0E0E11
(14,14,17)
#000000
(0,0,0)

Tints of #724A7F

#724A7F
(114,74,127)
#7E5A8A
(126,90,138)
#8A6A95
(138,106,149)
#967AA0
(150,122,160)
#A28AAB
(162,138,171)
#AE9AB6
(174,154,182)
#BAAAC1
(186,170,193)
#C6BACC
(198,186,204)
#D2CAD7
(210,202,215)
#DEDAE2
(222,218,226)
#EAEAED
(234,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #724A7F; }

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

This text font color is #724A7F.


Background Color

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

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

This div background color is #724A7F.


Border color

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

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

This div border color is #724A7F.


Opacity

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

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

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

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

This text has shadow with #724A7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #724A7F on black background.


Color preview on white background

This text has color #724A7F on white background.



Black color preview on #724A7F background

This text has black color on #724A7F background.


White color preview on #724A7F background

This text has white color on #724A7F background.