COLOR #72725A

HEX: #72725A RGB: (114,114,90)

Color info

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

RGB color model

#72725A color RGB value is (114,114,90).

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

RGB channels and saturation

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

114
114
90

R + G + B ~ 42%. #72725A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 114 + 114 + 90 = 318 (100%)
R 114 of 318 ~ 35.85%
G 114 of 318 ~ 35.85%
B 90 of 318 ~ 28.3'%

%35.85
%35.85
%28.3

CMYK color model

#72725A color CMYK value is (0,0,21,55).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 21.05%
  • key color value is 55.29%

CMYK: (0,0,21,55)
C0M0Y21K55 (0%, 0%, 21%, 55%)
(0.00 / 0.00 / 0.21 / 0.55)

CMYK percentages

%0
%0
%21.05
%55.29

Codes

Color #72725A in popluar color models

72 72 5A
RGB 114 114 90
HSL 60° 11.76% 40.00%
HSB/HSV 60° 21.05% 44.71%
CMYK 0.00% 0.00% 21.05%
55.29%

Color #72725A in popluar number systems.

HEX 72 72 5A
Decimal 114 114 90
Binary 1110010 1110010 1011010
Octal 162 162 132

Shades and tints

Shades of #72725A

#72725A
(114,114,90)
#686852
(104,104,82)
#5E5E4A
(94,94,74)
#545442
(84,84,66)
#4A4A3A
(74,74,58)
#404032
(64,64,50)
#36362A
(54,54,42)
#2C2C22
(44,44,34)
#22221A
(34,34,26)
#181812
(24,24,18)
#0E0E0A
(14,14,10)
#000000
(0,0,0)

Tints of #72725A

#72725A
(114,114,90)
#7E7E69
(126,126,105)
#8A8A78
(138,138,120)
#969687
(150,150,135)
#A2A296
(162,162,150)
#AEAEA5
(174,174,165)
#BABAB4
(186,186,180)
#C6C6C3
(198,198,195)
#D2D2D2
(210,210,210)
#DEDEE1
(222,222,225)
#EAEAF0
(234,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72725A; }

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

This text font color is #72725A.

Background Color

.myBgColor { background-color: #72725A; }

<div style="background-color:#72725A">Inner text</div>

This div background color is #72725A.

Border color

.myBorderColor { border: 1px solid #72725A; }

<div style="border:3px solid #72725A">Div</div>

This div border color is #72725A.

Opacity

.myOpacity80 { color: #72725A; opacity: 0.8; }

<p style="color:#72725A;opacity:0.8;">80%</p>

Text with #72725A 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 #72725A;}

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

This text has shadow with #72725A color.


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

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

This text has shadow with #72725A primary color and red secondary color.


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

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

This text has shadow with #72725A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #72725A.

Preview

Color preview on black background

This text has color #72725A on black background.


Color preview on white background

This text has color #72725A on white background.


Black color preview on #72725A background

This text has black color on #72725A background.


White color preview on #72725A background

This text has white color on #72725A background.


Related colors

Complementary color

Complementary color for #hex is #8D8DA5.


I love getcolorcode.com