COLOR #724B60

HEX: #724B60
RGB: (114,75,96)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

114
75
96

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

Portions of RGB colors in percentages

R + G + B =
114 + 75 + 96 = 285 (100%)
R 114 of 285 ~ 40%
G 75 of 285 ~ 26.32%
B 96 of 285 ~ 33.68%

%40
%26.32
%33.68

CMYK color model

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

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

CMYK percentages

%0
%34.21
%15.79
%55.29

Codes

Color #724B60 in popluar color models

724B60
RGB1147596
HSL328°20.63%37.06%
HSB/HSV328°34.21%44.71%
CMYK0.00%34.21%15.79%
55.29%

Color #724B60 in popluar number systems.

HEX724B60
Decimal1147596
Binary111001010010111100000
Octal162113140

Shades and tints

Shades of #724B60

#724B60
(114,75,96)
#684558
(104,69,88)
#5E3F50
(94,63,80)
#543948
(84,57,72)
#4A3340
(74,51,64)
#402D38
(64,45,56)
#362730
(54,39,48)
#2C2128
(44,33,40)
#221B20
(34,27,32)
#181518
(24,21,24)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #724B60

#724B60
(114,75,96)
#7E5B6E
(126,91,110)
#8A6B7C
(138,107,124)
#967B8A
(150,123,138)
#A28B98
(162,139,152)
#AE9BA6
(174,155,166)
#BAABB4
(186,171,180)
#C6BBC2
(198,187,194)
#D2CBD0
(210,203,208)
#DEDBDE
(222,219,222)
#EAEBEC
(234,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #724B60; }

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

This text font color is #724B60.


Background Color

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

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

This div background color is #724B60.


Border color

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

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

This div border color is #724B60.


Opacity

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

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

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

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

This text has shadow with #724B60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #724B60 on black background.


Color preview on white background

This text has color #724B60 on white background.



Black color preview on #724B60 background

This text has black color on #724B60 background.


White color preview on #724B60 background

This text has white color on #724B60 background.