COLOR #766E72

HEX: #766E72
RGB: (118,110,114)

Color info

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

RGB color model

#766E72 color RGB value is (118,110,114).

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

RGB channels and saturation

R 118 of 255 = 46%
G 110 of 255 = 43%
B 114 of 255 = 45%

118
110
114

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

Portions of RGB colors in percentages

R + G + B =
118 + 110 + 114 = 342 (100%)
R 118 of 342 ~ 34.5%
G 110 of 342 ~ 32.16%
B 114 of 342 ~ 33.33%

%34.5
%32.16
%33.33

CMYK color model

#766E72 color CMYK value is (0,7,3,54).

  • cyan value is 0.00%
  • magenta value is 6.78%
  • yellow value is 3.39%
  • key color value is 53.73%
CMYK:
(0,7,3,54)
C0M7Y3K54 
(0%,7%,3%,54%)
(0.00/0.07/0.03/0.54)	

CMYK percentages

%0
%6.78
%3.39
%53.73

Codes

Color #766E72 in popluar color models

766E72
RGB118110114
HSL330°3.51%44.71%
HSB/HSV330°6.78%46.27%
CMYK0.00%6.78%3.39%
53.73%

Color #766E72 in popluar number systems.

HEX766E72
Decimal118110114
Binary111011011011101110010
Octal166156162

Shades and tints

Shades of #766E72

#766E72
(118,110,114)
#6C6468
(108,100,104)
#625A5E
(98,90,94)
#585054
(88,80,84)
#4E464A
(78,70,74)
#443C40
(68,60,64)
#3A3236
(58,50,54)
#30282C
(48,40,44)
#261E22
(38,30,34)
#1C1418
(28,20,24)
#120A0E
(18,10,14)
#000000
(0,0,0)

Tints of #766E72

#766E72
(118,110,114)
#827B7E
(130,123,126)
#8E888A
(142,136,138)
#9A9596
(154,149,150)
#A6A2A2
(166,162,162)
#B2AFAE
(178,175,174)
#BEBCBA
(190,188,186)
#CAC9C6
(202,201,198)
#D6D6D2
(214,214,210)
#E2E3DE
(226,227,222)
#EEF0EA
(238,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766E72; }

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

This text font color is #766E72.


Background Color

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

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

This div background color is #766E72.


Border color

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

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

This div border color is #766E72.


Opacity

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

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

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

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

This text has shadow with #766E72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766E72 on black background.


Color preview on white background

This text has color #766E72 on white background.



Black color preview on #766E72 background

This text has black color on #766E72 background.


White color preview on #766E72 background

This text has white color on #766E72 background.