COLOR #72898A

HEX: #72898A
RGB: (114,137,138)

Color info

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

RGB color model

#72898A color RGB value is (114,137,138).

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

RGB channels and saturation

R 114 of 255 = 45%
G 137 of 255 = 54%
B 138 of 255 = 54%

114
137
138

R + G + B ~ 51%. #72898A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 137 + 138 = 389 (100%)
R 114 of 389 ~ 29.31%
G 137 of 389 ~ 35.22%
B 138 of 389 ~ 35.48%

%29.31
%35.22
%35.48

CMYK color model

#72898A color CMYK value is (17,1,0,46).

  • cyan value is 17.39%
  • magenta value is 0.72%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(17,1,0,46)
C17M1Y0K46 
(17%,1%,0%,46%)
(0.17/0.01/0.00/0.46)	

CMYK percentages

%17.39
%0.72
%0
%45.88

Codes

Color #72898A in popluar color models

72898A
RGB114137138
HSL183°9.52%49.41%
HSB/HSV183°17.39%54.12%
CMYK17.39%0.72%0.00%
45.88%

Color #72898A in popluar number systems.

HEX72898A
Decimal114137138
Binary11100101000100110001010
Octal162211212

Shades and tints

Shades of #72898A

#72898A
(114,137,138)
#687D7E
(104,125,126)
#5E7172
(94,113,114)
#546566
(84,101,102)
#4A595A
(74,89,90)
#404D4E
(64,77,78)
#364142
(54,65,66)
#2C3536
(44,53,54)
#22292A
(34,41,42)
#181D1E
(24,29,30)
#0E1112
(14,17,18)
#000000
(0,0,0)

Tints of #72898A

#72898A
(114,137,138)
#7E9394
(126,147,148)
#8A9D9E
(138,157,158)
#96A7A8
(150,167,168)
#A2B1B2
(162,177,178)
#AEBBBC
(174,187,188)
#BAC5C6
(186,197,198)
#C6CFD0
(198,207,208)
#D2D9DA
(210,217,218)
#DEE3E4
(222,227,228)
#EAEDEE
(234,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72898A color. Also use rgb(114,137,138) instead hex code.

Text Font Color

.myTextColor { color: #72898A; }

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

This text font color is #72898A.


Background Color

.myBgColor { background-color: #72898A; }

<div style="background-color:#72898A">Inner text</div>

This div background color is #72898A.


Border color

.myBorderColor { border: 1px solid #72898A; }

<div style="border:3px solid #72898A">Div</div>

This div border color is #72898A.


Opacity

.myOpacity80 { color: #72898A; opacity: 0.8; }

<p style="color:#72898A;opacity:0.8;">80%</p>

Text with #72898A 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 #72898A;}

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

This text has shadow with #72898A color.

.textShadow {text-shadow: 3px 3px 1px #72898A, 3px 3px 1px red;}

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

This text has shadow with #72898A primary color and red secondary color.


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

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

This text has shadow with #72898A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72898A on black background.


Color preview on white background

This text has color #72898A on white background.



Black color preview on #72898A background

This text has black color on #72898A background.


White color preview on #72898A background

This text has white color on #72898A background.