COLOR #72A59B

HEX: #72A59B RGB: (114,165,155)

Color info

#72A59B contains red, green and blue colors in about the same proportion. Web safe color of #72A59B is #669999 (or #699).

RGB color model

#72A59B color RGB value is (114,165,155).

RGB: (114,165,155) (45%, 65%, 61%)

RGB channels and saturation

R 114 of 255 = 45%
G 165 of 255 = 65%
B 155 of 255 = 61%

114
165
155

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

Portions of RGB colors in percentages

R + G + B = 114 + 165 + 155 = 434 (100%)
R 114 of 434 ~ 26.27%
G 165 of 434 ~ 38.02%
B 155 of 434 ~ 35.71'%

%26.27
%38.02
%35.71

CMYK color model

#72A59B color CMYK value is (31,0,6,35).

  • cyan value is 30.91%
  • magenta value is 0.00%
  • yellow value is 6.06%
  • key color value is 35.29%
CMYK: (31,0,6,35) C31M0Y6K35 (31%,0%,6%,35%) (0.31/0.00/0.06/0.35) 

CMYK percentages

%30.91
%0
%6.06
%35.29

Codes

Color #72A59B in popluar color models

72 A5 9B
RGB 114 165 155
HSL 168° 22.08% 54.71%
HSB/HSV 168° 30.91% 64.71%
CMYK 30.91% 0.00% 6.06%
35.29%

Color #72A59B in popluar number systems.

HEX 72 A5 9B
Decimal 114 165 155
Binary 1110010 10100101 10011011
Octal 162 245 233

Shades and tints

Shades of #72A59B

#72A59B
(114,165,155)
#68968D
(104,150,141)
#5E877F
(94,135,127)
#547871
(84,120,113)
#4A6963
(74,105,99)
#405A55
(64,90,85)
#364B47
(54,75,71)
#2C3C39
(44,60,57)
#222D2B
(34,45,43)
#181E1D
(24,30,29)
#0E0F0F
(14,15,15)
#000000
(0,0,0)

Tints of #72A59B

#72A59B
(114,165,155)
#7EADA4
(126,173,164)
#8AB5AD
(138,181,173)
#96BDB6
(150,189,182)
#A2C5BF
(162,197,191)
#AECDC8
(174,205,200)
#BAD5D1
(186,213,209)
#C6DDDA
(198,221,218)
#D2E5E3
(210,229,227)
#DEEDEC
(222,237,236)
#EAF5F5
(234,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72A59B color. Also use rgb(114,165,155) instead hex code.

Text Font Color

.myTextColor { color: #72A59B; }

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

This text font color is #72A59B.

Background Color

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

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

This div background color is #72A59B.

Border color

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

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

This div border color is #72A59B.

Opacity

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

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

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

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

This text has shadow with #72A59B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72A59B.

Preview

Color preview on black background

This text has color #72A59B on black background.


Color preview on white background

This text has color #72A59B on white background.


Black color preview on #72A59B background

This text has black color on #72A59B background.


White color preview on #72A59B background

This text has white color on #72A59B background.


Related colors

Complementary color

Complementary color for #hex is #8D5A64.


I love getcolorcode.com

Triadic colors

1 #9B72A5 and #A59B72 with #72A59B are triadic colors.

2 #9BA572 and #A5729B with #72A59B are triadic colors.