COLOR #728677

HEX: #728677
RGB: (114,134,119)

Color info

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

RGB color model

#728677 color RGB value is (114,134,119).

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

RGB channels and saturation

R 114 of 255 = 45%
G 134 of 255 = 53%
B 119 of 255 = 47%

114
134
119

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

Portions of RGB colors in percentages

R + G + B =
114 + 134 + 119 = 367 (100%)
R 114 of 367 ~ 31.06%
G 134 of 367 ~ 36.51%
B 119 of 367 ~ 32.43%

%31.06
%36.51
%32.43

CMYK color model

#728677 color CMYK value is (15,0,11,47).

  • cyan value is 14.93%
  • magenta value is 0.00%
  • yellow value is 11.19%
  • key color value is 47.45%
CMYK:
(15,0,11,47)
C15M0Y11K47 
(15%,0%,11%,47%)
(0.15/0.00/0.11/0.47)	

CMYK percentages

%14.93
%0
%11.19
%47.45

Codes

Color #728677 in popluar color models

728677
RGB114134119
HSL135°8.06%48.63%
HSB/HSV135°14.93%52.55%
CMYK14.93%0.00%11.19%
47.45%

Color #728677 in popluar number systems.

HEX728677
Decimal114134119
Binary1110010100001101110111
Octal162206167

Shades and tints

Shades of #728677

#728677
(114,134,119)
#687A6D
(104,122,109)
#5E6E63
(94,110,99)
#546259
(84,98,89)
#4A564F
(74,86,79)
#404A45
(64,74,69)
#363E3B
(54,62,59)
#2C3231
(44,50,49)
#222627
(34,38,39)
#181A1D
(24,26,29)
#0E0E13
(14,14,19)
#000000
(0,0,0)

Tints of #728677

#728677
(114,134,119)
#7E9183
(126,145,131)
#8A9C8F
(138,156,143)
#96A79B
(150,167,155)
#A2B2A7
(162,178,167)
#AEBDB3
(174,189,179)
#BAC8BF
(186,200,191)
#C6D3CB
(198,211,203)
#D2DED7
(210,222,215)
#DEE9E3
(222,233,227)
#EAF4EF
(234,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #728677; }

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

This text font color is #728677.


Background Color

.myBgColor { background-color: #728677; }

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

This div background color is #728677.


Border color

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

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

This div border color is #728677.


Opacity

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

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

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

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

This text has shadow with #728677 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #728677 on black background.


Color preview on white background

This text has color #728677 on white background.



Black color preview on #728677 background

This text has black color on #728677 background.


White color preview on #728677 background

This text has white color on #728677 background.