COLOR #728081

HEX: #728081
RGB: (114,128,129)

Color info

#728081 contains red, green and blue colors in about the same proportion. Web safe color of #728081 is #666699 (or #669).

RGB color model

#728081 color RGB value is (114,128,129).

  • red value is 114;
  • green value is 128;
  • blue value is 129.
RGB:
(114,128,129)
(45%,50%,51%)

RGB channels and saturation

R 114 of 255 = 45%
G 128 of 255 = 50%
B 129 of 255 = 51%

114
128
129

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

Portions of RGB colors in percentages

R + G + B =
114 + 128 + 129 = 371 (100%)
R 114 of 371 ~ 30.73%
G 128 of 371 ~ 34.5%
B 129 of 371 ~ 34.77%

%30.73
%34.5
%34.77

CMYK color model

#728081 color CMYK value is (12,1,0,49).

  • cyan value is 11.63%
  • magenta value is 0.78%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(12,1,0,49)
C12M1Y0K49 
(12%,1%,0%,49%)
(0.12/0.01/0.00/0.49)	

CMYK percentages

%11.63
%0.78
%0
%49.41

Codes

Color #728081 in popluar color models

728081
RGB114128129
HSL184°6.17%47.65%
HSB/HSV184°11.63%50.59%
CMYK11.63%0.78%0.00%
49.41%

Color #728081 in popluar number systems.

HEX728081
Decimal114128129
Binary11100101000000010000001
Octal162200201

Shades and tints

Shades of #728081

#728081
(114,128,129)
#687576
(104,117,118)
#5E6A6B
(94,106,107)
#545F60
(84,95,96)
#4A5455
(74,84,85)
#40494A
(64,73,74)
#363E3F
(54,62,63)
#2C3334
(44,51,52)
#222829
(34,40,41)
#181D1E
(24,29,30)
#0E1213
(14,18,19)
#000000
(0,0,0)

Tints of #728081

#728081
(114,128,129)
#7E8B8C
(126,139,140)
#8A9697
(138,150,151)
#96A1A2
(150,161,162)
#A2ACAD
(162,172,173)
#AEB7B8
(174,183,184)
#BAC2C3
(186,194,195)
#C6CDCE
(198,205,206)
#D2D8D9
(210,216,217)
#DEE3E4
(222,227,228)
#EAEEEF
(234,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #728081 color. Also use rgb(114,128,129) instead hex code.

Text Font Color

.myTextColor { color: #728081; }

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

This text font color is #728081.


Background Color

.myBgColor { background-color: #728081; }

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

This div background color is #728081.


Border color

.myBorderColor { border: 1px solid #728081; }

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

This div border color is #728081.


Opacity

.myOpacity80 { color: #728081; opacity: 0.8; }

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

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

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

This text has shadow with #728081 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #728081 on black background.


Color preview on white background

This text has color #728081 on white background.



Black color preview on #728081 background

This text has black color on #728081 background.


White color preview on #728081 background

This text has white color on #728081 background.