COLOR #766959

HEX: #766959
RGB: (118,105,89)

Color info

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

RGB color model

#766959 color RGB value is (118,105,89).

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

RGB channels and saturation

R 118 of 255 = 46%
G 105 of 255 = 41%
B 89 of 255 = 35%

118
105
89

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

Portions of RGB colors in percentages

R + G + B =
118 + 105 + 89 = 312 (100%)
R 118 of 312 ~ 37.82%
G 105 of 312 ~ 33.65%
B 89 of 312 ~ 28.53%

%37.82
%33.65
%28.53

CMYK color model

#766959 color CMYK value is (0,11,25,54).

  • cyan value is 0.00%
  • magenta value is 11.02%
  • yellow value is 24.58%
  • key color value is 53.73%
CMYK:
(0,11,25,54)
C0M11Y25K54 
(0%,11%,25%,54%)
(0.00/0.11/0.25/0.54)	

CMYK percentages

%0
%11.02
%24.58
%53.73

Codes

Color #766959 in popluar color models

766959
RGB11810589
HSL33°14.01%40.59%
HSB/HSV33°24.58%46.27%
CMYK0.00%11.02%24.58%
53.73%

Color #766959 in popluar number systems.

HEX766959
Decimal11810589
Binary111011011010011011001
Octal166151131

Shades and tints

Shades of #766959

#766959
(118,105,89)
#6C6051
(108,96,81)
#625749
(98,87,73)
#584E41
(88,78,65)
#4E4539
(78,69,57)
#443C31
(68,60,49)
#3A3329
(58,51,41)
#302A21
(48,42,33)
#262119
(38,33,25)
#1C1811
(28,24,17)
#120F09
(18,15,9)
#000000
(0,0,0)

Tints of #766959

#766959
(118,105,89)
#827668
(130,118,104)
#8E8377
(142,131,119)
#9A9086
(154,144,134)
#A69D95
(166,157,149)
#B2AAA4
(178,170,164)
#BEB7B3
(190,183,179)
#CAC4C2
(202,196,194)
#D6D1D1
(214,209,209)
#E2DEE0
(226,222,224)
#EEEBEF
(238,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766959; }

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

This text font color is #766959.


Background Color

.myBgColor { background-color: #766959; }

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

This div background color is #766959.


Border color

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

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

This div border color is #766959.


Opacity

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

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

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

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

This text has shadow with #766959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766959 on black background.


Color preview on white background

This text has color #766959 on white background.



Black color preview on #766959 background

This text has black color on #766959 background.


White color preview on #766959 background

This text has white color on #766959 background.