COLOR #725A4A

HEX: #725A4A RGB: (114,90,74)

Color info

#725A4A contains red, green and blue colors in about the same proportion. Web safe color of #725A4A is #666633 (or #663).

RGB color model

#725A4A color RGB value is (114,90,74).

RGB: (114,90,74) (45%, 35%, 29%)

RGB channels and saturation

R 114 of 255 = 45%
G 90 of 255 = 35%
B 74 of 255 = 29%

114
90
74

R + G + B ~ 36%. #725A4A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 114 + 90 + 74 = 278 (100%)
R 114 of 278 ~ 41.01%
G 90 of 278 ~ 32.37%
B 74 of 278 ~ 26.62'%

%41.01
%32.37
%26.62

CMYK color model

#725A4A color CMYK value is (0,21,35,55).

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 35.09%
  • key color value is 55.29%
CMYK: (0,21,35,55) C0M21Y35K55 (0%,21%,35%,55%) (0.00/0.21/0.35/0.55) 

CMYK percentages

%0
%21.05
%35.09
%55.29

Codes

Color #725A4A in popluar color models

72 5A 4A
RGB 114 90 74
HSL 24° 21.28% 36.86%
HSB/HSV 24° 35.09% 44.71%
CMYK 0.00% 21.05% 35.09%
55.29%

Color #725A4A in popluar number systems.

HEX 72 5A 4A
Decimal 114 90 74
Binary 1110010 1011010 1001010
Octal 162 132 112

Shades and tints

Shades of #725A4A

#725A4A
(114,90,74)
#685244
(104,82,68)
#5E4A3E
(94,74,62)
#544238
(84,66,56)
#4A3A32
(74,58,50)
#40322C
(64,50,44)
#362A26
(54,42,38)
#2C2220
(44,34,32)
#221A1A
(34,26,26)
#181214
(24,18,20)
#0E0A0E
(14,10,14)
#000000
(0,0,0)

Tints of #725A4A

#725A4A
(114,90,74)
#7E695A
(126,105,90)
#8A786A
(138,120,106)
#96877A
(150,135,122)
#A2968A
(162,150,138)
#AEA59A
(174,165,154)
#BAB4AA
(186,180,170)
#C6C3BA
(198,195,186)
#D2D2CA
(210,210,202)
#DEE1DA
(222,225,218)
#EAF0EA
(234,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #725A4A color. Also use rgb(114,90,74) instead hex code.

Text Font Color

.myTextColor { color: #725A4A; }

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

This text font color is #725A4A.

Background Color

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

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

This div background color is #725A4A.

Border color

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

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

This div border color is #725A4A.

Opacity

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

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

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

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

This text has shadow with #725A4A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #725A4A.

Preview

Color preview on black background

This text has color #725A4A on black background.


Color preview on white background

This text has color #725A4A on white background.


Black color preview on #725A4A background

This text has black color on #725A4A background.


White color preview on #725A4A background

This text has white color on #725A4A background.


Related colors

Complementary color

Complementary color for #hex is #8DA5B5.


I love getcolorcode.com

Triadic colors

1 #4A725A and #5A4A72 with #725A4A are triadic colors.

2 #4A5A72 and #5A724A with #725A4A are triadic colors.