COLOR #728C7C

HEX: #728C7C RGB: (114,140,124)

Color info

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

RGB color model

#728C7C color RGB value is (114,140,124).

RGB: (114,140,124) (45%, 55%, 49%)

RGB channels and saturation

R 114 of 255 = 45%
G 140 of 255 = 55%
B 124 of 255 = 49%

114
140
124

R + G + B ~ 50%. #728C7C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 114 + 140 + 124 = 378 (100%)
R 114 of 378 ~ 30.16%
G 140 of 378 ~ 37.04%
B 124 of 378 ~ 32.8'%

%30.16
%37.04
%32.8

CMYK color model

#728C7C color CMYK value is (19,0,11,45).

  • cyan value is 18.57%
  • magenta value is 0.00%
  • yellow value is 11.43%
  • key color value is 45.10%

CMYK: (19,0,11,45)
C19M0Y11K45 (19%, 0%, 11%, 45%)
(0.19 / 0.00 / 0.11 / 0.45)

CMYK percentages

%18.57
%0
%11.43
%45.1

Codes

Color #728C7C in popluar color models

72 8C 7C
RGB 114 140 124
HSL 143° 10.24% 49.80%
HSB/HSV 143° 18.57% 54.90%
CMYK 18.57% 0.00% 11.43%
45.10%

Color #728C7C in popluar number systems.

HEX 72 8C 7C
Decimal 114 140 124
Binary 1110010 10001100 1111100
Octal 162 214 174

Shades and tints

Shades of #728C7C

#728C7C
(114,140,124)
#688071
(104,128,113)
#5E7466
(94,116,102)
#54685B
(84,104,91)
#4A5C50
(74,92,80)
#405045
(64,80,69)
#36443A
(54,68,58)
#2C382F
(44,56,47)
#222C24
(34,44,36)
#182019
(24,32,25)
#0E140E
(14,20,14)
#000000
(0,0,0)

Tints of #728C7C

#728C7C
(114,140,124)
#7E9687
(126,150,135)
#8AA092
(138,160,146)
#96AA9D
(150,170,157)
#A2B4A8
(162,180,168)
#AEBEB3
(174,190,179)
#BAC8BE
(186,200,190)
#C6D2C9
(198,210,201)
#D2DCD4
(210,220,212)
#DEE6DF
(222,230,223)
#EAF0EA
(234,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #728C7C color. Also use rgb(114,140,124) instead hex code.

Text Font Color

.myTextColor { color: #728C7C; }

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

This text font color is #728C7C.

Background Color

.myBgColor { background-color: #728C7C; }

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

This div background color is #728C7C.

Border color

.myBorderColor { border: 1px solid #728C7C; }

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

This div border color is #728C7C.

Opacity

.myOpacity80 { color: #728C7C; opacity: 0.8; }

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

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

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

This text has shadow with #728C7C color.


.textShadow {text-shadow: 3px 3px 1px #728C7C', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #728C7C; -webkit-box-shadow: 1px 1px 3px 2px #728C7C; box-shadow:1px 1px 3px 2px #728C7C;">
Div content here
</div>

This div box has shadow with color #728C7C.

Preview

Color preview on black background

This text has color #728C7C on black background.


Color preview on white background

This text has color #728C7C on white background.


Black color preview on #728C7C background

This text has black color on #728C7C background.


White color preview on #728C7C background

This text has white color on #728C7C background.


Related colors

Complementary color

Complementary color for #hex is #8D7383.


I love getcolorcode.com

Triadic colors

1 #7C728C and #8C7C72 with #728C7C are triadic colors.

2 #7C8C72 and #8C727C with #728C7C are triadic colors.