COLOR #72A575

HEX: #72A575 RGB: (114,165,117)

Color info

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

RGB color model

#72A575 color RGB value is (114,165,117).

RGB: (114,165,117) (45%, 65%, 46%)

RGB channels and saturation

R 114 of 255 = 45%
G 165 of 255 = 65%
B 117 of 255 = 46%

114
165
117

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

Portions of RGB colors in percentages

R + G + B = 114 + 165 + 117 = 396 (100%)
R 114 of 396 ~ 28.79%
G 165 of 396 ~ 41.67%
B 117 of 396 ~ 29.55'%

%28.79
%41.67
%29.55

CMYK color model

#72A575 color CMYK value is (31,0,29,35).

  • cyan value is 30.91%
  • magenta value is 0.00%
  • yellow value is 29.09%
  • key color value is 35.29%

CMYK: (31,0,29,35)
C31M0Y29K35 (31%, 0%, 29%, 35%)
(0.31 / 0.00 / 0.29 / 0.35)

CMYK percentages

%30.91
%0
%29.09
%35.29

Codes

Color #72A575 in popluar color models

72 A5 75
RGB 114 165 117
HSL 124° 22.08% 54.71%
HSB/HSV 124° 30.91% 64.71%
CMYK 30.91% 0.00% 29.09%
35.29%

Color #72A575 in popluar number systems.

HEX 72 A5 75
Decimal 114 165 117
Binary 1110010 10100101 1110101
Octal 162 245 165

Shades and tints

Shades of #72A575

#72A575
(114,165,117)
#68966B
(104,150,107)
#5E8761
(94,135,97)
#547857
(84,120,87)
#4A694D
(74,105,77)
#405A43
(64,90,67)
#364B39
(54,75,57)
#2C3C2F
(44,60,47)
#222D25
(34,45,37)
#181E1B
(24,30,27)
#0E0F11
(14,15,17)
#000000
(0,0,0)

Tints of #72A575

#72A575
(114,165,117)
#7EAD81
(126,173,129)
#8AB58D
(138,181,141)
#96BD99
(150,189,153)
#A2C5A5
(162,197,165)
#AECDB1
(174,205,177)
#BAD5BD
(186,213,189)
#C6DDC9
(198,221,201)
#D2E5D5
(210,229,213)
#DEEDE1
(222,237,225)
#EAF5ED
(234,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72A575; }

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

This text font color is #72A575.

Background Color

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

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

This div background color is #72A575.

Border color

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

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

This div border color is #72A575.

Opacity

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

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

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

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

This text has shadow with #72A575 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72A575.

Preview

Color preview on black background

This text has color #72A575 on black background.


Color preview on white background

This text has color #72A575 on white background.


Black color preview on #72A575 background

This text has black color on #72A575 background.


White color preview on #72A575 background

This text has white color on #72A575 background.


Related colors

Complementary color

Complementary color for #hex is #8D5A8A.


I love getcolorcode.com

Triadic colors

1 #7572A5 and #A57572 with #72A575 are triadic colors.

2 #75A572 and #A57275 with #72A575 are triadic colors.