COLOR #766A66

HEX: #766A66
RGB: (118,106,102)

Color info

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

RGB color model

#766A66 color RGB value is (118,106,102).

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

RGB channels and saturation

R 118 of 255 = 46%
G 106 of 255 = 42%
B 102 of 255 = 40%

118
106
102

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

Portions of RGB colors in percentages

R + G + B =
118 + 106 + 102 = 326 (100%)
R 118 of 326 ~ 36.2%
G 106 of 326 ~ 32.52%
B 102 of 326 ~ 31.29%

%36.2
%32.52
%31.29

CMYK color model

#766A66 color CMYK value is (0,10,14,54).

  • cyan value is 0.00%
  • magenta value is 10.17%
  • yellow value is 13.56%
  • key color value is 53.73%
CMYK:
(0,10,14,54)
C0M10Y14K54 
(0%,10%,14%,54%)
(0.00/0.10/0.14/0.54)	

CMYK percentages

%0
%10.17
%13.56
%53.73

Codes

Color #766A66 in popluar color models

766A66
RGB118106102
HSL15°7.27%43.14%
HSB/HSV15°13.56%46.27%
CMYK0.00%10.17%13.56%
53.73%

Color #766A66 in popluar number systems.

HEX766A66
Decimal118106102
Binary111011011010101100110
Octal166152146

Shades and tints

Shades of #766A66

#766A66
(118,106,102)
#6C615D
(108,97,93)
#625854
(98,88,84)
#584F4B
(88,79,75)
#4E4642
(78,70,66)
#443D39
(68,61,57)
#3A3430
(58,52,48)
#302B27
(48,43,39)
#26221E
(38,34,30)
#1C1915
(28,25,21)
#12100C
(18,16,12)
#000000
(0,0,0)

Tints of #766A66

#766A66
(118,106,102)
#827773
(130,119,115)
#8E8480
(142,132,128)
#9A918D
(154,145,141)
#A69E9A
(166,158,154)
#B2ABA7
(178,171,167)
#BEB8B4
(190,184,180)
#CAC5C1
(202,197,193)
#D6D2CE
(214,210,206)
#E2DFDB
(226,223,219)
#EEECE8
(238,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766A66; }

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

This text font color is #766A66.


Background Color

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

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

This div background color is #766A66.


Border color

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

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

This div border color is #766A66.


Opacity

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

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

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

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

This text has shadow with #766A66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766A66 on black background.


Color preview on white background

This text has color #766A66 on white background.



Black color preview on #766A66 background

This text has black color on #766A66 background.


White color preview on #766A66 background

This text has white color on #766A66 background.