COLOR #72A0A8

HEX: #72A0A8
RGB: (114,160,168)

Color info

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

RGB color model

#72A0A8 color RGB value is (114,160,168).

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

RGB channels and saturation

R 114 of 255 = 45%
G 160 of 255 = 63%
B 168 of 255 = 66%

114
160
168

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

Portions of RGB colors in percentages

R + G + B =
114 + 160 + 168 = 442 (100%)
R 114 of 442 ~ 25.79%
G 160 of 442 ~ 36.2%
B 168 of 442 ~ 38.01%

%25.79
%36.2
%38.01

CMYK color model

#72A0A8 color CMYK value is (32,5,0,34).

  • cyan value is 32.14%
  • magenta value is 4.76%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(32,5,0,34)
C32M5Y0K34 
(32%,5%,0%,34%)
(0.32/0.05/0.00/0.34)	

CMYK percentages

%32.14
%4.76
%0
%34.12

Codes

Color #72A0A8 in popluar color models

72A0A8
RGB114160168
HSL189°23.68%55.29%
HSB/HSV189°32.14%65.88%
CMYK32.14%4.76%0.00%
34.12%

Color #72A0A8 in popluar number systems.

HEX72A0A8
Decimal114160168
Binary11100101010000010101000
Octal162240250

Shades and tints

Shades of #72A0A8

#72A0A8
(114,160,168)
#689299
(104,146,153)
#5E848A
(94,132,138)
#54767B
(84,118,123)
#4A686C
(74,104,108)
#405A5D
(64,90,93)
#364C4E
(54,76,78)
#2C3E3F
(44,62,63)
#223030
(34,48,48)
#182221
(24,34,33)
#0E1412
(14,20,18)
#000000
(0,0,0)

Tints of #72A0A8

#72A0A8
(114,160,168)
#7EA8AF
(126,168,175)
#8AB0B6
(138,176,182)
#96B8BD
(150,184,189)
#A2C0C4
(162,192,196)
#AEC8CB
(174,200,203)
#BAD0D2
(186,208,210)
#C6D8D9
(198,216,217)
#D2E0E0
(210,224,224)
#DEE8E7
(222,232,231)
#EAF0EE
(234,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72A0A8; }

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

This text font color is #72A0A8.


Background Color

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

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

This div background color is #72A0A8.


Border color

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

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

This div border color is #72A0A8.


Opacity

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

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

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

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

This text has shadow with #72A0A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72A0A8 on black background.


Color preview on white background

This text has color #72A0A8 on white background.



Black color preview on #72A0A8 background

This text has black color on #72A0A8 background.


White color preview on #72A0A8 background

This text has white color on #72A0A8 background.