COLOR #725A6B

HEX: #725A6B
RGB: (114,90,107)

Color info

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

RGB color model

#725A6B color RGB value is (114,90,107).

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

RGB channels and saturation

R 114 of 255 = 45%
G 90 of 255 = 35%
B 107 of 255 = 42%

114
90
107

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

Portions of RGB colors in percentages

R + G + B =
114 + 90 + 107 = 311 (100%)
R 114 of 311 ~ 36.66%
G 90 of 311 ~ 28.94%
B 107 of 311 ~ 34.41%

%36.66
%28.94
%34.41

CMYK color model

#725A6B color CMYK value is (0,21,6,55).

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 6.14%
  • key color value is 55.29%
CMYK:
(0,21,6,55)
C0M21Y6K55 
(0%,21%,6%,55%)
(0.00/0.21/0.06/0.55)	

CMYK percentages

%0
%21.05
%6.14
%55.29

Codes

Color #725A6B in popluar color models

725A6B
RGB11490107
HSL318°11.76%40.00%
HSB/HSV318°21.05%44.71%
CMYK0.00%21.05%6.14%
55.29%

Color #725A6B in popluar number systems.

HEX725A6B
Decimal11490107
Binary111001010110101101011
Octal162132153

Shades and tints

Shades of #725A6B

#725A6B
(114,90,107)
#685262
(104,82,98)
#5E4A59
(94,74,89)
#544250
(84,66,80)
#4A3A47
(74,58,71)
#40323E
(64,50,62)
#362A35
(54,42,53)
#2C222C
(44,34,44)
#221A23
(34,26,35)
#18121A
(24,18,26)
#0E0A11
(14,10,17)
#000000
(0,0,0)

Tints of #725A6B

#725A6B
(114,90,107)
#7E6978
(126,105,120)
#8A7885
(138,120,133)
#968792
(150,135,146)
#A2969F
(162,150,159)
#AEA5AC
(174,165,172)
#BAB4B9
(186,180,185)
#C6C3C6
(198,195,198)
#D2D2D3
(210,210,211)
#DEE1E0
(222,225,224)
#EAF0ED
(234,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #725A6B; }

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

This text font color is #725A6B.


Background Color

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

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

This div background color is #725A6B.


Border color

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

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

This div border color is #725A6B.


Opacity

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

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

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

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

This text has shadow with #725A6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725A6B on black background.


Color preview on white background

This text has color #725A6B on white background.



Black color preview on #725A6B background

This text has black color on #725A6B background.


White color preview on #725A6B background

This text has white color on #725A6B background.