COLOR #766F78

HEX: #766F78
RGB: (118,111,120)

Color info

#766F78 contains red, green and blue colors in about the same proportion. Web safe color of #766F78 is #666666 (or #666).

RGB color model

#766F78 color RGB value is (118,111,120).

  • red value is 118;
  • green value is 111;
  • blue value is 120.
RGB:
(118,111,120)
(46%,44%,47%)

RGB channels and saturation

R 118 of 255 = 46%
G 111 of 255 = 44%
B 120 of 255 = 47%

118
111
120

R + G + B ~ 46%. #766F78 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 111 + 120 = 349 (100%)
R 118 of 349 ~ 33.81%
G 111 of 349 ~ 31.81%
B 120 of 349 ~ 34.38%

%33.81
%31.81
%34.38

CMYK color model

#766F78 color CMYK value is (2,8,0,53).

  • cyan value is 1.67%
  • magenta value is 7.50%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(2,8,0,53)
C2M8Y0K53 
(2%,8%,0%,53%)
(0.02/0.08/0.00/0.53)	

CMYK percentages

%1.67
%7.5
%0
%52.94

Codes

Color #766F78 in popluar color models

766F78
RGB118111120
HSL287°3.90%45.29%
HSB/HSV287°7.50%47.06%
CMYK1.67%7.50%0.00%
52.94%

Color #766F78 in popluar number systems.

HEX766F78
Decimal118111120
Binary111011011011111111000
Octal166157170

Shades and tints

Shades of #766F78

#766F78
(118,111,120)
#6C656E
(108,101,110)
#625B64
(98,91,100)
#58515A
(88,81,90)
#4E4750
(78,71,80)
#443D46
(68,61,70)
#3A333C
(58,51,60)
#302932
(48,41,50)
#261F28
(38,31,40)
#1C151E
(28,21,30)
#120B14
(18,11,20)
#000000
(0,0,0)

Tints of #766F78

#766F78
(118,111,120)
#827C84
(130,124,132)
#8E8990
(142,137,144)
#9A969C
(154,150,156)
#A6A3A8
(166,163,168)
#B2B0B4
(178,176,180)
#BEBDC0
(190,189,192)
#CACACC
(202,202,204)
#D6D7D8
(214,215,216)
#E2E4E4
(226,228,228)
#EEF1F0
(238,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #766F78 color. Also use rgb(118,111,120) instead hex code.

Text Font Color

.myTextColor { color: #766F78; }

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

This text font color is #766F78.


Background Color

.myBgColor { background-color: #766F78; }

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

This div background color is #766F78.


Border color

.myBorderColor { border: 1px solid #766F78; }

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

This div border color is #766F78.


Opacity

.myOpacity80 { color: #766F78; opacity: 0.8; }

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

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

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

This text has shadow with #766F78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766F78 on black background.


Color preview on white background

This text has color #766F78 on white background.



Black color preview on #766F78 background

This text has black color on #766F78 background.


White color preview on #766F78 background

This text has white color on #766F78 background.