COLOR #766A4D

HEX: #766A4D
RGB: (118,106,77)

Color info

#766A4D contains red, green and blue colors in about the same proportion. Web safe color of #766A4D is #666633 (or #663).

RGB color model

#766A4D color RGB value is (118,106,77).

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

RGB channels and saturation

R 118 of 255 = 46%
G 106 of 255 = 42%
B 77 of 255 = 30%

118
106
77

R + G + B ~ 39%. #766A4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 106 + 77 = 301 (100%)
R 118 of 301 ~ 39.2%
G 106 of 301 ~ 35.22%
B 77 of 301 ~ 25.58%

%39.2
%35.22
%25.58

CMYK color model

#766A4D color CMYK value is (0,10,35,54).

  • cyan value is 0.00%
  • magenta value is 10.17%
  • yellow value is 34.75%
  • key color value is 53.73%
CMYK:
(0,10,35,54)
C0M10Y35K54 
(0%,10%,35%,54%)
(0.00/0.10/0.35/0.54)	

CMYK percentages

%0
%10.17
%34.75
%53.73

Codes

Color #766A4D in popluar color models

766A4D
RGB11810677
HSL42°21.03%38.24%
HSB/HSV42°34.75%46.27%
CMYK0.00%10.17%34.75%
53.73%

Color #766A4D in popluar number systems.

HEX766A4D
Decimal11810677
Binary111011011010101001101
Octal166152115

Shades and tints

Shades of #766A4D

#766A4D
(118,106,77)
#6C6146
(108,97,70)
#62583F
(98,88,63)
#584F38
(88,79,56)
#4E4631
(78,70,49)
#443D2A
(68,61,42)
#3A3423
(58,52,35)
#302B1C
(48,43,28)
#262215
(38,34,21)
#1C190E
(28,25,14)
#121007
(18,16,7)
#000000
(0,0,0)

Tints of #766A4D

#766A4D
(118,106,77)
#82775D
(130,119,93)
#8E846D
(142,132,109)
#9A917D
(154,145,125)
#A69E8D
(166,158,141)
#B2AB9D
(178,171,157)
#BEB8AD
(190,184,173)
#CAC5BD
(202,197,189)
#D6D2CD
(214,210,205)
#E2DFDD
(226,223,221)
#EEECED
(238,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766A4D; }

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

This text font color is #766A4D.


Background Color

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

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

This div background color is #766A4D.


Border color

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

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

This div border color is #766A4D.


Opacity

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

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

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

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

This text has shadow with #766A4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766A4D on black background.


Color preview on white background

This text has color #766A4D on white background.



Black color preview on #766A4D background

This text has black color on #766A4D background.


White color preview on #766A4D background

This text has white color on #766A4D background.