COLOR #72897E

HEX: #72897E
RGB: (114,137,126)

Color info

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

RGB color model

#72897E color RGB value is (114,137,126).

  • red value is 114;
  • green value is 137;
  • blue value is 126.
RGB:
(114,137,126)
(45%,54%,49%)

RGB channels and saturation

R 114 of 255 = 45%
G 137 of 255 = 54%
B 126 of 255 = 49%

114
137
126

R + G + B ~ 49%. #72897E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 137 + 126 = 377 (100%)
R 114 of 377 ~ 30.24%
G 137 of 377 ~ 36.34%
B 126 of 377 ~ 33.42%

%30.24
%36.34
%33.42

CMYK color model

#72897E color CMYK value is (17,0,8,46).

  • cyan value is 16.79%
  • magenta value is 0.00%
  • yellow value is 8.03%
  • key color value is 46.27%
CMYK:
(17,0,8,46)
C17M0Y8K46 
(17%,0%,8%,46%)
(0.17/0.00/0.08/0.46)	

CMYK percentages

%16.79
%0
%8.03
%46.27

Codes

Color #72897E in popluar color models

72897E
RGB114137126
HSL151°9.16%49.22%
HSB/HSV151°16.79%53.73%
CMYK16.79%0.00%8.03%
46.27%

Color #72897E in popluar number systems.

HEX72897E
Decimal114137126
Binary1110010100010011111110
Octal162211176

Shades and tints

Shades of #72897E

#72897E
(114,137,126)
#687D73
(104,125,115)
#5E7168
(94,113,104)
#54655D
(84,101,93)
#4A5952
(74,89,82)
#404D47
(64,77,71)
#36413C
(54,65,60)
#2C3531
(44,53,49)
#222926
(34,41,38)
#181D1B
(24,29,27)
#0E1110
(14,17,16)
#000000
(0,0,0)

Tints of #72897E

#72897E
(114,137,126)
#7E9389
(126,147,137)
#8A9D94
(138,157,148)
#96A79F
(150,167,159)
#A2B1AA
(162,177,170)
#AEBBB5
(174,187,181)
#BAC5C0
(186,197,192)
#C6CFCB
(198,207,203)
#D2D9D6
(210,217,214)
#DEE3E1
(222,227,225)
#EAEDEC
(234,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72897E color. Also use rgb(114,137,126) instead hex code.

Text Font Color

.myTextColor { color: #72897E; }

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

This text font color is #72897E.


Background Color

.myBgColor { background-color: #72897E; }

<div style="background-color:#72897E">Inner text</div>

This div background color is #72897E.


Border color

.myBorderColor { border: 1px solid #72897E; }

<div style="border:3px solid #72897E">Div</div>

This div border color is #72897E.


Opacity

.myOpacity80 { color: #72897E; opacity: 0.8; }

<p style="color:#72897E;opacity:0.8;">80%</p>

Text with #72897E 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 #72897E;}

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

This text has shadow with #72897E color.

.textShadow {text-shadow: 3px 3px 1px #72897E, 3px 3px 1px red;}

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

This text has shadow with #72897E primary color and red secondary color.


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

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

This text has shadow with #72897E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72897E on black background.


Color preview on white background

This text has color #72897E on white background.



Black color preview on #72897E background

This text has black color on #72897E background.


White color preview on #72897E background

This text has white color on #72897E background.