COLOR #766E78

HEX: #766E78
RGB: (118,110,120)

Color info

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

RGB color model

#766E78 color RGB value is (118,110,120).

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

RGB channels and saturation

R 118 of 255 = 46%
G 110 of 255 = 43%
B 120 of 255 = 47%

118
110
120

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

Portions of RGB colors in percentages

R + G + B =
118 + 110 + 120 = 348 (100%)
R 118 of 348 ~ 33.91%
G 110 of 348 ~ 31.61%
B 120 of 348 ~ 34.48%

%33.91
%31.61
%34.48

CMYK color model

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

  • cyan value is 1.67%
  • magenta value is 8.33%
  • 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
%8.33
%0
%52.94

Codes

Color #766E78 in popluar color models

766E78
RGB118110120
HSL288°4.35%45.10%
HSB/HSV288°8.33%47.06%
CMYK1.67%8.33%0.00%
52.94%

Color #766E78 in popluar number systems.

HEX766E78
Decimal118110120
Binary111011011011101111000
Octal166156170

Shades and tints

Shades of #766E78

#766E78
(118,110,120)
#6C646E
(108,100,110)
#625A64
(98,90,100)
#58505A
(88,80,90)
#4E4650
(78,70,80)
#443C46
(68,60,70)
#3A323C
(58,50,60)
#302832
(48,40,50)
#261E28
(38,30,40)
#1C141E
(28,20,30)
#120A14
(18,10,20)
#000000
(0,0,0)

Tints of #766E78

#766E78
(118,110,120)
#827B84
(130,123,132)
#8E8890
(142,136,144)
#9A959C
(154,149,156)
#A6A2A8
(166,162,168)
#B2AFB4
(178,175,180)
#BEBCC0
(190,188,192)
#CAC9CC
(202,201,204)
#D6D6D8
(214,214,216)
#E2E3E4
(226,227,228)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766E78; }

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

This text font color is #766E78.


Background Color

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

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

This div background color is #766E78.


Border color

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

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

This div border color is #766E78.


Opacity

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

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

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

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

This text has shadow with #766E78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766E78 on black background.


Color preview on white background

This text has color #766E78 on white background.



Black color preview on #766E78 background

This text has black color on #766E78 background.


White color preview on #766E78 background

This text has white color on #766E78 background.