COLOR #76728C

HEX: #76728C
RGB: (118,114,140)

Color info

#76728C contains red, green and blue colors in about the same proportion. Web safe color of #76728C is #666699 (or #669).

RGB color model

#76728C color RGB value is (118,114,140).

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

RGB channels and saturation

R 118 of 255 = 46%
G 114 of 255 = 45%
B 140 of 255 = 55%

118
114
140

R + G + B ~ 49%. #76728C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 114 + 140 = 372 (100%)
R 118 of 372 ~ 31.72%
G 114 of 372 ~ 30.65%
B 140 of 372 ~ 37.63%

%31.72
%30.65
%37.63

CMYK color model

#76728C color CMYK value is (16,19,0,45).

  • cyan value is 15.71%
  • magenta value is 18.57%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(16,19,0,45)
C16M19Y0K45 
(16%,19%,0%,45%)
(0.16/0.19/0.00/0.45)	

CMYK percentages

%15.71
%18.57
%0
%45.1

Codes

Color #76728C in popluar color models

76728C
RGB118114140
HSL249°10.24%49.80%
HSB/HSV249°18.57%54.90%
CMYK15.71%18.57%0.00%
45.10%

Color #76728C in popluar number systems.

HEX76728C
Decimal118114140
Binary1110110111001010001100
Octal166162214

Shades and tints

Shades of #76728C

#76728C
(118,114,140)
#6C6880
(108,104,128)
#625E74
(98,94,116)
#585468
(88,84,104)
#4E4A5C
(78,74,92)
#444050
(68,64,80)
#3A3644
(58,54,68)
#302C38
(48,44,56)
#26222C
(38,34,44)
#1C1820
(28,24,32)
#120E14
(18,14,20)
#000000
(0,0,0)

Tints of #76728C

#76728C
(118,114,140)
#827E96
(130,126,150)
#8E8AA0
(142,138,160)
#9A96AA
(154,150,170)
#A6A2B4
(166,162,180)
#B2AEBE
(178,174,190)
#BEBAC8
(190,186,200)
#CAC6D2
(202,198,210)
#D6D2DC
(214,210,220)
#E2DEE6
(226,222,230)
#EEEAF0
(238,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76728C; }

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

This text font color is #76728C.


Background Color

.myBgColor { background-color: #76728C; }

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

This div background color is #76728C.


Border color

.myBorderColor { border: 1px solid #76728C; }

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

This div border color is #76728C.


Opacity

.myOpacity80 { color: #76728C; opacity: 0.8; }

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

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

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

This text has shadow with #76728C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76728C on black background.


Color preview on white background

This text has color #76728C on white background.



Black color preview on #76728C background

This text has black color on #76728C background.


White color preview on #76728C background

This text has white color on #76728C background.