COLOR #724E5A

HEX: #724E5A RGB: (114,78,90)

Color info

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

RGB color model

#724E5A color RGB value is (114,78,90).

RGB: (114,78,90) (45%, 31%, 35%)

RGB channels and saturation

R 114 of 255 = 45%
G 78 of 255 = 31%
B 90 of 255 = 35%

114
78
90

R + G + B ~ 37%. #724E5A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 114 + 78 + 90 = 282 (100%)
R 114 of 282 ~ 40.43%
G 78 of 282 ~ 27.66%
B 90 of 282 ~ 31.91'%

%40.43
%27.66
%31.91

CMYK color model

#724E5A color CMYK value is (0,32,21,55).

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

CMYK: (0,32,21,55)
C0M32Y21K55 (0%, 32%, 21%, 55%)
(0.00 / 0.32 / 0.21 / 0.55)

CMYK percentages

%0
%31.58
%21.05
%55.29

Codes

Color #724E5A in popluar color models

72 4E 5A
RGB 114 78 90
HSL 340° 18.75% 37.65%
HSB/HSV 340° 31.58% 44.71%
CMYK 0.00% 31.58% 21.05%
55.29%

Color #724E5A in popluar number systems.

HEX 72 4E 5A
Decimal 114 78 90
Binary 1110010 1001110 1011010
Octal 162 116 132

Shades and tints

Shades of #724E5A

#724E5A
(114,78,90)
#684752
(104,71,82)
#5E404A
(94,64,74)
#543942
(84,57,66)
#4A323A
(74,50,58)
#402B32
(64,43,50)
#36242A
(54,36,42)
#2C1D22
(44,29,34)
#22161A
(34,22,26)
#180F12
(24,15,18)
#0E080A
(14,8,10)
#000000
(0,0,0)

Tints of #724E5A

#724E5A
(114,78,90)
#7E5E69
(126,94,105)
#8A6E78
(138,110,120)
#967E87
(150,126,135)
#A28E96
(162,142,150)
#AE9EA5
(174,158,165)
#BAAEB4
(186,174,180)
#C6BEC3
(198,190,195)
#D2CED2
(210,206,210)
#DEDEE1
(222,222,225)
#EAEEF0
(234,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #724E5A; }

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

This text font color is #724E5A.

Background Color

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

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

This div background color is #724E5A.

Border color

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

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

This div border color is #724E5A.

Opacity

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

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

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

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

This text has shadow with #724E5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #724E5A.

Preview

Color preview on black background

This text has color #724E5A on black background.


Color preview on white background

This text has color #724E5A on white background.


Black color preview on #724E5A background

This text has black color on #724E5A background.


White color preview on #724E5A background

This text has white color on #724E5A background.


Related colors

Complementary color

Complementary color for #hex is #8DB1A5.


I love getcolorcode.com

Triadic colors

1 #5A724E and #4E5A72 with #724E5A are triadic colors.

2 #5A4E72 and #4E725A with #724E5A are triadic colors.