COLOR #724A6F

HEX: #724A6F
RGB: (114,74,111)

Color info

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

RGB color model

#724A6F color RGB value is (114,74,111).

  • red value is 114;
  • green value is 74;
  • blue value is 111.
RGB:
(114,74,111)
(45%,29%,44%)

RGB channels and saturation

R 114 of 255 = 45%
G 74 of 255 = 29%
B 111 of 255 = 44%

114
74
111

R + G + B ~ 39%. #724A6F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 74 + 111 = 299 (100%)
R 114 of 299 ~ 38.13%
G 74 of 299 ~ 24.75%
B 111 of 299 ~ 37.12%

%38.13
%24.75
%37.12

CMYK color model

#724A6F color CMYK value is (0,35,3,55).

  • cyan value is 0.00%
  • magenta value is 35.09%
  • yellow value is 2.63%
  • key color value is 55.29%
CMYK:
(0,35,3,55)
C0M35Y3K55 
(0%,35%,3%,55%)
(0.00/0.35/0.03/0.55)	

CMYK percentages

%0
%35.09
%2.63
%55.29

Codes

Color #724A6F in popluar color models

724A6F
RGB11474111
HSL305°21.28%36.86%
HSB/HSV305°35.09%44.71%
CMYK0.00%35.09%2.63%
55.29%

Color #724A6F in popluar number systems.

HEX724A6F
Decimal11474111
Binary111001010010101101111
Octal162112157

Shades and tints

Shades of #724A6F

#724A6F
(114,74,111)
#684465
(104,68,101)
#5E3E5B
(94,62,91)
#543851
(84,56,81)
#4A3247
(74,50,71)
#402C3D
(64,44,61)
#362633
(54,38,51)
#2C2029
(44,32,41)
#221A1F
(34,26,31)
#181415
(24,20,21)
#0E0E0B
(14,14,11)
#000000
(0,0,0)

Tints of #724A6F

#724A6F
(114,74,111)
#7E5A7C
(126,90,124)
#8A6A89
(138,106,137)
#967A96
(150,122,150)
#A28AA3
(162,138,163)
#AE9AB0
(174,154,176)
#BAAABD
(186,170,189)
#C6BACA
(198,186,202)
#D2CAD7
(210,202,215)
#DEDAE4
(222,218,228)
#EAEAF1
(234,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #724A6F color. Also use rgb(114,74,111) instead hex code.

Text Font Color

.myTextColor { color: #724A6F; }

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

This text font color is #724A6F.


Background Color

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

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

This div background color is #724A6F.


Border color

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

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

This div border color is #724A6F.


Opacity

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

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

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

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

This text has shadow with #724A6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #724A6F on black background.


Color preview on white background

This text has color #724A6F on white background.



Black color preview on #724A6F background

This text has black color on #724A6F background.


White color preview on #724A6F background

This text has white color on #724A6F background.