COLOR #724755

HEX: #724755
RGB: (114,71,85)

Color info

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

RGB color model

#724755 color RGB value is (114,71,85).

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

RGB channels and saturation

R 114 of 255 = 45%
G 71 of 255 = 28%
B 85 of 255 = 33%

114
71
85

R + G + B ~ 35%. #724755 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 71 + 85 = 270 (100%)
R 114 of 270 ~ 42.22%
G 71 of 270 ~ 26.3%
B 85 of 270 ~ 31.48%

%42.22
%26.3
%31.48

CMYK color model

#724755 color CMYK value is (0,38,25,55).

  • cyan value is 0.00%
  • magenta value is 37.72%
  • yellow value is 25.44%
  • key color value is 55.29%
CMYK:
(0,38,25,55)
C0M38Y25K55 
(0%,38%,25%,55%)
(0.00/0.38/0.25/0.55)	

CMYK percentages

%0
%37.72
%25.44
%55.29

Codes

Color #724755 in popluar color models

724755
RGB1147185
HSL340°23.24%36.27%
HSB/HSV340°37.72%44.71%
CMYK0.00%37.72%25.44%
55.29%

Color #724755 in popluar number systems.

HEX724755
Decimal1147185
Binary111001010001111010101
Octal162107125

Shades and tints

Shades of #724755

#724755
(114,71,85)
#68414E
(104,65,78)
#5E3B47
(94,59,71)
#543540
(84,53,64)
#4A2F39
(74,47,57)
#402932
(64,41,50)
#36232B
(54,35,43)
#2C1D24
(44,29,36)
#22171D
(34,23,29)
#181116
(24,17,22)
#0E0B0F
(14,11,15)
#000000
(0,0,0)

Tints of #724755

#724755
(114,71,85)
#7E5764
(126,87,100)
#8A6773
(138,103,115)
#967782
(150,119,130)
#A28791
(162,135,145)
#AE97A0
(174,151,160)
#BAA7AF
(186,167,175)
#C6B7BE
(198,183,190)
#D2C7CD
(210,199,205)
#DED7DC
(222,215,220)
#EAE7EB
(234,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #724755; }

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

This text font color is #724755.


Background Color

.myBgColor { background-color: #724755; }

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

This div background color is #724755.


Border color

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

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

This div border color is #724755.


Opacity

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

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

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

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

This text has shadow with #724755 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #724755 on black background.


Color preview on white background

This text has color #724755 on white background.



Black color preview on #724755 background

This text has black color on #724755 background.


White color preview on #724755 background

This text has white color on #724755 background.