COLOR #724A51

HEX: #724A51 RGB: (114,74,81)

Color info

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

RGB color model

#724A51 color RGB value is (114,74,81).

RGB: (114,74,81) (45%, 29%, 32%)

RGB channels and saturation

R 114 of 255 = 45%
G 74 of 255 = 29%
B 81 of 255 = 32%

114
74
81

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

Portions of RGB colors in percentages

R + G + B = 114 + 74 + 81 = 269 (100%)
R 114 of 269 ~ 42.38%
G 74 of 269 ~ 27.51%
B 81 of 269 ~ 30.11'%

%42.38
%27.51
%30.11

CMYK color model

#724A51 color CMYK value is (0,35,29,55).

  • cyan value is 0.00%
  • magenta value is 35.09%
  • yellow value is 28.95%
  • key color value is 55.29%
CMYK: (0,35,29,55) C0M35Y29K55 (0%,35%,29%,55%) (0.00/0.35/0.29/0.55) 

CMYK percentages

%0
%35.09
%28.95
%55.29

Codes

Color #724A51 in popluar color models

72 4A 51
RGB 114 74 81
HSL 350° 21.28% 36.86%
HSB/HSV 350° 35.09% 44.71%
CMYK 0.00% 35.09% 28.95%
55.29%

Color #724A51 in popluar number systems.

HEX 72 4A 51
Decimal 114 74 81
Binary 1110010 1001010 1010001
Octal 162 112 121

Shades and tints

Shades of #724A51

#724A51
(114,74,81)
#68444A
(104,68,74)
#5E3E43
(94,62,67)
#54383C
(84,56,60)
#4A3235
(74,50,53)
#402C2E
(64,44,46)
#362627
(54,38,39)
#2C2020
(44,32,32)
#221A19
(34,26,25)
#181412
(24,20,18)
#0E0E0B
(14,14,11)
#000000
(0,0,0)

Tints of #724A51

#724A51
(114,74,81)
#7E5A60
(126,90,96)
#8A6A6F
(138,106,111)
#967A7E
(150,122,126)
#A28A8D
(162,138,141)
#AE9A9C
(174,154,156)
#BAAAAB
(186,170,171)
#C6BABA
(198,186,186)
#D2CAC9
(210,202,201)
#DEDAD8
(222,218,216)
#EAEAE7
(234,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #724A51; }

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

This text font color is #724A51.

Background Color

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

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

This div background color is #724A51.

Border color

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

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

This div border color is #724A51.

Opacity

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

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

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

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

This text has shadow with #724A51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #724A51.

Preview

Color preview on black background

This text has color #724A51 on black background.


Color preview on white background

This text has color #724A51 on white background.


Black color preview on #724A51 background

This text has black color on #724A51 background.


White color preview on #724A51 background

This text has white color on #724A51 background.


Related colors

Complementary color

Complementary color for #hex is #8DB5AE.


I love getcolorcode.com

Triadic colors

1 #51724A and #4A5172 with #724A51 are triadic colors.

2 #514A72 and #4A7251 with #724A51 are triadic colors.