COLOR #724D55

HEX: #724D55 RGB: (114,77,85)

Color info

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

RGB color model

#724D55 color RGB value is (114,77,85).

RGB: (114,77,85) (45%, 30%, 33%)

RGB channels and saturation

R 114 of 255 = 45%
G 77 of 255 = 30%
B 85 of 255 = 33%

114
77
85

R + G + B ~ 36%. #724D55 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 114 + 77 + 85 = 276 (100%)
R 114 of 276 ~ 41.3%
G 77 of 276 ~ 27.9%
B 85 of 276 ~ 30.8'%

%41.3
%27.9
%30.8

CMYK color model

#724D55 color CMYK value is (0,32,25,55).

  • cyan value is 0.00%
  • magenta value is 32.46%
  • yellow value is 25.44%
  • key color value is 55.29%

CMYK: (0,32,25,55)
C0M32Y25K55 (0%, 32%, 25%, 55%)
(0.00 / 0.32 / 0.25 / 0.55)

CMYK percentages

%0
%32.46
%25.44
%55.29

Codes

Color #724D55 in popluar color models

72 4D 55
RGB 114 77 85
HSL 347° 19.37% 37.45%
HSB/HSV 347° 32.46% 44.71%
CMYK 0.00% 32.46% 25.44%
55.29%

Color #724D55 in popluar number systems.

HEX 72 4D 55
Decimal 114 77 85
Binary 1110010 1001101 1010101
Octal 162 115 125

Shades and tints

Shades of #724D55

#724D55
(114,77,85)
#68464E
(104,70,78)
#5E3F47
(94,63,71)
#543840
(84,56,64)
#4A3139
(74,49,57)
#402A32
(64,42,50)
#36232B
(54,35,43)
#2C1C24
(44,28,36)
#22151D
(34,21,29)
#180E16
(24,14,22)
#0E070F
(14,7,15)
#000000
(0,0,0)

Tints of #724D55

#724D55
(114,77,85)
#7E5D64
(126,93,100)
#8A6D73
(138,109,115)
#967D82
(150,125,130)
#A28D91
(162,141,145)
#AE9DA0
(174,157,160)
#BAADAF
(186,173,175)
#C6BDBE
(198,189,190)
#D2CDCD
(210,205,205)
#DEDDDC
(222,221,220)
#EAEDEB
(234,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #724D55; }

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

This text font color is #724D55.

Background Color

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

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

This div background color is #724D55.

Border color

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

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

This div border color is #724D55.

Opacity

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

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

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

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

This text has shadow with #724D55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #724D55.

Preview

Color preview on black background

This text has color #724D55 on black background.


Color preview on white background

This text has color #724D55 on white background.


Black color preview on #724D55 background

This text has black color on #724D55 background.


White color preview on #724D55 background

This text has white color on #724D55 background.


Related colors

Complementary color

Complementary color for #hex is #8DB2AA.


I love getcolorcode.com

Triadic colors

1 #55724D and #4D5572 with #724D55 are triadic colors.

2 #554D72 and #4D7255 with #724D55 are triadic colors.