COLOR #725B6E

HEX: #725B6E
RGB: (114,91,110)

Color info

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

RGB color model

#725B6E color RGB value is (114,91,110).

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

RGB channels and saturation

R 114 of 255 = 45%
G 91 of 255 = 36%
B 110 of 255 = 43%

114
91
110

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

Portions of RGB colors in percentages

R + G + B =
114 + 91 + 110 = 315 (100%)
R 114 of 315 ~ 36.19%
G 91 of 315 ~ 28.89%
B 110 of 315 ~ 34.92%

%36.19
%28.89
%34.92

CMYK color model

#725B6E color CMYK value is (0,20,4,55).

  • cyan value is 0.00%
  • magenta value is 20.18%
  • yellow value is 3.51%
  • key color value is 55.29%
CMYK:
(0,20,4,55)
C0M20Y4K55 
(0%,20%,4%,55%)
(0.00/0.20/0.04/0.55)	

CMYK percentages

%0
%20.18
%3.51
%55.29

Codes

Color #725B6E in popluar color models

725B6E
RGB11491110
HSL310°11.22%40.20%
HSB/HSV310°20.18%44.71%
CMYK0.00%20.18%3.51%
55.29%

Color #725B6E in popluar number systems.

HEX725B6E
Decimal11491110
Binary111001010110111101110
Octal162133156

Shades and tints

Shades of #725B6E

#725B6E
(114,91,110)
#685364
(104,83,100)
#5E4B5A
(94,75,90)
#544350
(84,67,80)
#4A3B46
(74,59,70)
#40333C
(64,51,60)
#362B32
(54,43,50)
#2C2328
(44,35,40)
#221B1E
(34,27,30)
#181314
(24,19,20)
#0E0B0A
(14,11,10)
#000000
(0,0,0)

Tints of #725B6E

#725B6E
(114,91,110)
#7E697B
(126,105,123)
#8A7788
(138,119,136)
#968595
(150,133,149)
#A293A2
(162,147,162)
#AEA1AF
(174,161,175)
#BAAFBC
(186,175,188)
#C6BDC9
(198,189,201)
#D2CBD6
(210,203,214)
#DED9E3
(222,217,227)
#EAE7F0
(234,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #725B6E; }

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

This text font color is #725B6E.


Background Color

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

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

This div background color is #725B6E.


Border color

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

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

This div border color is #725B6E.


Opacity

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

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

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

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

This text has shadow with #725B6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725B6E on black background.


Color preview on white background

This text has color #725B6E on white background.



Black color preview on #725B6E background

This text has black color on #725B6E background.


White color preview on #725B6E background

This text has white color on #725B6E background.