COLOR #724662

HEX: #724662
RGB: (114,70,98)

Color info

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

RGB color model

#724662 color RGB value is (114,70,98).

  • red value is 114;
  • green value is 70;
  • blue value is 98.
RGB:
(114,70,98)
(45%,27%,38%)

RGB channels and saturation

R 114 of 255 = 45%
G 70 of 255 = 27%
B 98 of 255 = 38%

114
70
98

R + G + B ~ 37%. #724662 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 70 + 98 = 282 (100%)
R 114 of 282 ~ 40.43%
G 70 of 282 ~ 24.82%
B 98 of 282 ~ 34.75%

%40.43
%24.82
%34.75

CMYK color model

#724662 color CMYK value is (0,39,14,55).

  • cyan value is 0.00%
  • magenta value is 38.60%
  • yellow value is 14.04%
  • key color value is 55.29%
CMYK:
(0,39,14,55)
C0M39Y14K55 
(0%,39%,14%,55%)
(0.00/0.39/0.14/0.55)	

CMYK percentages

%0
%38.6
%14.04
%55.29

Codes

Color #724662 in popluar color models

724662
RGB1147098
HSL322°23.91%36.08%
HSB/HSV322°38.60%44.71%
CMYK0.00%38.60%14.04%
55.29%

Color #724662 in popluar number systems.

HEX724662
Decimal1147098
Binary111001010001101100010
Octal162106142

Shades and tints

Shades of #724662

#724662
(114,70,98)
#68405A
(104,64,90)
#5E3A52
(94,58,82)
#54344A
(84,52,74)
#4A2E42
(74,46,66)
#40283A
(64,40,58)
#362232
(54,34,50)
#2C1C2A
(44,28,42)
#221622
(34,22,34)
#18101A
(24,16,26)
#0E0A12
(14,10,18)
#000000
(0,0,0)

Tints of #724662

#724662
(114,70,98)
#7E5670
(126,86,112)
#8A667E
(138,102,126)
#96768C
(150,118,140)
#A2869A
(162,134,154)
#AE96A8
(174,150,168)
#BAA6B6
(186,166,182)
#C6B6C4
(198,182,196)
#D2C6D2
(210,198,210)
#DED6E0
(222,214,224)
#EAE6EE
(234,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #724662 color. Also use rgb(114,70,98) instead hex code.

Text Font Color

.myTextColor { color: #724662; }

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

This text font color is #724662.


Background Color

.myBgColor { background-color: #724662; }

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

This div background color is #724662.


Border color

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

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

This div border color is #724662.


Opacity

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

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

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

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

This text has shadow with #724662 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #724662 on black background.


Color preview on white background

This text has color #724662 on white background.



Black color preview on #724662 background

This text has black color on #724662 background.


White color preview on #724662 background

This text has white color on #724662 background.