COLOR #72A776

HEX: #72A776
RGB: (114,167,118)

Color info

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

RGB color model

#72A776 color RGB value is (114,167,118).

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

RGB channels and saturation

R 114 of 255 = 45%
G 167 of 255 = 65%
B 118 of 255 = 46%

114
167
118

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

Portions of RGB colors in percentages

R + G + B =
114 + 167 + 118 = 399 (100%)
R 114 of 399 ~ 28.57%
G 167 of 399 ~ 41.85%
B 118 of 399 ~ 29.57%

%28.57
%41.85
%29.57

CMYK color model

#72A776 color CMYK value is (32,0,29,35).

  • cyan value is 31.74%
  • magenta value is 0.00%
  • yellow value is 29.34%
  • key color value is 34.51%
CMYK:
(32,0,29,35)
C32M0Y29K35 
(32%,0%,29%,35%)
(0.32/0.00/0.29/0.35)	

CMYK percentages

%31.74
%0
%29.34
%34.51

Codes

Color #72A776 in popluar color models

72A776
RGB114167118
HSL125°23.14%55.10%
HSB/HSV125°31.74%65.49%
CMYK31.74%0.00%29.34%
34.51%

Color #72A776 in popluar number systems.

HEX72A776
Decimal114167118
Binary1110010101001111110110
Octal162247166

Shades and tints

Shades of #72A776

#72A776
(114,167,118)
#68986C
(104,152,108)
#5E8962
(94,137,98)
#547A58
(84,122,88)
#4A6B4E
(74,107,78)
#405C44
(64,92,68)
#364D3A
(54,77,58)
#2C3E30
(44,62,48)
#222F26
(34,47,38)
#18201C
(24,32,28)
#0E1112
(14,17,18)
#000000
(0,0,0)

Tints of #72A776

#72A776
(114,167,118)
#7EAF82
(126,175,130)
#8AB78E
(138,183,142)
#96BF9A
(150,191,154)
#A2C7A6
(162,199,166)
#AECFB2
(174,207,178)
#BAD7BE
(186,215,190)
#C6DFCA
(198,223,202)
#D2E7D6
(210,231,214)
#DEEFE2
(222,239,226)
#EAF7EE
(234,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72A776; }

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

This text font color is #72A776.


Background Color

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

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

This div background color is #72A776.


Border color

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

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

This div border color is #72A776.


Opacity

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

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

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

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

This text has shadow with #72A776 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72A776 on black background.


Color preview on white background

This text has color #72A776 on white background.



Black color preview on #72A776 background

This text has black color on #72A776 background.


White color preview on #72A776 background

This text has white color on #72A776 background.