COLOR #766F56

HEX: #766F56 RGB: (118,111,86)

Color info

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

RGB color model

#766F56 color RGB value is (118,111,86).

RGB: (118,111,86) (46%, 44%, 34%)

RGB channels and saturation

R 118 of 255 = 46%
G 111 of 255 = 44%
B 86 of 255 = 34%

118
111
86

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

Portions of RGB colors in percentages

R + G + B = 118 + 111 + 86 = 315 (100%)
R 118 of 315 ~ 37.46%
G 111 of 315 ~ 35.24%
B 86 of 315 ~ 27.3'%

%37.46
%35.24
%27.3

CMYK color model

#766F56 color CMYK value is (0,6,27,54).

  • cyan value is 0.00%
  • magenta value is 5.93%
  • yellow value is 27.12%
  • key color value is 53.73%

CMYK: (0,6,27,54)
C0M6Y27K54 (0%, 6%, 27%, 54%)
(0.00 / 0.06 / 0.27 / 0.54)

CMYK percentages

%0
%5.93
%27.12
%53.73

Codes

Color #766F56 in popluar color models

76 6F 56
RGB 118 111 86
HSL 47° 15.69% 40.00%
HSB/HSV 47° 27.12% 46.27%
CMYK 0.00% 5.93% 27.12%
53.73%

Color #766F56 in popluar number systems.

HEX 76 6F 56
Decimal 118 111 86
Binary 1110110 1101111 1010110
Octal 166 157 126

Shades and tints

Shades of #766F56

#766F56
(118,111,86)
#6C654F
(108,101,79)
#625B48
(98,91,72)
#585141
(88,81,65)
#4E473A
(78,71,58)
#443D33
(68,61,51)
#3A332C
(58,51,44)
#302925
(48,41,37)
#261F1E
(38,31,30)
#1C1517
(28,21,23)
#120B10
(18,11,16)
#000000
(0,0,0)

Tints of #766F56

#766F56
(118,111,86)
#827C65
(130,124,101)
#8E8974
(142,137,116)
#9A9683
(154,150,131)
#A6A392
(166,163,146)
#B2B0A1
(178,176,161)
#BEBDB0
(190,189,176)
#CACABF
(202,202,191)
#D6D7CE
(214,215,206)
#E2E4DD
(226,228,221)
#EEF1EC
(238,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #766F56 color. Also use rgb(118,111,86) instead hex code.

Text Font Color

.myTextColor { color: #766F56; }

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

This text font color is #766F56.

Background Color

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

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

This div background color is #766F56.

Border color

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

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

This div border color is #766F56.

Opacity

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

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

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

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

This text has shadow with #766F56 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #766F56.

Preview

Color preview on black background

This text has color #766F56 on black background.


Color preview on white background

This text has color #766F56 on white background.


Black color preview on #766F56 background

This text has black color on #766F56 background.


White color preview on #766F56 background

This text has white color on #766F56 background.


Related colors

Complementary color

Complementary color for #hex is #8990A9.


I love getcolorcode.com

Triadic colors

1 #56766F and #6F5676 with #766F56 are triadic colors.

2 #566F76 and #6F7656 with #766F56 are triadic colors.