COLOR #728576

HEX: #728576
RGB: (114,133,118)

Color info

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

RGB color model

#728576 color RGB value is (114,133,118).

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

RGB channels and saturation

R 114 of 255 = 45%
G 133 of 255 = 52%
B 118 of 255 = 46%

114
133
118

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

Portions of RGB colors in percentages

R + G + B =
114 + 133 + 118 = 365 (100%)
R 114 of 365 ~ 31.23%
G 133 of 365 ~ 36.44%
B 118 of 365 ~ 32.33%

%31.23
%36.44
%32.33

CMYK color model

#728576 color CMYK value is (14,0,11,48).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 11.28%
  • key color value is 47.84%
CMYK:
(14,0,11,48)
C14M0Y11K48 
(14%,0%,11%,48%)
(0.14/0.00/0.11/0.48)	

CMYK percentages

%14.29
%0
%11.28
%47.84

Codes

Color #728576 in popluar color models

728576
RGB114133118
HSL133°7.69%48.43%
HSB/HSV133°14.29%52.16%
CMYK14.29%0.00%11.28%
47.84%

Color #728576 in popluar number systems.

HEX728576
Decimal114133118
Binary1110010100001011110110
Octal162205166

Shades and tints

Shades of #728576

#728576
(114,133,118)
#68796C
(104,121,108)
#5E6D62
(94,109,98)
#546158
(84,97,88)
#4A554E
(74,85,78)
#404944
(64,73,68)
#363D3A
(54,61,58)
#2C3130
(44,49,48)
#222526
(34,37,38)
#18191C
(24,25,28)
#0E0D12
(14,13,18)
#000000
(0,0,0)

Tints of #728576

#728576
(114,133,118)
#7E9082
(126,144,130)
#8A9B8E
(138,155,142)
#96A69A
(150,166,154)
#A2B1A6
(162,177,166)
#AEBCB2
(174,188,178)
#BAC7BE
(186,199,190)
#C6D2CA
(198,210,202)
#D2DDD6
(210,221,214)
#DEE8E2
(222,232,226)
#EAF3EE
(234,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #728576; }

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

This text font color is #728576.


Background Color

.myBgColor { background-color: #728576; }

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

This div background color is #728576.


Border color

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

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

This div border color is #728576.


Opacity

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

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

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

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

This text has shadow with #728576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #728576 on black background.


Color preview on white background

This text has color #728576 on white background.



Black color preview on #728576 background

This text has black color on #728576 background.


White color preview on #728576 background

This text has white color on #728576 background.