COLOR #72A791

HEX: #72A791
RGB: (114,167,145)

Color info

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

RGB color model

#72A791 color RGB value is (114,167,145).

  • red value is 114;
  • green value is 167;
  • blue value is 145.
RGB:
(114,167,145)
(45%,65%,57%)

RGB channels and saturation

R 114 of 255 = 45%
G 167 of 255 = 65%
B 145 of 255 = 57%

114
167
145

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

Portions of RGB colors in percentages

R + G + B =
114 + 167 + 145 = 426 (100%)
R 114 of 426 ~ 26.76%
G 167 of 426 ~ 39.2%
B 145 of 426 ~ 34.04%

%26.76
%39.2
%34.04

CMYK color model

#72A791 color CMYK value is (32,0,13,35).

  • cyan value is 31.74%
  • magenta value is 0.00%
  • yellow value is 13.17%
  • key color value is 34.51%
CMYK:
(32,0,13,35)
C32M0Y13K35 
(32%,0%,13%,35%)
(0.32/0.00/0.13/0.35)	

CMYK percentages

%31.74
%0
%13.17
%34.51

Codes

Color #72A791 in popluar color models

72A791
RGB114167145
HSL155°23.14%55.10%
HSB/HSV155°31.74%65.49%
CMYK31.74%0.00%13.17%
34.51%

Color #72A791 in popluar number systems.

HEX72A791
Decimal114167145
Binary11100101010011110010001
Octal162247221

Shades and tints

Shades of #72A791

#72A791
(114,167,145)
#689884
(104,152,132)
#5E8977
(94,137,119)
#547A6A
(84,122,106)
#4A6B5D
(74,107,93)
#405C50
(64,92,80)
#364D43
(54,77,67)
#2C3E36
(44,62,54)
#222F29
(34,47,41)
#18201C
(24,32,28)
#0E110F
(14,17,15)
#000000
(0,0,0)

Tints of #72A791

#72A791
(114,167,145)
#7EAF9B
(126,175,155)
#8AB7A5
(138,183,165)
#96BFAF
(150,191,175)
#A2C7B9
(162,199,185)
#AECFC3
(174,207,195)
#BAD7CD
(186,215,205)
#C6DFD7
(198,223,215)
#D2E7E1
(210,231,225)
#DEEFEB
(222,239,235)
#EAF7F5
(234,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72A791 color. Also use rgb(114,167,145) instead hex code.

Text Font Color

.myTextColor { color: #72A791; }

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

This text font color is #72A791.


Background Color

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

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

This div background color is #72A791.


Border color

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

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

This div border color is #72A791.


Opacity

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

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

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

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

This text has shadow with #72A791 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72A791 on black background.


Color preview on white background

This text has color #72A791 on white background.



Black color preview on #72A791 background

This text has black color on #72A791 background.


White color preview on #72A791 background

This text has white color on #72A791 background.