COLOR #728080

HEX: #728080
RGB: (114,128,128)

Color info

#728080 contains red, green and blue colors in about the same proportion. Web safe color of #728080 is #666666 (or #666).

RGB color model

#728080 color RGB value is (114,128,128).

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

RGB channels and saturation

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

114
128
128

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

Portions of RGB colors in percentages

R + G + B =
114 + 128 + 128 = 370 (100%)
R 114 of 370 ~ 30.81%
G 128 of 370 ~ 34.59%
B 128 of 370 ~ 34.59%

%30.81
%34.59
%34.59

CMYK color model

#728080 color CMYK value is (11,0,0,50).

  • cyan value is 10.94%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(11,0,0,50)
C11M0Y0K50 
(11%,0%,0%,50%)
(0.11/0.00/0.00/0.50)	

CMYK percentages

%10.94
%0
%0
%49.8

Codes

Color #728080 in popluar color models

728080
RGB114128128
HSL180°5.79%47.45%
HSB/HSV180°10.94%50.20%
CMYK10.94%0.00%0.00%
49.80%

Color #728080 in popluar number systems.

HEX728080
Decimal114128128
Binary11100101000000010000000
Octal162200200

Shades and tints

Shades of #728080

#728080
(114,128,128)
#687575
(104,117,117)
#5E6A6A
(94,106,106)
#545F5F
(84,95,95)
#4A5454
(74,84,84)
#404949
(64,73,73)
#363E3E
(54,62,62)
#2C3333
(44,51,51)
#222828
(34,40,40)
#181D1D
(24,29,29)
#0E1212
(14,18,18)
#000000
(0,0,0)

Tints of #728080

#728080
(114,128,128)
#7E8B8B
(126,139,139)
#8A9696
(138,150,150)
#96A1A1
(150,161,161)
#A2ACAC
(162,172,172)
#AEB7B7
(174,183,183)
#BAC2C2
(186,194,194)
#C6CDCD
(198,205,205)
#D2D8D8
(210,216,216)
#DEE3E3
(222,227,227)
#EAEEEE
(234,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #728080; }

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

This text font color is #728080.


Background Color

.myBgColor { background-color: #728080; }

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

This div background color is #728080.


Border color

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

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

This div border color is #728080.


Opacity

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

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

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

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

This text has shadow with #728080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #728080 on black background.


Color preview on white background

This text has color #728080 on white background.



Black color preview on #728080 background

This text has black color on #728080 background.


White color preview on #728080 background

This text has white color on #728080 background.