COLOR #72A079

HEX: #72A079 RGB: (114,160,121)

Color info

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

RGB color model

#72A079 color RGB value is (114,160,121).

RGB: (114,160,121) (45%, 63%, 47%)

RGB channels and saturation

R 114 of 255 = 45%
G 160 of 255 = 63%
B 121 of 255 = 47%

114
160
121

R + G + B ~ 52%. #72A079 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 114 + 160 + 121 = 395 (100%)
R 114 of 395 ~ 28.86%
G 160 of 395 ~ 40.51%
B 121 of 395 ~ 30.63'%

%28.86
%40.51
%30.63

CMYK color model

#72A079 color CMYK value is (29,0,24,37).

  • cyan value is 28.75%
  • magenta value is 0.00%
  • yellow value is 24.38%
  • key color value is 37.25%

CMYK: (29,0,24,37)
C29M0Y24K37 (29%, 0%, 24%, 37%)
(0.29 / 0.00 / 0.24 / 0.37)

CMYK percentages

%28.75
%0
%24.38
%37.25

Codes

Color #72A079 in popluar color models

72 A0 79
RGB 114 160 121
HSL 129° 19.49% 53.73%
HSB/HSV 129° 28.75% 62.75%
CMYK 28.75% 0.00% 24.38%
37.25%

Color #72A079 in popluar number systems.

HEX 72 A0 79
Decimal 114 160 121
Binary 1110010 10100000 1111001
Octal 162 240 171

Shades and tints

Shades of #72A079

#72A079
(114,160,121)
#68926E
(104,146,110)
#5E8463
(94,132,99)
#547658
(84,118,88)
#4A684D
(74,104,77)
#405A42
(64,90,66)
#364C37
(54,76,55)
#2C3E2C
(44,62,44)
#223021
(34,48,33)
#182216
(24,34,22)
#0E140B
(14,20,11)
#000000
(0,0,0)

Tints of #72A079

#72A079
(114,160,121)
#7EA885
(126,168,133)
#8AB091
(138,176,145)
#96B89D
(150,184,157)
#A2C0A9
(162,192,169)
#AEC8B5
(174,200,181)
#BAD0C1
(186,208,193)
#C6D8CD
(198,216,205)
#D2E0D9
(210,224,217)
#DEE8E5
(222,232,229)
#EAF0F1
(234,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72A079 color. Also use rgb(114,160,121) instead hex code.

Text Font Color

.myTextColor { color: #72A079; }

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

This text font color is #72A079.

Background Color

.myBgColor { background-color: #72A079; }

<div style="background-color:#72A079">Inner text</div>

This div background color is #72A079.

Border color

.myBorderColor { border: 1px solid #72A079; }

<div style="border:3px solid #72A079">Div</div>

This div border color is #72A079.

Opacity

.myOpacity80 { color: #72A079; opacity: 0.8; }

<p style="color:#72A079;opacity:0.8;">80%</p>

Text with #72A079 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 #72A079;}

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

This text has shadow with #72A079 color.


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

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

This text has shadow with #72A079 primary color and red secondary color.


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

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

This text has shadow with #72A079 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #72A079.

Preview

Color preview on black background

This text has color #72A079 on black background.


Color preview on white background

This text has color #72A079 on white background.


Black color preview on #72A079 background

This text has black color on #72A079 background.


White color preview on #72A079 background

This text has white color on #72A079 background.


Related colors

Complementary color

Complementary color for #hex is #8D5F86.


I love getcolorcode.com

Triadic colors

1 #7972A0 and #A07972 with #72A079 are triadic colors.

2 #79A072 and #A07279 with #72A079 are triadic colors.