COLOR #724C4F

HEX: #724C4F RGB: (114,76,79)

Color info

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

RGB color model

#724C4F color RGB value is (114,76,79).

RGB: (114,76,79) (45%, 30%, 31%)

RGB channels and saturation

R 114 of 255 = 45%
G 76 of 255 = 30%
B 79 of 255 = 31%

114
76
79

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

Portions of RGB colors in percentages

R + G + B = 114 + 76 + 79 = 269 (100%)
R 114 of 269 ~ 42.38%
G 76 of 269 ~ 28.25%
B 79 of 269 ~ 29.37'%

%42.38
%28.25
%29.37

CMYK color model

#724C4F color CMYK value is (0,33,31,55).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 30.70%
  • key color value is 55.29%

CMYK: (0,33,31,55)
C0M33Y31K55 (0%, 33%, 31%, 55%)
(0.00 / 0.33 / 0.31 / 0.55)

CMYK percentages

%0
%33.33
%30.7
%55.29

Codes

Color #724C4F in popluar color models

72 4C 4F
RGB 114 76 79
HSL 355° 20.00% 37.25%
HSB/HSV 355° 33.33% 44.71%
CMYK 0.00% 33.33% 30.70%
55.29%

Color #724C4F in popluar number systems.

HEX 72 4C 4F
Decimal 114 76 79
Binary 1110010 1001100 1001111
Octal 162 114 117

Shades and tints

Shades of #724C4F

#724C4F
(114,76,79)
#684648
(104,70,72)
#5E4041
(94,64,65)
#543A3A
(84,58,58)
#4A3433
(74,52,51)
#402E2C
(64,46,44)
#362825
(54,40,37)
#2C221E
(44,34,30)
#221C17
(34,28,23)
#181610
(24,22,16)
#0E1009
(14,16,9)
#000000
(0,0,0)

Tints of #724C4F

#724C4F
(114,76,79)
#7E5C5F
(126,92,95)
#8A6C6F
(138,108,111)
#967C7F
(150,124,127)
#A28C8F
(162,140,143)
#AE9C9F
(174,156,159)
#BAACAF
(186,172,175)
#C6BCBF
(198,188,191)
#D2CCCF
(210,204,207)
#DEDCDF
(222,220,223)
#EAECEF
(234,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #724C4F; }

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

This text font color is #724C4F.

Background Color

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

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

This div background color is #724C4F.

Border color

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

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

This div border color is #724C4F.

Opacity

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

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

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

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

This text has shadow with #724C4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #724C4F.

Preview

Color preview on black background

This text has color #724C4F on black background.


Color preview on white background

This text has color #724C4F on white background.


Black color preview on #724C4F background

This text has black color on #724C4F background.


White color preview on #724C4F background

This text has white color on #724C4F background.


Related colors

Complementary color

Complementary color for #hex is #8DB3B0.


I love getcolorcode.com

Triadic colors

1 #4F724C and #4C4F72 with #724C4F are triadic colors.

2 #4F4C72 and #4C724F with #724C4F are triadic colors.