COLOR #724C51

HEX: #724C51 RGB: (114,76,81)

Color info

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

RGB color model

#724C51 color RGB value is (114,76,81).

RGB: (114,76,81) (45%, 30%, 32%)

RGB channels and saturation

R 114 of 255 = 45%
G 76 of 255 = 30%
B 81 of 255 = 32%

114
76
81

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

Portions of RGB colors in percentages

R + G + B = 114 + 76 + 81 = 271 (100%)
R 114 of 271 ~ 42.07%
G 76 of 271 ~ 28.04%
B 81 of 271 ~ 29.89'%

%42.07
%28.04
%29.89

CMYK color model

#724C51 color CMYK value is (0,33,29,55).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 28.95%
  • key color value is 55.29%
CMYK: (0,33,29,55) C0M33Y29K55 (0%,33%,29%,55%) (0.00/0.33/0.29/0.55) 

CMYK percentages

%0
%33.33
%28.95
%55.29

Codes

Color #724C51 in popluar color models

72 4C 51
RGB 114 76 81
HSL 352° 20.00% 37.25%
HSB/HSV 352° 33.33% 44.71%
CMYK 0.00% 33.33% 28.95%
55.29%

Color #724C51 in popluar number systems.

HEX 72 4C 51
Decimal 114 76 81
Binary 1110010 1001100 1010001
Octal 162 114 121

Shades and tints

Shades of #724C51

#724C51
(114,76,81)
#68464A
(104,70,74)
#5E4043
(94,64,67)
#543A3C
(84,58,60)
#4A3435
(74,52,53)
#402E2E
(64,46,46)
#362827
(54,40,39)
#2C2220
(44,34,32)
#221C19
(34,28,25)
#181612
(24,22,18)
#0E100B
(14,16,11)
#000000
(0,0,0)

Tints of #724C51

#724C51
(114,76,81)
#7E5C60
(126,92,96)
#8A6C6F
(138,108,111)
#967C7E
(150,124,126)
#A28C8D
(162,140,141)
#AE9C9C
(174,156,156)
#BAACAB
(186,172,171)
#C6BCBA
(198,188,186)
#D2CCC9
(210,204,201)
#DEDCD8
(222,220,216)
#EAECE7
(234,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #724C51 color. Also use rgb(114,76,81) instead hex code.

Text Font Color

.myTextColor { color: #724C51; }

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

This text font color is #724C51.

Background Color

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

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

This div background color is #724C51.

Border color

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

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

This div border color is #724C51.

Opacity

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

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

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

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

This text has shadow with #724C51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #724C51.

Preview

Color preview on black background

This text has color #724C51 on black background.


Color preview on white background

This text has color #724C51 on white background.


Black color preview on #724C51 background

This text has black color on #724C51 background.


White color preview on #724C51 background

This text has white color on #724C51 background.


Related colors

Complementary color

Complementary color for #hex is #8DB3AE.


I love getcolorcode.com

Triadic colors

1 #51724C and #4C5172 with #724C51 are triadic colors.

2 #514C72 and #4C7251 with #724C51 are triadic colors.