COLOR #724E6D

HEX: #724E6D RGB: (114,78,109)

Color info

#724E6D contains red, green and blue colors in about the same proportion. Web safe color of #724E6D is #666666 (or #666).

RGB color model

#724E6D color RGB value is (114,78,109).

RGB: (114,78,109) (45%, 31%, 43%)

RGB channels and saturation

R 114 of 255 = 45%
G 78 of 255 = 31%
B 109 of 255 = 43%

114
78
109

R + G + B ~ 40%. #724E6D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 114 + 78 + 109 = 301 (100%)
R 114 of 301 ~ 37.87%
G 78 of 301 ~ 25.91%
B 109 of 301 ~ 36.21'%

%37.87
%25.91
%36.21

CMYK color model

#724E6D color CMYK value is (0,32,4,55).

  • cyan value is 0.00%
  • magenta value is 31.58%
  • yellow value is 4.39%
  • key color value is 55.29%

CMYK: (0,32,4,55)
C0M32Y4K55 (0%, 32%, 4%, 55%)
(0.00 / 0.32 / 0.04 / 0.55)

CMYK percentages

%0
%31.58
%4.39
%55.29

Codes

Color #724E6D in popluar color models

72 4E 6D
RGB 114 78 109
HSL 308° 18.75% 37.65%
HSB/HSV 308° 31.58% 44.71%
CMYK 0.00% 31.58% 4.39%
55.29%

Color #724E6D in popluar number systems.

HEX 72 4E 6D
Decimal 114 78 109
Binary 1110010 1001110 1101101
Octal 162 116 155

Shades and tints

Shades of #724E6D

#724E6D
(114,78,109)
#684764
(104,71,100)
#5E405B
(94,64,91)
#543952
(84,57,82)
#4A3249
(74,50,73)
#402B40
(64,43,64)
#362437
(54,36,55)
#2C1D2E
(44,29,46)
#221625
(34,22,37)
#180F1C
(24,15,28)
#0E0813
(14,8,19)
#000000
(0,0,0)

Tints of #724E6D

#724E6D
(114,78,109)
#7E5E7A
(126,94,122)
#8A6E87
(138,110,135)
#967E94
(150,126,148)
#A28EA1
(162,142,161)
#AE9EAE
(174,158,174)
#BAAEBB
(186,174,187)
#C6BEC8
(198,190,200)
#D2CED5
(210,206,213)
#DEDEE2
(222,222,226)
#EAEEEF
(234,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #724E6D color. Also use rgb(114,78,109) instead hex code.

Text Font Color

.myTextColor { color: #724E6D; }

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

This text font color is #724E6D.

Background Color

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

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

This div background color is #724E6D.

Border color

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

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

This div border color is #724E6D.

Opacity

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

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

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

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

This text has shadow with #724E6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #724E6D.

Preview

Color preview on black background

This text has color #724E6D on black background.


Color preview on white background

This text has color #724E6D on white background.


Black color preview on #724E6D background

This text has black color on #724E6D background.


White color preview on #724E6D background

This text has white color on #724E6D background.


Related colors

Complementary color

Complementary color for #hex is #8DB192.


I love getcolorcode.com

Triadic colors

1 #6D724E and #4E6D72 with #724E6D are triadic colors.

2 #6D4E72 and #4E726D with #724E6D are triadic colors.