COLOR #725D6D

HEX: #725D6D RGB: (114,93,109)

Color info

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

RGB color model

#725D6D color RGB value is (114,93,109).

RGB: (114,93,109) (45%, 36%, 43%)

RGB channels and saturation

R 114 of 255 = 45%
G 93 of 255 = 36%
B 109 of 255 = 43%

114
93
109

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

Portions of RGB colors in percentages

R + G + B = 114 + 93 + 109 = 316 (100%)
R 114 of 316 ~ 36.08%
G 93 of 316 ~ 29.43%
B 109 of 316 ~ 34.49'%

%36.08
%29.43
%34.49

CMYK color model

#725D6D color CMYK value is (0,18,4,55).

  • cyan value is 0.00%
  • magenta value is 18.42%
  • yellow value is 4.39%
  • key color value is 55.29%

CMYK: (0,18,4,55)
C0M18Y4K55 (0%, 18%, 4%, 55%)
(0.00 / 0.18 / 0.04 / 0.55)

CMYK percentages

%0
%18.42
%4.39
%55.29

Codes

Color #725D6D in popluar color models

72 5D 6D
RGB 114 93 109
HSL 314° 10.14% 40.59%
HSB/HSV 314° 18.42% 44.71%
CMYK 0.00% 18.42% 4.39%
55.29%

Color #725D6D in popluar number systems.

HEX 72 5D 6D
Decimal 114 93 109
Binary 1110010 1011101 1101101
Octal 162 135 155

Shades and tints

Shades of #725D6D

#725D6D
(114,93,109)
#685564
(104,85,100)
#5E4D5B
(94,77,91)
#544552
(84,69,82)
#4A3D49
(74,61,73)
#403540
(64,53,64)
#362D37
(54,45,55)
#2C252E
(44,37,46)
#221D25
(34,29,37)
#18151C
(24,21,28)
#0E0D13
(14,13,19)
#000000
(0,0,0)

Tints of #725D6D

#725D6D
(114,93,109)
#7E6B7A
(126,107,122)
#8A7987
(138,121,135)
#968794
(150,135,148)
#A295A1
(162,149,161)
#AEA3AE
(174,163,174)
#BAB1BB
(186,177,187)
#C6BFC8
(198,191,200)
#D2CDD5
(210,205,213)
#DEDBE2
(222,219,226)
#EAE9EF
(234,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #725D6D; }

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

This text font color is #725D6D.

Background Color

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

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

This div background color is #725D6D.

Border color

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

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

This div border color is #725D6D.

Opacity

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

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

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

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

This text has shadow with #725D6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #725D6D.

Preview

Color preview on black background

This text has color #725D6D on black background.


Color preview on white background

This text has color #725D6D on white background.


Black color preview on #725D6D background

This text has black color on #725D6D background.


White color preview on #725D6D background

This text has white color on #725D6D background.


Related colors

Complementary color

Complementary color for #hex is #8DA292.


I love getcolorcode.com

Triadic colors

1 #6D725D and #5D6D72 with #725D6D are triadic colors.

2 #6D5D72 and #5D726D with #725D6D are triadic colors.