COLOR #724E64

HEX: #724E64 RGB: (114,78,100)

Color info

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

RGB color model

#724E64 color RGB value is (114,78,100).

RGB: (114,78,100) (45%, 31%, 39%)

RGB channels and saturation

R 114 of 255 = 45%
G 78 of 255 = 31%
B 100 of 255 = 39%

114
78
100

R + G + B ~ 38%. #724E64 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 114 + 78 + 100 = 292 (100%)
R 114 of 292 ~ 39.04%
G 78 of 292 ~ 26.71%
B 100 of 292 ~ 34.25'%

%39.04
%26.71
%34.25

CMYK color model

#724E64 color CMYK value is (0,32,12,55).

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

CMYK: (0,32,12,55)
C0M32Y12K55 (0%, 32%, 12%, 55%)
(0.00 / 0.32 / 0.12 / 0.55)

CMYK percentages

%0
%31.58
%12.28
%55.29

Codes

Color #724E64 in popluar color models

72 4E 64
RGB 114 78 100
HSL 323° 18.75% 37.65%
HSB/HSV 323° 31.58% 44.71%
CMYK 0.00% 31.58% 12.28%
55.29%

Color #724E64 in popluar number systems.

HEX 72 4E 64
Decimal 114 78 100
Binary 1110010 1001110 1100100
Octal 162 116 144

Shades and tints

Shades of #724E64

#724E64
(114,78,100)
#68475B
(104,71,91)
#5E4052
(94,64,82)
#543949
(84,57,73)
#4A3240
(74,50,64)
#402B37
(64,43,55)
#36242E
(54,36,46)
#2C1D25
(44,29,37)
#22161C
(34,22,28)
#180F13
(24,15,19)
#0E080A
(14,8,10)
#000000
(0,0,0)

Tints of #724E64

#724E64
(114,78,100)
#7E5E72
(126,94,114)
#8A6E80
(138,110,128)
#967E8E
(150,126,142)
#A28E9C
(162,142,156)
#AE9EAA
(174,158,170)
#BAAEB8
(186,174,184)
#C6BEC6
(198,190,198)
#D2CED4
(210,206,212)
#DEDEE2
(222,222,226)
#EAEEF0
(234,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #724E64; }

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

This text font color is #724E64.

Background Color

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

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

This div background color is #724E64.

Border color

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

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

This div border color is #724E64.

Opacity

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

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

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

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

This text has shadow with #724E64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #724E64.

Preview

Color preview on black background

This text has color #724E64 on black background.


Color preview on white background

This text has color #724E64 on white background.


Black color preview on #724E64 background

This text has black color on #724E64 background.


White color preview on #724E64 background

This text has white color on #724E64 background.


Related colors

Complementary color

Complementary color for #hex is #8DB19B.


I love getcolorcode.com

Triadic colors

1 #64724E and #4E6472 with #724E64 are triadic colors.

2 #644E72 and #4E7264 with #724E64 are triadic colors.