COLOR #72A09B

HEX: #72A09B
RGB: (114,160,155)

Color info

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

RGB color model

#72A09B color RGB value is (114,160,155).

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

RGB channels and saturation

R 114 of 255 = 45%
G 160 of 255 = 63%
B 155 of 255 = 61%

114
160
155

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

Portions of RGB colors in percentages

R + G + B =
114 + 160 + 155 = 429 (100%)
R 114 of 429 ~ 26.57%
G 160 of 429 ~ 37.3%
B 155 of 429 ~ 36.13%

%26.57
%37.3
%36.13

CMYK color model

#72A09B color CMYK value is (29,0,3,37).

  • cyan value is 28.75%
  • magenta value is 0.00%
  • yellow value is 3.13%
  • key color value is 37.25%
CMYK:
(29,0,3,37)
C29M0Y3K37 
(29%,0%,3%,37%)
(0.29/0.00/0.03/0.37)	

CMYK percentages

%28.75
%0
%3.13
%37.25

Codes

Color #72A09B in popluar color models

72A09B
RGB114160155
HSL173°19.49%53.73%
HSB/HSV173°28.75%62.75%
CMYK28.75%0.00%3.13%
37.25%

Color #72A09B in popluar number systems.

HEX72A09B
Decimal114160155
Binary11100101010000010011011
Octal162240233

Shades and tints

Shades of #72A09B

#72A09B
(114,160,155)
#68928D
(104,146,141)
#5E847F
(94,132,127)
#547671
(84,118,113)
#4A6863
(74,104,99)
#405A55
(64,90,85)
#364C47
(54,76,71)
#2C3E39
(44,62,57)
#22302B
(34,48,43)
#18221D
(24,34,29)
#0E140F
(14,20,15)
#000000
(0,0,0)

Tints of #72A09B

#72A09B
(114,160,155)
#7EA8A4
(126,168,164)
#8AB0AD
(138,176,173)
#96B8B6
(150,184,182)
#A2C0BF
(162,192,191)
#AEC8C8
(174,200,200)
#BAD0D1
(186,208,209)
#C6D8DA
(198,216,218)
#D2E0E3
(210,224,227)
#DEE8EC
(222,232,236)
#EAF0F5
(234,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72A09B; }

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

This text font color is #72A09B.


Background Color

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

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

This div background color is #72A09B.


Border color

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

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

This div border color is #72A09B.


Opacity

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

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

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

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

This text has shadow with #72A09B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72A09B on black background.


Color preview on white background

This text has color #72A09B on white background.



Black color preview on #72A09B background

This text has black color on #72A09B background.


White color preview on #72A09B background

This text has white color on #72A09B background.