COLOR #724E66

HEX: #724E66 RGB: (114,78,102)

Color info

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

RGB color model

#724E66 color RGB value is (114,78,102).

RGB: (114,78,102) (45%, 31%, 40%)

RGB channels and saturation

R 114 of 255 = 45%
G 78 of 255 = 31%
B 102 of 255 = 40%

114
78
102

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

Portions of RGB colors in percentages

R + G + B = 114 + 78 + 102 = 294 (100%)
R 114 of 294 ~ 38.78%
G 78 of 294 ~ 26.53%
B 102 of 294 ~ 34.69'%

%38.78
%26.53
%34.69

CMYK color model

#724E66 color CMYK value is (0,32,11,55).

  • cyan value is 0.00%
  • magenta value is 31.58%
  • yellow value is 10.53%
  • key color value is 55.29%

CMYK: (0,32,11,55)
C0M32Y11K55 (0%, 32%, 11%, 55%)
(0.00 / 0.32 / 0.11 / 0.55)

CMYK percentages

%0
%31.58
%10.53
%55.29

Codes

Color #724E66 in popluar color models

72 4E 66
RGB 114 78 102
HSL 320° 18.75% 37.65%
HSB/HSV 320° 31.58% 44.71%
CMYK 0.00% 31.58% 10.53%
55.29%

Color #724E66 in popluar number systems.

HEX 72 4E 66
Decimal 114 78 102
Binary 1110010 1001110 1100110
Octal 162 116 146

Shades and tints

Shades of #724E66

#724E66
(114,78,102)
#68475D
(104,71,93)
#5E4054
(94,64,84)
#54394B
(84,57,75)
#4A3242
(74,50,66)
#402B39
(64,43,57)
#362430
(54,36,48)
#2C1D27
(44,29,39)
#22161E
(34,22,30)
#180F15
(24,15,21)
#0E080C
(14,8,12)
#000000
(0,0,0)

Tints of #724E66

#724E66
(114,78,102)
#7E5E73
(126,94,115)
#8A6E80
(138,110,128)
#967E8D
(150,126,141)
#A28E9A
(162,142,154)
#AE9EA7
(174,158,167)
#BAAEB4
(186,174,180)
#C6BEC1
(198,190,193)
#D2CECE
(210,206,206)
#DEDEDB
(222,222,219)
#EAEEE8
(234,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #724E66; }

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

This text font color is #724E66.

Background Color

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

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

This div background color is #724E66.

Border color

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

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

This div border color is #724E66.

Opacity

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

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

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

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

This text has shadow with #724E66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #724E66.

Preview

Color preview on black background

This text has color #724E66 on black background.


Color preview on white background

This text has color #724E66 on white background.


Black color preview on #724E66 background

This text has black color on #724E66 background.


White color preview on #724E66 background

This text has white color on #724E66 background.


Related colors

Complementary color

Complementary color for #hex is #8DB199.


I love getcolorcode.com

Triadic colors

1 #66724E and #4E6672 with #724E66 are triadic colors.

2 #664E72 and #4E7266 with #724E66 are triadic colors.