COLOR #725A65

HEX: #725A65
RGB: (114,90,101)

Color info

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

RGB color model

#725A65 color RGB value is (114,90,101).

  • red value is 114;
  • green value is 90;
  • blue value is 101.
RGB:
(114,90,101)
(45%,35%,40%)

RGB channels and saturation

R 114 of 255 = 45%
G 90 of 255 = 35%
B 101 of 255 = 40%

114
90
101

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

Portions of RGB colors in percentages

R + G + B =
114 + 90 + 101 = 305 (100%)
R 114 of 305 ~ 37.38%
G 90 of 305 ~ 29.51%
B 101 of 305 ~ 33.11%

%37.38
%29.51
%33.11

CMYK color model

#725A65 color CMYK value is (0,21,11,55).

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 11.40%
  • key color value is 55.29%
CMYK:
(0,21,11,55)
C0M21Y11K55 
(0%,21%,11%,55%)
(0.00/0.21/0.11/0.55)	

CMYK percentages

%0
%21.05
%11.4
%55.29

Codes

Color #725A65 in popluar color models

725A65
RGB11490101
HSL333°11.76%40.00%
HSB/HSV333°21.05%44.71%
CMYK0.00%21.05%11.40%
55.29%

Color #725A65 in popluar number systems.

HEX725A65
Decimal11490101
Binary111001010110101100101
Octal162132145

Shades and tints

Shades of #725A65

#725A65
(114,90,101)
#68525C
(104,82,92)
#5E4A53
(94,74,83)
#54424A
(84,66,74)
#4A3A41
(74,58,65)
#403238
(64,50,56)
#362A2F
(54,42,47)
#2C2226
(44,34,38)
#221A1D
(34,26,29)
#181214
(24,18,20)
#0E0A0B
(14,10,11)
#000000
(0,0,0)

Tints of #725A65

#725A65
(114,90,101)
#7E6973
(126,105,115)
#8A7881
(138,120,129)
#96878F
(150,135,143)
#A2969D
(162,150,157)
#AEA5AB
(174,165,171)
#BAB4B9
(186,180,185)
#C6C3C7
(198,195,199)
#D2D2D5
(210,210,213)
#DEE1E3
(222,225,227)
#EAF0F1
(234,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #725A65 color. Also use rgb(114,90,101) instead hex code.

Text Font Color

.myTextColor { color: #725A65; }

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

This text font color is #725A65.


Background Color

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

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

This div background color is #725A65.


Border color

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

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

This div border color is #725A65.


Opacity

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

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

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

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

This text has shadow with #725A65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725A65 on black background.


Color preview on white background

This text has color #725A65 on white background.



Black color preview on #725A65 background

This text has black color on #725A65 background.


White color preview on #725A65 background

This text has white color on #725A65 background.