COLOR #725F77

HEX: #725F77
RGB: (114,95,119)

Color info

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

RGB color model

#725F77 color RGB value is (114,95,119).

  • red value is 114;
  • green value is 95;
  • blue value is 119.
RGB:
(114,95,119)
(45%,37%,47%)

RGB channels and saturation

R 114 of 255 = 45%
G 95 of 255 = 37%
B 119 of 255 = 47%

114
95
119

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

Portions of RGB colors in percentages

R + G + B =
114 + 95 + 119 = 328 (100%)
R 114 of 328 ~ 34.76%
G 95 of 328 ~ 28.96%
B 119 of 328 ~ 36.28%

%34.76
%28.96
%36.28

CMYK color model

#725F77 color CMYK value is (4,20,0,53).

  • cyan value is 4.20%
  • magenta value is 20.17%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(4,20,0,53)
C4M20Y0K53 
(4%,20%,0%,53%)
(0.04/0.20/0.00/0.53)	

CMYK percentages

%4.2
%20.17
%0
%53.33

Codes

Color #725F77 in popluar color models

725F77
RGB11495119
HSL288°11.21%41.96%
HSB/HSV288°20.17%46.67%
CMYK4.20%20.17%0.00%
53.33%

Color #725F77 in popluar number systems.

HEX725F77
Decimal11495119
Binary111001010111111110111
Octal162137167

Shades and tints

Shades of #725F77

#725F77
(114,95,119)
#68576D
(104,87,109)
#5E4F63
(94,79,99)
#544759
(84,71,89)
#4A3F4F
(74,63,79)
#403745
(64,55,69)
#362F3B
(54,47,59)
#2C2731
(44,39,49)
#221F27
(34,31,39)
#18171D
(24,23,29)
#0E0F13
(14,15,19)
#000000
(0,0,0)

Tints of #725F77

#725F77
(114,95,119)
#7E6D83
(126,109,131)
#8A7B8F
(138,123,143)
#96899B
(150,137,155)
#A297A7
(162,151,167)
#AEA5B3
(174,165,179)
#BAB3BF
(186,179,191)
#C6C1CB
(198,193,203)
#D2CFD7
(210,207,215)
#DEDDE3
(222,221,227)
#EAEBEF
(234,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #725F77 color. Also use rgb(114,95,119) instead hex code.

Text Font Color

.myTextColor { color: #725F77; }

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

This text font color is #725F77.


Background Color

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

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

This div background color is #725F77.


Border color

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

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

This div border color is #725F77.


Opacity

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

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

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

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

This text has shadow with #725F77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725F77 on black background.


Color preview on white background

This text has color #725F77 on white background.



Black color preview on #725F77 background

This text has black color on #725F77 background.


White color preview on #725F77 background

This text has white color on #725F77 background.