COLOR #725D6A

HEX: #725D6A
RGB: (114,93,106)

Color info

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

RGB color model

#725D6A color RGB value is (114,93,106).

  • red value is 114;
  • green value is 93;
  • blue value is 106.
RGB:
(114,93,106)
(45%,36%,42%)

RGB channels and saturation

R 114 of 255 = 45%
G 93 of 255 = 36%
B 106 of 255 = 42%

114
93
106

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

Portions of RGB colors in percentages

R + G + B =
114 + 93 + 106 = 313 (100%)
R 114 of 313 ~ 36.42%
G 93 of 313 ~ 29.71%
B 106 of 313 ~ 33.87%

%36.42
%29.71
%33.87

CMYK color model

#725D6A color CMYK value is (0,18,7,55).

  • cyan value is 0.00%
  • magenta value is 18.42%
  • yellow value is 7.02%
  • key color value is 55.29%
CMYK:
(0,18,7,55)
C0M18Y7K55 
(0%,18%,7%,55%)
(0.00/0.18/0.07/0.55)	

CMYK percentages

%0
%18.42
%7.02
%55.29

Codes

Color #725D6A in popluar color models

725D6A
RGB11493106
HSL323°10.14%40.59%
HSB/HSV323°18.42%44.71%
CMYK0.00%18.42%7.02%
55.29%

Color #725D6A in popluar number systems.

HEX725D6A
Decimal11493106
Binary111001010111011101010
Octal162135152

Shades and tints

Shades of #725D6A

#725D6A
(114,93,106)
#685561
(104,85,97)
#5E4D58
(94,77,88)
#54454F
(84,69,79)
#4A3D46
(74,61,70)
#40353D
(64,53,61)
#362D34
(54,45,52)
#2C252B
(44,37,43)
#221D22
(34,29,34)
#181519
(24,21,25)
#0E0D10
(14,13,16)
#000000
(0,0,0)

Tints of #725D6A

#725D6A
(114,93,106)
#7E6B77
(126,107,119)
#8A7984
(138,121,132)
#968791
(150,135,145)
#A2959E
(162,149,158)
#AEA3AB
(174,163,171)
#BAB1B8
(186,177,184)
#C6BFC5
(198,191,197)
#D2CDD2
(210,205,210)
#DEDBDF
(222,219,223)
#EAE9EC
(234,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #725D6A color. Also use rgb(114,93,106) instead hex code.

Text Font Color

.myTextColor { color: #725D6A; }

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

This text font color is #725D6A.


Background Color

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

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

This div background color is #725D6A.


Border color

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

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

This div border color is #725D6A.


Opacity

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

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

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

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

This text has shadow with #725D6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725D6A on black background.


Color preview on white background

This text has color #725D6A on white background.



Black color preview on #725D6A background

This text has black color on #725D6A background.


White color preview on #725D6A background

This text has white color on #725D6A background.