COLOR #725F7B

HEX: #725F7B
RGB: (114,95,123)

Color info

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

RGB color model

#725F7B color RGB value is (114,95,123).

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

RGB channels and saturation

R 114 of 255 = 45%
G 95 of 255 = 37%
B 123 of 255 = 48%

114
95
123

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

Portions of RGB colors in percentages

R + G + B =
114 + 95 + 123 = 332 (100%)
R 114 of 332 ~ 34.34%
G 95 of 332 ~ 28.61%
B 123 of 332 ~ 37.05%

%34.34
%28.61
%37.05

CMYK color model

#725F7B color CMYK value is (7,23,0,52).

  • cyan value is 7.32%
  • magenta value is 22.76%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(7,23,0,52)
C7M23Y0K52 
(7%,23%,0%,52%)
(0.07/0.23/0.00/0.52)	

CMYK percentages

%7.32
%22.76
%0
%51.76

Codes

Color #725F7B in popluar color models

725F7B
RGB11495123
HSL281°12.84%42.75%
HSB/HSV281°22.76%48.24%
CMYK7.32%22.76%0.00%
51.76%

Color #725F7B in popluar number systems.

HEX725F7B
Decimal11495123
Binary111001010111111111011
Octal162137173

Shades and tints

Shades of #725F7B

#725F7B
(114,95,123)
#685770
(104,87,112)
#5E4F65
(94,79,101)
#54475A
(84,71,90)
#4A3F4F
(74,63,79)
#403744
(64,55,68)
#362F39
(54,47,57)
#2C272E
(44,39,46)
#221F23
(34,31,35)
#181718
(24,23,24)
#0E0F0D
(14,15,13)
#000000
(0,0,0)

Tints of #725F7B

#725F7B
(114,95,123)
#7E6D87
(126,109,135)
#8A7B93
(138,123,147)
#96899F
(150,137,159)
#A297AB
(162,151,171)
#AEA5B7
(174,165,183)
#BAB3C3
(186,179,195)
#C6C1CF
(198,193,207)
#D2CFDB
(210,207,219)
#DEDDE7
(222,221,231)
#EAEBF3
(234,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #725F7B; }

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

This text font color is #725F7B.


Background Color

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

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

This div background color is #725F7B.


Border color

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

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

This div border color is #725F7B.


Opacity

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

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

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

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

This text has shadow with #725F7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725F7B on black background.


Color preview on white background

This text has color #725F7B on white background.



Black color preview on #725F7B background

This text has black color on #725F7B background.


White color preview on #725F7B background

This text has white color on #725F7B background.