COLOR #76728F

HEX: #76728F
RGB: (118,114,143)

Color info

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

RGB color model

#76728F color RGB value is (118,114,143).

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

RGB channels and saturation

R 118 of 255 = 46%
G 114 of 255 = 45%
B 143 of 255 = 56%

118
114
143

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

Portions of RGB colors in percentages

R + G + B =
118 + 114 + 143 = 375 (100%)
R 118 of 375 ~ 31.47%
G 114 of 375 ~ 30.4%
B 143 of 375 ~ 38.13%

%31.47
%30.4
%38.13

CMYK color model

#76728F color CMYK value is (17,20,0,44).

  • cyan value is 17.48%
  • magenta value is 20.28%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(17,20,0,44)
C17M20Y0K44 
(17%,20%,0%,44%)
(0.17/0.20/0.00/0.44)	

CMYK percentages

%17.48
%20.28
%0
%43.92

Codes

Color #76728F in popluar color models

76728F
RGB118114143
HSL248°11.46%50.39%
HSB/HSV248°20.28%56.08%
CMYK17.48%20.28%0.00%
43.92%

Color #76728F in popluar number systems.

HEX76728F
Decimal118114143
Binary1110110111001010001111
Octal166162217

Shades and tints

Shades of #76728F

#76728F
(118,114,143)
#6C6882
(108,104,130)
#625E75
(98,94,117)
#585468
(88,84,104)
#4E4A5B
(78,74,91)
#44404E
(68,64,78)
#3A3641
(58,54,65)
#302C34
(48,44,52)
#262227
(38,34,39)
#1C181A
(28,24,26)
#120E0D
(18,14,13)
#000000
(0,0,0)

Tints of #76728F

#76728F
(118,114,143)
#827E99
(130,126,153)
#8E8AA3
(142,138,163)
#9A96AD
(154,150,173)
#A6A2B7
(166,162,183)
#B2AEC1
(178,174,193)
#BEBACB
(190,186,203)
#CAC6D5
(202,198,213)
#D6D2DF
(214,210,223)
#E2DEE9
(226,222,233)
#EEEAF3
(238,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76728F; }

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

This text font color is #76728F.


Background Color

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

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

This div background color is #76728F.


Border color

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

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

This div border color is #76728F.


Opacity

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

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

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

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

This text has shadow with #76728F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76728F on black background.


Color preview on white background

This text has color #76728F on white background.



Black color preview on #76728F background

This text has black color on #76728F background.


White color preview on #76728F background

This text has white color on #76728F background.