COLOR #724F70

HEX: #724F70 RGB: (114,79,112)

Color info

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

RGB color model

#724F70 color RGB value is (114,79,112).

RGB: (114,79,112) (45%, 31%, 44%)

RGB channels and saturation

R 114 of 255 = 45%
G 79 of 255 = 31%
B 112 of 255 = 44%

114
79
112

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

Portions of RGB colors in percentages

R + G + B = 114 + 79 + 112 = 305 (100%)
R 114 of 305 ~ 37.38%
G 79 of 305 ~ 25.9%
B 112 of 305 ~ 36.72'%

%37.38
%25.9
%36.72

CMYK color model

#724F70 color CMYK value is (0,31,2,55).

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

CMYK: (0,31,2,55)
C0M31Y2K55 (0%, 31%, 2%, 55%)
(0.00 / 0.31 / 0.02 / 0.55)

CMYK percentages

%0
%30.7
%1.75
%55.29

Codes

Color #724F70 in popluar color models

72 4F 70
RGB 114 79 112
HSL 303° 18.13% 37.84%
HSB/HSV 303° 30.70% 44.71%
CMYK 0.00% 30.70% 1.75%
55.29%

Color #724F70 in popluar number systems.

HEX 72 4F 70
Decimal 114 79 112
Binary 1110010 1001111 1110000
Octal 162 117 160

Shades and tints

Shades of #724F70

#724F70
(114,79,112)
#684866
(104,72,102)
#5E415C
(94,65,92)
#543A52
(84,58,82)
#4A3348
(74,51,72)
#402C3E
(64,44,62)
#362534
(54,37,52)
#2C1E2A
(44,30,42)
#221720
(34,23,32)
#181016
(24,16,22)
#0E090C
(14,9,12)
#000000
(0,0,0)

Tints of #724F70

#724F70
(114,79,112)
#7E5F7D
(126,95,125)
#8A6F8A
(138,111,138)
#967F97
(150,127,151)
#A28FA4
(162,143,164)
#AE9FB1
(174,159,177)
#BAAFBE
(186,175,190)
#C6BFCB
(198,191,203)
#D2CFD8
(210,207,216)
#DEDFE5
(222,223,229)
#EAEFF2
(234,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #724F70; }

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

This text font color is #724F70.

Background Color

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

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

This div background color is #724F70.

Border color

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

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

This div border color is #724F70.

Opacity

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

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

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

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

This text has shadow with #724F70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #724F70.

Preview

Color preview on black background

This text has color #724F70 on black background.


Color preview on white background

This text has color #724F70 on white background.


Black color preview on #724F70 background

This text has black color on #724F70 background.


White color preview on #724F70 background

This text has white color on #724F70 background.


Related colors

Complementary color

Complementary color for #hex is #8DB08F.


I love getcolorcode.com

Triadic colors

1 #70724F and #4F7072 with #724F70 are triadic colors.

2 #704F72 and #4F7270 with #724F70 are triadic colors.