COLOR #724D75

HEX: #724D75
RGB: (114,77,117)

Color info

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

RGB color model

#724D75 color RGB value is (114,77,117).

  • red value is 114;
  • green value is 77;
  • blue value is 117.
RGB:
(114,77,117)
(45%,30%,46%)

RGB channels and saturation

R 114 of 255 = 45%
G 77 of 255 = 30%
B 117 of 255 = 46%

114
77
117

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

Portions of RGB colors in percentages

R + G + B =
114 + 77 + 117 = 308 (100%)
R 114 of 308 ~ 37.01%
G 77 of 308 ~ 25%
B 117 of 308 ~ 37.99%

%37.01
%25
%37.99

CMYK color model

#724D75 color CMYK value is (3,34,0,54).

  • cyan value is 2.56%
  • magenta value is 34.19%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(3,34,0,54)
C3M34Y0K54 
(3%,34%,0%,54%)
(0.03/0.34/0.00/0.54)	

CMYK percentages

%2.56
%34.19
%0
%54.12

Codes

Color #724D75 in popluar color models

724D75
RGB11477117
HSL296°20.62%38.04%
HSB/HSV296°34.19%45.88%
CMYK2.56%34.19%0.00%
54.12%

Color #724D75 in popluar number systems.

HEX724D75
Decimal11477117
Binary111001010011011110101
Octal162115165

Shades and tints

Shades of #724D75

#724D75
(114,77,117)
#68466B
(104,70,107)
#5E3F61
(94,63,97)
#543857
(84,56,87)
#4A314D
(74,49,77)
#402A43
(64,42,67)
#362339
(54,35,57)
#2C1C2F
(44,28,47)
#221525
(34,21,37)
#180E1B
(24,14,27)
#0E0711
(14,7,17)
#000000
(0,0,0)

Tints of #724D75

#724D75
(114,77,117)
#7E5D81
(126,93,129)
#8A6D8D
(138,109,141)
#967D99
(150,125,153)
#A28DA5
(162,141,165)
#AE9DB1
(174,157,177)
#BAADBD
(186,173,189)
#C6BDC9
(198,189,201)
#D2CDD5
(210,205,213)
#DEDDE1
(222,221,225)
#EAEDED
(234,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #724D75 color. Also use rgb(114,77,117) instead hex code.

Text Font Color

.myTextColor { color: #724D75; }

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

This text font color is #724D75.


Background Color

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

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

This div background color is #724D75.


Border color

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

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

This div border color is #724D75.


Opacity

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

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

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

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

This text has shadow with #724D75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #724D75 on black background.


Color preview on white background

This text has color #724D75 on white background.



Black color preview on #724D75 background

This text has black color on #724D75 background.


White color preview on #724D75 background

This text has white color on #724D75 background.