COLOR #728477

HEX: #728477
RGB: (114,132,119)

Color info

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

RGB color model

#728477 color RGB value is (114,132,119).

  • red value is 114;
  • green value is 132;
  • blue value is 119.
RGB:
(114,132,119)
(45%,52%,47%)

RGB channels and saturation

R 114 of 255 = 45%
G 132 of 255 = 52%
B 119 of 255 = 47%

114
132
119

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

Portions of RGB colors in percentages

R + G + B =
114 + 132 + 119 = 365 (100%)
R 114 of 365 ~ 31.23%
G 132 of 365 ~ 36.16%
B 119 of 365 ~ 32.6%

%31.23
%36.16
%32.6

CMYK color model

#728477 color CMYK value is (14,0,10,48).

  • cyan value is 13.64%
  • magenta value is 0.00%
  • yellow value is 9.85%
  • key color value is 48.24%
CMYK:
(14,0,10,48)
C14M0Y10K48 
(14%,0%,10%,48%)
(0.14/0.00/0.10/0.48)	

CMYK percentages

%13.64
%0
%9.85
%48.24

Codes

Color #728477 in popluar color models

728477
RGB114132119
HSL137°7.32%48.24%
HSB/HSV137°13.64%51.76%
CMYK13.64%0.00%9.85%
48.24%

Color #728477 in popluar number systems.

HEX728477
Decimal114132119
Binary1110010100001001110111
Octal162204167

Shades and tints

Shades of #728477

#728477
(114,132,119)
#68786D
(104,120,109)
#5E6C63
(94,108,99)
#546059
(84,96,89)
#4A544F
(74,84,79)
#404845
(64,72,69)
#363C3B
(54,60,59)
#2C3031
(44,48,49)
#222427
(34,36,39)
#18181D
(24,24,29)
#0E0C13
(14,12,19)
#000000
(0,0,0)

Tints of #728477

#728477
(114,132,119)
#7E8F83
(126,143,131)
#8A9A8F
(138,154,143)
#96A59B
(150,165,155)
#A2B0A7
(162,176,167)
#AEBBB3
(174,187,179)
#BAC6BF
(186,198,191)
#C6D1CB
(198,209,203)
#D2DCD7
(210,220,215)
#DEE7E3
(222,231,227)
#EAF2EF
(234,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #728477; }

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

This text font color is #728477.


Background Color

.myBgColor { background-color: #728477; }

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

This div background color is #728477.


Border color

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

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

This div border color is #728477.


Opacity

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

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

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

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

This text has shadow with #728477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #728477 on black background.


Color preview on white background

This text has color #728477 on white background.



Black color preview on #728477 background

This text has black color on #728477 background.


White color preview on #728477 background

This text has white color on #728477 background.