COLOR #725D64

HEX: #725D64 RGB: (114,93,100)

Color info

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

RGB color model

#725D64 color RGB value is (114,93,100).

RGB: (114,93,100) (45%, 36%, 39%)

RGB channels and saturation

R 114 of 255 = 45%
G 93 of 255 = 36%
B 100 of 255 = 39%

114
93
100

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

Portions of RGB colors in percentages

R + G + B = 114 + 93 + 100 = 307 (100%)
R 114 of 307 ~ 37.13%
G 93 of 307 ~ 30.29%
B 100 of 307 ~ 32.57'%

%37.13
%30.29
%32.57

CMYK color model

#725D64 color CMYK value is (0,18,12,55).

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

CMYK: (0,18,12,55)
C0M18Y12K55 (0%, 18%, 12%, 55%)
(0.00 / 0.18 / 0.12 / 0.55)

CMYK percentages

%0
%18.42
%12.28
%55.29

Codes

Color #725D64 in popluar color models

72 5D 64
RGB 114 93 100
HSL 340° 10.14% 40.59%
HSB/HSV 340° 18.42% 44.71%
CMYK 0.00% 18.42% 12.28%
55.29%

Color #725D64 in popluar number systems.

HEX 72 5D 64
Decimal 114 93 100
Binary 1110010 1011101 1100100
Octal 162 135 144

Shades and tints

Shades of #725D64

#725D64
(114,93,100)
#68555B
(104,85,91)
#5E4D52
(94,77,82)
#544549
(84,69,73)
#4A3D40
(74,61,64)
#403537
(64,53,55)
#362D2E
(54,45,46)
#2C2525
(44,37,37)
#221D1C
(34,29,28)
#181513
(24,21,19)
#0E0D0A
(14,13,10)
#000000
(0,0,0)

Tints of #725D64

#725D64
(114,93,100)
#7E6B72
(126,107,114)
#8A7980
(138,121,128)
#96878E
(150,135,142)
#A2959C
(162,149,156)
#AEA3AA
(174,163,170)
#BAB1B8
(186,177,184)
#C6BFC6
(198,191,198)
#D2CDD4
(210,205,212)
#DEDBE2
(222,219,226)
#EAE9F0
(234,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #725D64; }

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

This text font color is #725D64.

Background Color

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

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

This div background color is #725D64.

Border color

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

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

This div border color is #725D64.

Opacity

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

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

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

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

This text has shadow with #725D64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #725D64.

Preview

Color preview on black background

This text has color #725D64 on black background.


Color preview on white background

This text has color #725D64 on white background.


Black color preview on #725D64 background

This text has black color on #725D64 background.


White color preview on #725D64 background

This text has white color on #725D64 background.


Related colors

Complementary color

Complementary color for #hex is #8DA29B.


I love getcolorcode.com

Triadic colors

1 #64725D and #5D6472 with #725D64 are triadic colors.

2 #645D72 and #5D7264 with #725D64 are triadic colors.