COLOR #76718C

HEX: #76718C
RGB: (118,113,140)

Color info

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

RGB color model

#76718C color RGB value is (118,113,140).

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

RGB channels and saturation

R 118 of 255 = 46%
G 113 of 255 = 44%
B 140 of 255 = 55%

118
113
140

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

Portions of RGB colors in percentages

R + G + B =
118 + 113 + 140 = 371 (100%)
R 118 of 371 ~ 31.81%
G 113 of 371 ~ 30.46%
B 140 of 371 ~ 37.74%

%31.81
%30.46
%37.74

CMYK color model

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

  • cyan value is 15.71%
  • magenta value is 19.29%
  • 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
%19.29
%0
%45.1

Codes

Color #76718C in popluar color models

76718C
RGB118113140
HSL251°10.67%49.61%
HSB/HSV251°19.29%54.90%
CMYK15.71%19.29%0.00%
45.10%

Color #76718C in popluar number systems.

HEX76718C
Decimal118113140
Binary1110110111000110001100
Octal166161214

Shades and tints

Shades of #76718C

#76718C
(118,113,140)
#6C6780
(108,103,128)
#625D74
(98,93,116)
#585368
(88,83,104)
#4E495C
(78,73,92)
#443F50
(68,63,80)
#3A3544
(58,53,68)
#302B38
(48,43,56)
#26212C
(38,33,44)
#1C1720
(28,23,32)
#120D14
(18,13,20)
#000000
(0,0,0)

Tints of #76718C

#76718C
(118,113,140)
#827D96
(130,125,150)
#8E89A0
(142,137,160)
#9A95AA
(154,149,170)
#A6A1B4
(166,161,180)
#B2ADBE
(178,173,190)
#BEB9C8
(190,185,200)
#CAC5D2
(202,197,210)
#D6D1DC
(214,209,220)
#E2DDE6
(226,221,230)
#EEE9F0
(238,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76718C; }

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

This text font color is #76718C.


Background Color

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

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

This div background color is #76718C.


Border color

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

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

This div border color is #76718C.


Opacity

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

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

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

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

This text has shadow with #76718C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76718C on black background.


Color preview on white background

This text has color #76718C on white background.



Black color preview on #76718C background

This text has black color on #76718C background.


White color preview on #76718C background

This text has white color on #76718C background.