COLOR #724C70

HEX: #724C70 RGB: (114,76,112)

Color info

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

RGB color model

#724C70 color RGB value is (114,76,112).

RGB: (114,76,112) (45%, 30%, 44%)

RGB channels and saturation

R 114 of 255 = 45%
G 76 of 255 = 30%
B 112 of 255 = 44%

114
76
112

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

Portions of RGB colors in percentages

R + G + B = 114 + 76 + 112 = 302 (100%)
R 114 of 302 ~ 37.75%
G 76 of 302 ~ 25.17%
B 112 of 302 ~ 37.09'%

%37.75
%25.17
%37.09

CMYK color model

#724C70 color CMYK value is (0,33,2,55).

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

CMYK: (0,33,2,55)
C0M33Y2K55 (0%, 33%, 2%, 55%)
(0.00 / 0.33 / 0.02 / 0.55)

CMYK percentages

%0
%33.33
%1.75
%55.29

Codes

Color #724C70 in popluar color models

72 4C 70
RGB 114 76 112
HSL 303° 20.00% 37.25%
HSB/HSV 303° 33.33% 44.71%
CMYK 0.00% 33.33% 1.75%
55.29%

Color #724C70 in popluar number systems.

HEX 72 4C 70
Decimal 114 76 112
Binary 1110010 1001100 1110000
Octal 162 114 160

Shades and tints

Shades of #724C70

#724C70
(114,76,112)
#684666
(104,70,102)
#5E405C
(94,64,92)
#543A52
(84,58,82)
#4A3448
(74,52,72)
#402E3E
(64,46,62)
#362834
(54,40,52)
#2C222A
(44,34,42)
#221C20
(34,28,32)
#181616
(24,22,22)
#0E100C
(14,16,12)
#000000
(0,0,0)

Tints of #724C70

#724C70
(114,76,112)
#7E5C7D
(126,92,125)
#8A6C8A
(138,108,138)
#967C97
(150,124,151)
#A28CA4
(162,140,164)
#AE9CB1
(174,156,177)
#BAACBE
(186,172,190)
#C6BCCB
(198,188,203)
#D2CCD8
(210,204,216)
#DEDCE5
(222,220,229)
#EAECF2
(234,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #724C70; }

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

This text font color is #724C70.

Background Color

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

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

This div background color is #724C70.

Border color

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

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

This div border color is #724C70.

Opacity

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

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

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

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

This text has shadow with #724C70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #724C70.

Preview

Color preview on black background

This text has color #724C70 on black background.


Color preview on white background

This text has color #724C70 on white background.


Black color preview on #724C70 background

This text has black color on #724C70 background.


White color preview on #724C70 background

This text has white color on #724C70 background.


Related colors

Complementary color

Complementary color for #hex is #8DB38F.


I love getcolorcode.com

Triadic colors

1 #70724C and #4C7072 with #724C70 are triadic colors.

2 #704C72 and #4C7270 with #724C70 are triadic colors.