COLOR #766966

HEX: #766966
RGB: (118,105,102)

Color info

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

RGB color model

#766966 color RGB value is (118,105,102).

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

RGB channels and saturation

R 118 of 255 = 46%
G 105 of 255 = 41%
B 102 of 255 = 40%

118
105
102

R + G + B ~ 42%. #766966 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 105 + 102 = 325 (100%)
R 118 of 325 ~ 36.31%
G 105 of 325 ~ 32.31%
B 102 of 325 ~ 31.38%

%36.31
%32.31
%31.38

CMYK color model

#766966 color CMYK value is (0,11,14,54).

  • cyan value is 0.00%
  • magenta value is 11.02%
  • yellow value is 13.56%
  • key color value is 53.73%
CMYK:
(0,11,14,54)
C0M11Y14K54 
(0%,11%,14%,54%)
(0.00/0.11/0.14/0.54)	

CMYK percentages

%0
%11.02
%13.56
%53.73

Codes

Color #766966 in popluar color models

766966
RGB118105102
HSL11°7.27%43.14%
HSB/HSV11°13.56%46.27%
CMYK0.00%11.02%13.56%
53.73%

Color #766966 in popluar number systems.

HEX766966
Decimal118105102
Binary111011011010011100110
Octal166151146

Shades and tints

Shades of #766966

#766966
(118,105,102)
#6C605D
(108,96,93)
#625754
(98,87,84)
#584E4B
(88,78,75)
#4E4542
(78,69,66)
#443C39
(68,60,57)
#3A3330
(58,51,48)
#302A27
(48,42,39)
#26211E
(38,33,30)
#1C1815
(28,24,21)
#120F0C
(18,15,12)
#000000
(0,0,0)

Tints of #766966

#766966
(118,105,102)
#827673
(130,118,115)
#8E8380
(142,131,128)
#9A908D
(154,144,141)
#A69D9A
(166,157,154)
#B2AAA7
(178,170,167)
#BEB7B4
(190,183,180)
#CAC4C1
(202,196,193)
#D6D1CE
(214,209,206)
#E2DEDB
(226,222,219)
#EEEBE8
(238,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766966; }

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

This text font color is #766966.


Background Color

.myBgColor { background-color: #766966; }

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

This div background color is #766966.


Border color

.myBorderColor { border: 1px solid #766966; }

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

This div border color is #766966.


Opacity

.myOpacity80 { color: #766966; opacity: 0.8; }

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

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

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

This text has shadow with #766966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766966 on black background.


Color preview on white background

This text has color #766966 on white background.



Black color preview on #766966 background

This text has black color on #766966 background.


White color preview on #766966 background

This text has white color on #766966 background.