COLOR #728F7C

HEX: #728F7C
RGB: (114,143,124)

Color info

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

RGB color model

#728F7C color RGB value is (114,143,124).

  • red value is 114;
  • green value is 143;
  • blue value is 124.
RGB:
(114,143,124)
(45%,56%,49%)

RGB channels and saturation

R 114 of 255 = 45%
G 143 of 255 = 56%
B 124 of 255 = 49%

114
143
124

R + G + B ~ 50%. #728F7C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 143 + 124 = 381 (100%)
R 114 of 381 ~ 29.92%
G 143 of 381 ~ 37.53%
B 124 of 381 ~ 32.55%

%29.92
%37.53
%32.55

CMYK color model

#728F7C color CMYK value is (20,0,13,44).

  • cyan value is 20.28%
  • magenta value is 0.00%
  • yellow value is 13.29%
  • key color value is 43.92%
CMYK:
(20,0,13,44)
C20M0Y13K44 
(20%,0%,13%,44%)
(0.20/0.00/0.13/0.44)	

CMYK percentages

%20.28
%0
%13.29
%43.92

Codes

Color #728F7C in popluar color models

728F7C
RGB114143124
HSL141°11.46%50.39%
HSB/HSV141°20.28%56.08%
CMYK20.28%0.00%13.29%
43.92%

Color #728F7C in popluar number systems.

HEX728F7C
Decimal114143124
Binary1110010100011111111100
Octal162217174

Shades and tints

Shades of #728F7C

#728F7C
(114,143,124)
#688271
(104,130,113)
#5E7566
(94,117,102)
#54685B
(84,104,91)
#4A5B50
(74,91,80)
#404E45
(64,78,69)
#36413A
(54,65,58)
#2C342F
(44,52,47)
#222724
(34,39,36)
#181A19
(24,26,25)
#0E0D0E
(14,13,14)
#000000
(0,0,0)

Tints of #728F7C

#728F7C
(114,143,124)
#7E9987
(126,153,135)
#8AA392
(138,163,146)
#96AD9D
(150,173,157)
#A2B7A8
(162,183,168)
#AEC1B3
(174,193,179)
#BACBBE
(186,203,190)
#C6D5C9
(198,213,201)
#D2DFD4
(210,223,212)
#DEE9DF
(222,233,223)
#EAF3EA
(234,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #728F7C color. Also use rgb(114,143,124) instead hex code.

Text Font Color

.myTextColor { color: #728F7C; }

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

This text font color is #728F7C.


Background Color

.myBgColor { background-color: #728F7C; }

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

This div background color is #728F7C.


Border color

.myBorderColor { border: 1px solid #728F7C; }

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

This div border color is #728F7C.


Opacity

.myOpacity80 { color: #728F7C; opacity: 0.8; }

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

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

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

This text has shadow with #728F7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #728F7C on black background.


Color preview on white background

This text has color #728F7C on white background.



Black color preview on #728F7C background

This text has black color on #728F7C background.


White color preview on #728F7C background

This text has white color on #728F7C background.