COLOR #725F7F

HEX: #725F7F
RGB: (114,95,127)

Color info

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

RGB color model

#725F7F color RGB value is (114,95,127).

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

RGB channels and saturation

R 114 of 255 = 45%
G 95 of 255 = 37%
B 127 of 255 = 50%

114
95
127

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

Portions of RGB colors in percentages

R + G + B =
114 + 95 + 127 = 336 (100%)
R 114 of 336 ~ 33.93%
G 95 of 336 ~ 28.27%
B 127 of 336 ~ 37.8%

%33.93
%28.27
%37.8

CMYK color model

#725F7F color CMYK value is (10,25,0,50).

  • cyan value is 10.24%
  • magenta value is 25.20%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(10,25,0,50)
C10M25Y0K50 
(10%,25%,0%,50%)
(0.10/0.25/0.00/0.50)	

CMYK percentages

%10.24
%25.2
%0
%50.2

Codes

Color #725F7F in popluar color models

725F7F
RGB11495127
HSL276°14.41%43.53%
HSB/HSV276°25.20%49.80%
CMYK10.24%25.20%0.00%
50.20%

Color #725F7F in popluar number systems.

HEX725F7F
Decimal11495127
Binary111001010111111111111
Octal162137177

Shades and tints

Shades of #725F7F

#725F7F
(114,95,127)
#685774
(104,87,116)
#5E4F69
(94,79,105)
#54475E
(84,71,94)
#4A3F53
(74,63,83)
#403748
(64,55,72)
#362F3D
(54,47,61)
#2C2732
(44,39,50)
#221F27
(34,31,39)
#18171C
(24,23,28)
#0E0F11
(14,15,17)
#000000
(0,0,0)

Tints of #725F7F

#725F7F
(114,95,127)
#7E6D8A
(126,109,138)
#8A7B95
(138,123,149)
#9689A0
(150,137,160)
#A297AB
(162,151,171)
#AEA5B6
(174,165,182)
#BAB3C1
(186,179,193)
#C6C1CC
(198,193,204)
#D2CFD7
(210,207,215)
#DEDDE2
(222,221,226)
#EAEBED
(234,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #725F7F; }

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

This text font color is #725F7F.


Background Color

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

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

This div background color is #725F7F.


Border color

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

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

This div border color is #725F7F.


Opacity

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

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

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

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

This text has shadow with #725F7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725F7F on black background.


Color preview on white background

This text has color #725F7F on white background.



Black color preview on #725F7F background

This text has black color on #725F7F background.


White color preview on #725F7F background

This text has white color on #725F7F background.