COLOR #725E6A

HEX: #725E6A RGB: (114,94,106)

Color info

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

RGB color model

#725E6A color RGB value is (114,94,106).

RGB: (114,94,106) (45%, 37%, 42%)

RGB channels and saturation

R 114 of 255 = 45%
G 94 of 255 = 37%
B 106 of 255 = 42%

114
94
106

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

Portions of RGB colors in percentages

R + G + B = 114 + 94 + 106 = 314 (100%)
R 114 of 314 ~ 36.31%
G 94 of 314 ~ 29.94%
B 106 of 314 ~ 33.76'%

%36.31
%29.94
%33.76

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.54%
  • 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
%17.54
%7.02
%55.29

Codes

Color #725E6A in popluar color models

72 5E 6A
RGB 114 94 106
HSL 324° 9.62% 40.78%
HSB/HSV 324° 17.54% 44.71%
CMYK 0.00% 17.54% 7.02%
55.29%

Color #725E6A in popluar number systems.

HEX 72 5E 6A
Decimal 114 94 106
Binary 1110010 1011110 1101010
Octal 162 136 152

Shades and tints

Shades of #725E6A

#725E6A
(114,94,106)
#685661
(104,86,97)
#5E4E58
(94,78,88)
#54464F
(84,70,79)
#4A3E46
(74,62,70)
#40363D
(64,54,61)
#362E34
(54,46,52)
#2C262B
(44,38,43)
#221E22
(34,30,34)
#181619
(24,22,25)
#0E0E10
(14,14,16)
#000000
(0,0,0)

Tints of #725E6A

#725E6A
(114,94,106)
#7E6C77
(126,108,119)
#8A7A84
(138,122,132)
#968891
(150,136,145)
#A2969E
(162,150,158)
#AEA4AB
(174,164,171)
#BAB2B8
(186,178,184)
#C6C0C5
(198,192,197)
#D2CED2
(210,206,210)
#DEDCDF
(222,220,223)
#EAEAEC
(234,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #725E6A; }

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

This text font color is #725E6A.

Background Color

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

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

This div background color is #725E6A.

Border color

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

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

This div border color is #725E6A.

Opacity

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

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

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

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

This text has shadow with #725E6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #725E6A.

Preview

Color preview on black background

This text has color #725E6A on black background.


Color preview on white background

This text has color #725E6A on white background.


Black color preview on #725E6A background

This text has black color on #725E6A background.


White color preview on #725E6A background

This text has white color on #725E6A background.


Related colors

Complementary color

Complementary color for #hex is #8DA195.


I love getcolorcode.com

Triadic colors

1 #6A725E and #5E6A72 with #725E6A are triadic colors.

2 #6A5E72 and #5E726A with #725E6A are triadic colors.