COLOR #766E6A

HEX: #766E6A
RGB: (118,110,106)

Color info

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

RGB color model

#766E6A color RGB value is (118,110,106).

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

RGB channels and saturation

R 118 of 255 = 46%
G 110 of 255 = 43%
B 106 of 255 = 42%

118
110
106

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

Portions of RGB colors in percentages

R + G + B =
118 + 110 + 106 = 334 (100%)
R 118 of 334 ~ 35.33%
G 110 of 334 ~ 32.93%
B 106 of 334 ~ 31.74%

%35.33
%32.93
%31.74

CMYK color model

#766E6A color CMYK value is (0,7,10,54).

  • cyan value is 0.00%
  • magenta value is 6.78%
  • yellow value is 10.17%
  • key color value is 53.73%
CMYK:
(0,7,10,54)
C0M7Y10K54 
(0%,7%,10%,54%)
(0.00/0.07/0.10/0.54)	

CMYK percentages

%0
%6.78
%10.17
%53.73

Codes

Color #766E6A in popluar color models

766E6A
RGB118110106
HSL20°5.36%43.92%
HSB/HSV20°10.17%46.27%
CMYK0.00%6.78%10.17%
53.73%

Color #766E6A in popluar number systems.

HEX766E6A
Decimal118110106
Binary111011011011101101010
Octal166156152

Shades and tints

Shades of #766E6A

#766E6A
(118,110,106)
#6C6461
(108,100,97)
#625A58
(98,90,88)
#58504F
(88,80,79)
#4E4646
(78,70,70)
#443C3D
(68,60,61)
#3A3234
(58,50,52)
#30282B
(48,40,43)
#261E22
(38,30,34)
#1C1419
(28,20,25)
#120A10
(18,10,16)
#000000
(0,0,0)

Tints of #766E6A

#766E6A
(118,110,106)
#827B77
(130,123,119)
#8E8884
(142,136,132)
#9A9591
(154,149,145)
#A6A29E
(166,162,158)
#B2AFAB
(178,175,171)
#BEBCB8
(190,188,184)
#CAC9C5
(202,201,197)
#D6D6D2
(214,214,210)
#E2E3DF
(226,227,223)
#EEF0EC
(238,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766E6A; }

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

This text font color is #766E6A.


Background Color

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

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

This div background color is #766E6A.


Border color

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

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

This div border color is #766E6A.


Opacity

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

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

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

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

This text has shadow with #766E6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766E6A on black background.


Color preview on white background

This text has color #766E6A on white background.



Black color preview on #766E6A background

This text has black color on #766E6A background.


White color preview on #766E6A background

This text has white color on #766E6A background.