COLOR #724E6E

HEX: #724E6E
RGB: (114,78,110)

Color info

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

RGB color model

#724E6E color RGB value is (114,78,110).

  • red value is 114;
  • green value is 78;
  • blue value is 110.
RGB:
(114,78,110)
(45%,31%,43%)

RGB channels and saturation

R 114 of 255 = 45%
G 78 of 255 = 31%
B 110 of 255 = 43%

114
78
110

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

Portions of RGB colors in percentages

R + G + B =
114 + 78 + 110 = 302 (100%)
R 114 of 302 ~ 37.75%
G 78 of 302 ~ 25.83%
B 110 of 302 ~ 36.42%

%37.75
%25.83
%36.42

CMYK color model

#724E6E color CMYK value is (0,32,4,55).

  • cyan value is 0.00%
  • magenta value is 31.58%
  • yellow value is 3.51%
  • key color value is 55.29%
CMYK:
(0,32,4,55)
C0M32Y4K55 
(0%,32%,4%,55%)
(0.00/0.32/0.04/0.55)	

CMYK percentages

%0
%31.58
%3.51
%55.29

Codes

Color #724E6E in popluar color models

724E6E
RGB11478110
HSL307°18.75%37.65%
HSB/HSV307°31.58%44.71%
CMYK0.00%31.58%3.51%
55.29%

Color #724E6E in popluar number systems.

HEX724E6E
Decimal11478110
Binary111001010011101101110
Octal162116156

Shades and tints

Shades of #724E6E

#724E6E
(114,78,110)
#684764
(104,71,100)
#5E405A
(94,64,90)
#543950
(84,57,80)
#4A3246
(74,50,70)
#402B3C
(64,43,60)
#362432
(54,36,50)
#2C1D28
(44,29,40)
#22161E
(34,22,30)
#180F14
(24,15,20)
#0E080A
(14,8,10)
#000000
(0,0,0)

Tints of #724E6E

#724E6E
(114,78,110)
#7E5E7B
(126,94,123)
#8A6E88
(138,110,136)
#967E95
(150,126,149)
#A28EA2
(162,142,162)
#AE9EAF
(174,158,175)
#BAAEBC
(186,174,188)
#C6BEC9
(198,190,201)
#D2CED6
(210,206,214)
#DEDEE3
(222,222,227)
#EAEEF0
(234,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #724E6E; }

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

This text font color is #724E6E.


Background Color

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

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

This div background color is #724E6E.


Border color

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

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

This div border color is #724E6E.


Opacity

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

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

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

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

This text has shadow with #724E6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #724E6E on black background.


Color preview on white background

This text has color #724E6E on white background.



Black color preview on #724E6E background

This text has black color on #724E6E background.


White color preview on #724E6E background

This text has white color on #724E6E background.