COLOR #725B60

HEX: #725B60
RGB: (114,91,96)

Color info

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

RGB color model

#725B60 color RGB value is (114,91,96).

  • red value is 114;
  • green value is 91;
  • blue value is 96.
RGB:
(114,91,96)
(45%,36%,38%)

RGB channels and saturation

R 114 of 255 = 45%
G 91 of 255 = 36%
B 96 of 255 = 38%

114
91
96

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

Portions of RGB colors in percentages

R + G + B =
114 + 91 + 96 = 301 (100%)
R 114 of 301 ~ 37.87%
G 91 of 301 ~ 30.23%
B 96 of 301 ~ 31.89%

%37.87
%30.23
%31.89

CMYK color model

#725B60 color CMYK value is (0,20,16,55).

  • cyan value is 0.00%
  • magenta value is 20.18%
  • yellow value is 15.79%
  • key color value is 55.29%
CMYK:
(0,20,16,55)
C0M20Y16K55 
(0%,20%,16%,55%)
(0.00/0.20/0.16/0.55)	

CMYK percentages

%0
%20.18
%15.79
%55.29

Codes

Color #725B60 in popluar color models

725B60
RGB1149196
HSL347°11.22%40.20%
HSB/HSV347°20.18%44.71%
CMYK0.00%20.18%15.79%
55.29%

Color #725B60 in popluar number systems.

HEX725B60
Decimal1149196
Binary111001010110111100000
Octal162133140

Shades and tints

Shades of #725B60

#725B60
(114,91,96)
#685358
(104,83,88)
#5E4B50
(94,75,80)
#544348
(84,67,72)
#4A3B40
(74,59,64)
#403338
(64,51,56)
#362B30
(54,43,48)
#2C2328
(44,35,40)
#221B20
(34,27,32)
#181318
(24,19,24)
#0E0B10
(14,11,16)
#000000
(0,0,0)

Tints of #725B60

#725B60
(114,91,96)
#7E696E
(126,105,110)
#8A777C
(138,119,124)
#96858A
(150,133,138)
#A29398
(162,147,152)
#AEA1A6
(174,161,166)
#BAAFB4
(186,175,180)
#C6BDC2
(198,189,194)
#D2CBD0
(210,203,208)
#DED9DE
(222,217,222)
#EAE7EC
(234,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #725B60 color. Also use rgb(114,91,96) instead hex code.

Text Font Color

.myTextColor { color: #725B60; }

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

This text font color is #725B60.


Background Color

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

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

This div background color is #725B60.


Border color

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

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

This div border color is #725B60.


Opacity

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

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

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

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

This text has shadow with #725B60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725B60 on black background.


Color preview on white background

This text has color #725B60 on white background.



Black color preview on #725B60 background

This text has black color on #725B60 background.


White color preview on #725B60 background

This text has white color on #725B60 background.