COLOR #766A57

HEX: #766A57
RGB: (118,106,87)

Color info

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

RGB color model

#766A57 color RGB value is (118,106,87).

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

RGB channels and saturation

R 118 of 255 = 46%
G 106 of 255 = 42%
B 87 of 255 = 34%

118
106
87

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

Portions of RGB colors in percentages

R + G + B =
118 + 106 + 87 = 311 (100%)
R 118 of 311 ~ 37.94%
G 106 of 311 ~ 34.08%
B 87 of 311 ~ 27.97%

%37.94
%34.08
%27.97

CMYK color model

#766A57 color CMYK value is (0,10,26,54).

  • cyan value is 0.00%
  • magenta value is 10.17%
  • yellow value is 26.27%
  • key color value is 53.73%
CMYK:
(0,10,26,54)
C0M10Y26K54 
(0%,10%,26%,54%)
(0.00/0.10/0.26/0.54)	

CMYK percentages

%0
%10.17
%26.27
%53.73

Codes

Color #766A57 in popluar color models

766A57
RGB11810687
HSL37°15.12%40.20%
HSB/HSV37°26.27%46.27%
CMYK0.00%10.17%26.27%
53.73%

Color #766A57 in popluar number systems.

HEX766A57
Decimal11810687
Binary111011011010101010111
Octal166152127

Shades and tints

Shades of #766A57

#766A57
(118,106,87)
#6C6150
(108,97,80)
#625849
(98,88,73)
#584F42
(88,79,66)
#4E463B
(78,70,59)
#443D34
(68,61,52)
#3A342D
(58,52,45)
#302B26
(48,43,38)
#26221F
(38,34,31)
#1C1918
(28,25,24)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #766A57

#766A57
(118,106,87)
#827766
(130,119,102)
#8E8475
(142,132,117)
#9A9184
(154,145,132)
#A69E93
(166,158,147)
#B2ABA2
(178,171,162)
#BEB8B1
(190,184,177)
#CAC5C0
(202,197,192)
#D6D2CF
(214,210,207)
#E2DFDE
(226,223,222)
#EEECED
(238,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766A57; }

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

This text font color is #766A57.


Background Color

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

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

This div background color is #766A57.


Border color

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

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

This div border color is #766A57.


Opacity

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

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

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

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

This text has shadow with #766A57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766A57 on black background.


Color preview on white background

This text has color #766A57 on white background.



Black color preview on #766A57 background

This text has black color on #766A57 background.


White color preview on #766A57 background

This text has white color on #766A57 background.