COLOR #728774

HEX: #728774
RGB: (114,135,116)

Color info

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

RGB color model

#728774 color RGB value is (114,135,116).

  • red value is 114;
  • green value is 135;
  • blue value is 116.
RGB:
(114,135,116)
(45%,53%,45%)

RGB channels and saturation

R 114 of 255 = 45%
G 135 of 255 = 53%
B 116 of 255 = 45%

114
135
116

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

Portions of RGB colors in percentages

R + G + B =
114 + 135 + 116 = 365 (100%)
R 114 of 365 ~ 31.23%
G 135 of 365 ~ 36.99%
B 116 of 365 ~ 31.78%

%31.23
%36.99
%31.78

CMYK color model

#728774 color CMYK value is (16,0,14,47).

  • cyan value is 15.56%
  • magenta value is 0.00%
  • yellow value is 14.07%
  • key color value is 47.06%
CMYK:
(16,0,14,47)
C16M0Y14K47 
(16%,0%,14%,47%)
(0.16/0.00/0.14/0.47)	

CMYK percentages

%15.56
%0
%14.07
%47.06

Codes

Color #728774 in popluar color models

728774
RGB114135116
HSL126°8.43%48.82%
HSB/HSV126°15.56%52.94%
CMYK15.56%0.00%14.07%
47.06%

Color #728774 in popluar number systems.

HEX728774
Decimal114135116
Binary1110010100001111110100
Octal162207164

Shades and tints

Shades of #728774

#728774
(114,135,116)
#687B6A
(104,123,106)
#5E6F60
(94,111,96)
#546356
(84,99,86)
#4A574C
(74,87,76)
#404B42
(64,75,66)
#363F38
(54,63,56)
#2C332E
(44,51,46)
#222724
(34,39,36)
#181B1A
(24,27,26)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #728774

#728774
(114,135,116)
#7E9180
(126,145,128)
#8A9B8C
(138,155,140)
#96A598
(150,165,152)
#A2AFA4
(162,175,164)
#AEB9B0
(174,185,176)
#BAC3BC
(186,195,188)
#C6CDC8
(198,205,200)
#D2D7D4
(210,215,212)
#DEE1E0
(222,225,224)
#EAEBEC
(234,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #728774; }

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

This text font color is #728774.


Background Color

.myBgColor { background-color: #728774; }

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

This div background color is #728774.


Border color

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

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

This div border color is #728774.


Opacity

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

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

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

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

This text has shadow with #728774 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #728774 on black background.


Color preview on white background

This text has color #728774 on white background.



Black color preview on #728774 background

This text has black color on #728774 background.


White color preview on #728774 background

This text has white color on #728774 background.