COLOR #72A095

HEX: #72A095
RGB: (114,160,149)

Color info

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

RGB color model

#72A095 color RGB value is (114,160,149).

  • red value is 114;
  • green value is 160;
  • blue value is 149.
RGB:
(114,160,149)
(45%,63%,58%)

RGB channels and saturation

R 114 of 255 = 45%
G 160 of 255 = 63%
B 149 of 255 = 58%

114
160
149

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

Portions of RGB colors in percentages

R + G + B =
114 + 160 + 149 = 423 (100%)
R 114 of 423 ~ 26.95%
G 160 of 423 ~ 37.83%
B 149 of 423 ~ 35.22%

%26.95
%37.83
%35.22

CMYK color model

#72A095 color CMYK value is (29,0,7,37).

  • cyan value is 28.75%
  • magenta value is 0.00%
  • yellow value is 6.87%
  • key color value is 37.25%
CMYK:
(29,0,7,37)
C29M0Y7K37 
(29%,0%,7%,37%)
(0.29/0.00/0.07/0.37)	

CMYK percentages

%28.75
%0
%6.87
%37.25

Codes

Color #72A095 in popluar color models

72A095
RGB114160149
HSL166°19.49%53.73%
HSB/HSV166°28.75%62.75%
CMYK28.75%0.00%6.87%
37.25%

Color #72A095 in popluar number systems.

HEX72A095
Decimal114160149
Binary11100101010000010010101
Octal162240225

Shades and tints

Shades of #72A095

#72A095
(114,160,149)
#689288
(104,146,136)
#5E847B
(94,132,123)
#54766E
(84,118,110)
#4A6861
(74,104,97)
#405A54
(64,90,84)
#364C47
(54,76,71)
#2C3E3A
(44,62,58)
#22302D
(34,48,45)
#182220
(24,34,32)
#0E1413
(14,20,19)
#000000
(0,0,0)

Tints of #72A095

#72A095
(114,160,149)
#7EA89E
(126,168,158)
#8AB0A7
(138,176,167)
#96B8B0
(150,184,176)
#A2C0B9
(162,192,185)
#AEC8C2
(174,200,194)
#BAD0CB
(186,208,203)
#C6D8D4
(198,216,212)
#D2E0DD
(210,224,221)
#DEE8E6
(222,232,230)
#EAF0EF
(234,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72A095; }

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

This text font color is #72A095.


Background Color

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

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

This div background color is #72A095.


Border color

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

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

This div border color is #72A095.


Opacity

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

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

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

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

This text has shadow with #72A095 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72A095 on black background.


Color preview on white background

This text has color #72A095 on white background.



Black color preview on #72A095 background

This text has black color on #72A095 background.


White color preview on #72A095 background

This text has white color on #72A095 background.