COLOR #725F76

HEX: #725F76
RGB: (114,95,118)

Color info

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

RGB color model

#725F76 color RGB value is (114,95,118).

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

RGB channels and saturation

R 114 of 255 = 45%
G 95 of 255 = 37%
B 118 of 255 = 46%

114
95
118

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

Portions of RGB colors in percentages

R + G + B =
114 + 95 + 118 = 327 (100%)
R 114 of 327 ~ 34.86%
G 95 of 327 ~ 29.05%
B 118 of 327 ~ 36.09%

%34.86
%29.05
%36.09

CMYK color model

#725F76 color CMYK value is (3,19,0,54).

  • cyan value is 3.39%
  • magenta value is 19.49%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(3,19,0,54)
C3M19Y0K54 
(3%,19%,0%,54%)
(0.03/0.19/0.00/0.54)	

CMYK percentages

%3.39
%19.49
%0
%53.73

Codes

Color #725F76 in popluar color models

725F76
RGB11495118
HSL290°10.80%41.76%
HSB/HSV290°19.49%46.27%
CMYK3.39%19.49%0.00%
53.73%

Color #725F76 in popluar number systems.

HEX725F76
Decimal11495118
Binary111001010111111110110
Octal162137166

Shades and tints

Shades of #725F76

#725F76
(114,95,118)
#68576C
(104,87,108)
#5E4F62
(94,79,98)
#544758
(84,71,88)
#4A3F4E
(74,63,78)
#403744
(64,55,68)
#362F3A
(54,47,58)
#2C2730
(44,39,48)
#221F26
(34,31,38)
#18171C
(24,23,28)
#0E0F12
(14,15,18)
#000000
(0,0,0)

Tints of #725F76

#725F76
(114,95,118)
#7E6D82
(126,109,130)
#8A7B8E
(138,123,142)
#96899A
(150,137,154)
#A297A6
(162,151,166)
#AEA5B2
(174,165,178)
#BAB3BE
(186,179,190)
#C6C1CA
(198,193,202)
#D2CFD6
(210,207,214)
#DEDDE2
(222,221,226)
#EAEBEE
(234,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #725F76; }

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

This text font color is #725F76.


Background Color

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

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

This div background color is #725F76.


Border color

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

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

This div border color is #725F76.


Opacity

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

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

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

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

This text has shadow with #725F76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725F76 on black background.


Color preview on white background

This text has color #725F76 on white background.



Black color preview on #725F76 background

This text has black color on #725F76 background.


White color preview on #725F76 background

This text has white color on #725F76 background.