COLOR #728876

HEX: #728876
RGB: (114,136,118)

Color info

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

RGB color model

#728876 color RGB value is (114,136,118).

  • red value is 114;
  • green value is 136;
  • blue value is 118.
RGB:
(114,136,118)
(45%,53%,46%)

RGB channels and saturation

R 114 of 255 = 45%
G 136 of 255 = 53%
B 118 of 255 = 46%

114
136
118

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

Portions of RGB colors in percentages

R + G + B =
114 + 136 + 118 = 368 (100%)
R 114 of 368 ~ 30.98%
G 136 of 368 ~ 36.96%
B 118 of 368 ~ 32.07%

%30.98
%36.96
%32.07

CMYK color model

#728876 color CMYK value is (16,0,13,47).

  • cyan value is 16.18%
  • magenta value is 0.00%
  • yellow value is 13.24%
  • key color value is 46.67%
CMYK:
(16,0,13,47)
C16M0Y13K47 
(16%,0%,13%,47%)
(0.16/0.00/0.13/0.47)	

CMYK percentages

%16.18
%0
%13.24
%46.67

Codes

Color #728876 in popluar color models

728876
RGB114136118
HSL131°8.80%49.02%
HSB/HSV131°16.18%53.33%
CMYK16.18%0.00%13.24%
46.67%

Color #728876 in popluar number systems.

HEX728876
Decimal114136118
Binary1110010100010001110110
Octal162210166

Shades and tints

Shades of #728876

#728876
(114,136,118)
#687C6C
(104,124,108)
#5E7062
(94,112,98)
#546458
(84,100,88)
#4A584E
(74,88,78)
#404C44
(64,76,68)
#36403A
(54,64,58)
#2C3430
(44,52,48)
#222826
(34,40,38)
#181C1C
(24,28,28)
#0E1012
(14,16,18)
#000000
(0,0,0)

Tints of #728876

#728876
(114,136,118)
#7E9282
(126,146,130)
#8A9C8E
(138,156,142)
#96A69A
(150,166,154)
#A2B0A6
(162,176,166)
#AEBAB2
(174,186,178)
#BAC4BE
(186,196,190)
#C6CECA
(198,206,202)
#D2D8D6
(210,216,214)
#DEE2E2
(222,226,226)
#EAECEE
(234,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #728876; }

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

This text font color is #728876.


Background Color

.myBgColor { background-color: #728876; }

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

This div background color is #728876.


Border color

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

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

This div border color is #728876.


Opacity

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

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

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

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

This text has shadow with #728876 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #728876 on black background.


Color preview on white background

This text has color #728876 on white background.



Black color preview on #728876 background

This text has black color on #728876 background.


White color preview on #728876 background

This text has white color on #728876 background.