COLOR #725D78

HEX: #725D78
RGB: (114,93,120)

Color info

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

RGB color model

#725D78 color RGB value is (114,93,120).

  • red value is 114;
  • green value is 93;
  • blue value is 120.
RGB:
(114,93,120)
(45%,36%,47%)

RGB channels and saturation

R 114 of 255 = 45%
G 93 of 255 = 36%
B 120 of 255 = 47%

114
93
120

R + G + B ~ 43%. #725D78 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 93 + 120 = 327 (100%)
R 114 of 327 ~ 34.86%
G 93 of 327 ~ 28.44%
B 120 of 327 ~ 36.7%

%34.86
%28.44
%36.7

CMYK color model

#725D78 color CMYK value is (5,23,0,53).

  • cyan value is 5.00%
  • magenta value is 22.50%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(5,23,0,53)
C5M23Y0K53 
(5%,23%,0%,53%)
(0.05/0.23/0.00/0.53)	

CMYK percentages

%5
%22.5
%0
%52.94

Codes

Color #725D78 in popluar color models

725D78
RGB11493120
HSL287°12.68%41.76%
HSB/HSV287°22.50%47.06%
CMYK5.00%22.50%0.00%
52.94%

Color #725D78 in popluar number systems.

HEX725D78
Decimal11493120
Binary111001010111011111000
Octal162135170

Shades and tints

Shades of #725D78

#725D78
(114,93,120)
#68556E
(104,85,110)
#5E4D64
(94,77,100)
#54455A
(84,69,90)
#4A3D50
(74,61,80)
#403546
(64,53,70)
#362D3C
(54,45,60)
#2C2532
(44,37,50)
#221D28
(34,29,40)
#18151E
(24,21,30)
#0E0D14
(14,13,20)
#000000
(0,0,0)

Tints of #725D78

#725D78
(114,93,120)
#7E6B84
(126,107,132)
#8A7990
(138,121,144)
#96879C
(150,135,156)
#A295A8
(162,149,168)
#AEA3B4
(174,163,180)
#BAB1C0
(186,177,192)
#C6BFCC
(198,191,204)
#D2CDD8
(210,205,216)
#DEDBE4
(222,219,228)
#EAE9F0
(234,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #725D78 color. Also use rgb(114,93,120) instead hex code.

Text Font Color

.myTextColor { color: #725D78; }

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

This text font color is #725D78.


Background Color

.myBgColor { background-color: #725D78; }

<div style="background-color:#725D78">Inner text</div>

This div background color is #725D78.


Border color

.myBorderColor { border: 1px solid #725D78; }

<div style="border:3px solid #725D78">Div</div>

This div border color is #725D78.


Opacity

.myOpacity80 { color: #725D78; opacity: 0.8; }

<p style="color:#725D78;opacity:0.8;">80%</p>

Text with #725D78 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 #725D78;}

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

This text has shadow with #725D78 color.

.textShadow {text-shadow: 3px 3px 1px #725D78, 3px 3px 1px red;}

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

This text has shadow with #725D78 primary color and red secondary color.


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

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

This text has shadow with #725D78 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725D78 on black background.


Color preview on white background

This text has color #725D78 on white background.



Black color preview on #725D78 background

This text has black color on #725D78 background.


White color preview on #725D78 background

This text has white color on #725D78 background.