COLOR #725C6B

HEX: #725C6B RGB: (114,92,107)

Color info

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

RGB color model

#725C6B color RGB value is (114,92,107).

RGB: (114,92,107) (45%, 36%, 42%)

RGB channels and saturation

R 114 of 255 = 45%
G 92 of 255 = 36%
B 107 of 255 = 42%

114
92
107

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

Portions of RGB colors in percentages

R + G + B = 114 + 92 + 107 = 313 (100%)
R 114 of 313 ~ 36.42%
G 92 of 313 ~ 29.39%
B 107 of 313 ~ 34.19'%

%36.42
%29.39
%34.19

CMYK color model

#725C6B color CMYK value is (0,19,6,55).

  • cyan value is 0.00%
  • magenta value is 19.30%
  • yellow value is 6.14%
  • key color value is 55.29%

CMYK: (0,19,6,55)
C0M19Y6K55 (0%, 19%, 6%, 55%)
(0.00 / 0.19 / 0.06 / 0.55)

CMYK percentages

%0
%19.3
%6.14
%55.29

Codes

Color #725C6B in popluar color models

72 5C 6B
RGB 114 92 107
HSL 319° 10.68% 40.39%
HSB/HSV 319° 19.30% 44.71%
CMYK 0.00% 19.30% 6.14%
55.29%

Color #725C6B in popluar number systems.

HEX 72 5C 6B
Decimal 114 92 107
Binary 1110010 1011100 1101011
Octal 162 134 153

Shades and tints

Shades of #725C6B

#725C6B
(114,92,107)
#685462
(104,84,98)
#5E4C59
(94,76,89)
#544450
(84,68,80)
#4A3C47
(74,60,71)
#40343E
(64,52,62)
#362C35
(54,44,53)
#2C242C
(44,36,44)
#221C23
(34,28,35)
#18141A
(24,20,26)
#0E0C11
(14,12,17)
#000000
(0,0,0)

Tints of #725C6B

#725C6B
(114,92,107)
#7E6A78
(126,106,120)
#8A7885
(138,120,133)
#968692
(150,134,146)
#A2949F
(162,148,159)
#AEA2AC
(174,162,172)
#BAB0B9
(186,176,185)
#C6BEC6
(198,190,198)
#D2CCD3
(210,204,211)
#DEDAE0
(222,218,224)
#EAE8ED
(234,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #725C6B; }

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

This text font color is #725C6B.

Background Color

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

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

This div background color is #725C6B.

Border color

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

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

This div border color is #725C6B.

Opacity

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

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

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

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

This text has shadow with #725C6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #725C6B.

Preview

Color preview on black background

This text has color #725C6B on black background.


Color preview on white background

This text has color #725C6B on white background.


Black color preview on #725C6B background

This text has black color on #725C6B background.


White color preview on #725C6B background

This text has white color on #725C6B background.


Related colors

Complementary color

Complementary color for #hex is #8DA394.


I love getcolorcode.com

Triadic colors

1 #6B725C and #5C6B72 with #725C6B are triadic colors.

2 #6B5C72 and #5C726B with #725C6B are triadic colors.