COLOR #766961

HEX: #766961
RGB: (118,105,97)

Color info

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

RGB color model

#766961 color RGB value is (118,105,97).

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

RGB channels and saturation

R 118 of 255 = 46%
G 105 of 255 = 41%
B 97 of 255 = 38%

118
105
97

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

Portions of RGB colors in percentages

R + G + B =
118 + 105 + 97 = 320 (100%)
R 118 of 320 ~ 36.88%
G 105 of 320 ~ 32.81%
B 97 of 320 ~ 30.31%

%36.88
%32.81
%30.31

CMYK color model

#766961 color CMYK value is (0,11,18,54).

  • cyan value is 0.00%
  • magenta value is 11.02%
  • yellow value is 17.80%
  • key color value is 53.73%
CMYK:
(0,11,18,54)
C0M11Y18K54 
(0%,11%,18%,54%)
(0.00/0.11/0.18/0.54)	

CMYK percentages

%0
%11.02
%17.8
%53.73

Codes

Color #766961 in popluar color models

766961
RGB11810597
HSL23°9.77%42.16%
HSB/HSV23°17.80%46.27%
CMYK0.00%11.02%17.80%
53.73%

Color #766961 in popluar number systems.

HEX766961
Decimal11810597
Binary111011011010011100001
Octal166151141

Shades and tints

Shades of #766961

#766961
(118,105,97)
#6C6059
(108,96,89)
#625751
(98,87,81)
#584E49
(88,78,73)
#4E4541
(78,69,65)
#443C39
(68,60,57)
#3A3331
(58,51,49)
#302A29
(48,42,41)
#262121
(38,33,33)
#1C1819
(28,24,25)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #766961

#766961
(118,105,97)
#82766F
(130,118,111)
#8E837D
(142,131,125)
#9A908B
(154,144,139)
#A69D99
(166,157,153)
#B2AAA7
(178,170,167)
#BEB7B5
(190,183,181)
#CAC4C3
(202,196,195)
#D6D1D1
(214,209,209)
#E2DEDF
(226,222,223)
#EEEBED
(238,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766961; }

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

This text font color is #766961.


Background Color

.myBgColor { background-color: #766961; }

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

This div background color is #766961.


Border color

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

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

This div border color is #766961.


Opacity

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

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

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

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

This text has shadow with #766961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766961 on black background.


Color preview on white background

This text has color #766961 on white background.



Black color preview on #766961 background

This text has black color on #766961 background.


White color preview on #766961 background

This text has white color on #766961 background.