COLOR #724763

HEX: #724763
RGB: (114,71,99)

Color info

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

RGB color model

#724763 color RGB value is (114,71,99).

  • red value is 114;
  • green value is 71;
  • blue value is 99.
RGB:
(114,71,99)
(45%,28%,39%)

RGB channels and saturation

R 114 of 255 = 45%
G 71 of 255 = 28%
B 99 of 255 = 39%

114
71
99

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

Portions of RGB colors in percentages

R + G + B =
114 + 71 + 99 = 284 (100%)
R 114 of 284 ~ 40.14%
G 71 of 284 ~ 25%
B 99 of 284 ~ 34.86%

%40.14
%25
%34.86

CMYK color model

#724763 color CMYK value is (0,38,13,55).

  • cyan value is 0.00%
  • magenta value is 37.72%
  • yellow value is 13.16%
  • key color value is 55.29%
CMYK:
(0,38,13,55)
C0M38Y13K55 
(0%,38%,13%,55%)
(0.00/0.38/0.13/0.55)	

CMYK percentages

%0
%37.72
%13.16
%55.29

Codes

Color #724763 in popluar color models

724763
RGB1147199
HSL321°23.24%36.27%
HSB/HSV321°37.72%44.71%
CMYK0.00%37.72%13.16%
55.29%

Color #724763 in popluar number systems.

HEX724763
Decimal1147199
Binary111001010001111100011
Octal162107143

Shades and tints

Shades of #724763

#724763
(114,71,99)
#68415A
(104,65,90)
#5E3B51
(94,59,81)
#543548
(84,53,72)
#4A2F3F
(74,47,63)
#402936
(64,41,54)
#36232D
(54,35,45)
#2C1D24
(44,29,36)
#22171B
(34,23,27)
#181112
(24,17,18)
#0E0B09
(14,11,9)
#000000
(0,0,0)

Tints of #724763

#724763
(114,71,99)
#7E5771
(126,87,113)
#8A677F
(138,103,127)
#96778D
(150,119,141)
#A2879B
(162,135,155)
#AE97A9
(174,151,169)
#BAA7B7
(186,167,183)
#C6B7C5
(198,183,197)
#D2C7D3
(210,199,211)
#DED7E1
(222,215,225)
#EAE7EF
(234,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #724763 color. Also use rgb(114,71,99) instead hex code.

Text Font Color

.myTextColor { color: #724763; }

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

This text font color is #724763.


Background Color

.myBgColor { background-color: #724763; }

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

This div background color is #724763.


Border color

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

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

This div border color is #724763.


Opacity

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

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

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

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

This text has shadow with #724763 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #724763 on black background.


Color preview on white background

This text has color #724763 on white background.



Black color preview on #724763 background

This text has black color on #724763 background.


White color preview on #724763 background

This text has white color on #724763 background.