COLOR #72885D

HEX: #72885D RGB: (114,136,93)

Color info

#72885D contains red, green and blue colors in about the same proportion. Web safe color of #72885D is #669966 (or #696).

RGB color model

#72885D color RGB value is (114,136,93).

RGB: (114,136,93) (45%, 53%, 36%)

RGB channels and saturation

R 114 of 255 = 45%
G 136 of 255 = 53%
B 93 of 255 = 36%

114
136
93

R + G + B ~ 45%. #72885D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 114 + 136 + 93 = 343 (100%)
R 114 of 343 ~ 33.24%
G 136 of 343 ~ 39.65%
B 93 of 343 ~ 27.11'%

%33.24
%39.65
%27.11

CMYK color model

#72885D color CMYK value is (16,0,32,47).

  • cyan value is 16.18%
  • magenta value is 0.00%
  • yellow value is 31.62%
  • key color value is 46.67%

CMYK: (16,0,32,47)
C16M0Y32K47 (16%, 0%, 32%, 47%)
(0.16 / 0.00 / 0.32 / 0.47)

CMYK percentages

%16.18
%0
%31.62
%46.67

Codes

Color #72885D in popluar color models

72 88 5D
RGB 114 136 93
HSL 91° 18.78% 44.90%
HSB/HSV 91° 31.62% 53.33%
CMYK 16.18% 0.00% 31.62%
46.67%

Color #72885D in popluar number systems.

HEX 72 88 5D
Decimal 114 136 93
Binary 1110010 10001000 1011101
Octal 162 210 135

Shades and tints

Shades of #72885D

#72885D
(114,136,93)
#687C55
(104,124,85)
#5E704D
(94,112,77)
#546445
(84,100,69)
#4A583D
(74,88,61)
#404C35
(64,76,53)
#36402D
(54,64,45)
#2C3425
(44,52,37)
#22281D
(34,40,29)
#181C15
(24,28,21)
#0E100D
(14,16,13)
#000000
(0,0,0)

Tints of #72885D

#72885D
(114,136,93)
#7E926B
(126,146,107)
#8A9C79
(138,156,121)
#96A687
(150,166,135)
#A2B095
(162,176,149)
#AEBAA3
(174,186,163)
#BAC4B1
(186,196,177)
#C6CEBF
(198,206,191)
#D2D8CD
(210,216,205)
#DEE2DB
(222,226,219)
#EAECE9
(234,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72885D color. Also use rgb(114,136,93) instead hex code.

Text Font Color

.myTextColor { color: #72885D; }

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

This text font color is #72885D.

Background Color

.myBgColor { background-color: #72885D; }

<div style="background-color:#72885D">Inner text</div>

This div background color is #72885D.

Border color

.myBorderColor { border: 1px solid #72885D; }

<div style="border:3px solid #72885D">Div</div>

This div border color is #72885D.

Opacity

.myOpacity80 { color: #72885D; opacity: 0.8; }

<p style="color:#72885D;opacity:0.8;">80%</p>

Text with #72885D 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 #72885D;}

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

This text has shadow with #72885D color.


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

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

This text has shadow with #72885D primary color and red secondary color.


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

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

This text has shadow with #72885D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #72885D.

Preview

Color preview on black background

This text has color #72885D on black background.


Color preview on white background

This text has color #72885D on white background.


Black color preview on #72885D background

This text has black color on #72885D background.


White color preview on #72885D background

This text has white color on #72885D background.


Related colors

Complementary color

Complementary color for #hex is #8D77A2.


I love getcolorcode.com

Triadic colors

1 #5D7288 and #885D72 with #72885D are triadic colors.

2 #5D8872 and #88725D with #72885D are triadic colors.