COLOR #766C5C

HEX: #766C5C RGB: (118,108,92)

Color info

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

RGB color model

#766C5C color RGB value is (118,108,92).

RGB: (118,108,92) (46%, 42%, 36%)

RGB channels and saturation

R 118 of 255 = 46%
G 108 of 255 = 42%
B 92 of 255 = 36%

118
108
92

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

Portions of RGB colors in percentages

R + G + B = 118 + 108 + 92 = 318 (100%)
R 118 of 318 ~ 37.11%
G 108 of 318 ~ 33.96%
B 92 of 318 ~ 28.93'%

%37.11
%33.96
%28.93

CMYK color model

#766C5C color CMYK value is (0,8,22,54).

  • cyan value is 0.00%
  • magenta value is 8.47%
  • yellow value is 22.03%
  • key color value is 53.73%

CMYK: (0,8,22,54)
C0M8Y22K54 (0%, 8%, 22%, 54%)
(0.00 / 0.08 / 0.22 / 0.54)

CMYK percentages

%0
%8.47
%22.03
%53.73

Codes

Color #766C5C in popluar color models

76 6C 5C
RGB 118 108 92
HSL 37° 12.38% 41.18%
HSB/HSV 37° 22.03% 46.27%
CMYK 0.00% 8.47% 22.03%
53.73%

Color #766C5C in popluar number systems.

HEX 76 6C 5C
Decimal 118 108 92
Binary 1110110 1101100 1011100
Octal 166 154 134

Shades and tints

Shades of #766C5C

#766C5C
(118,108,92)
#6C6354
(108,99,84)
#625A4C
(98,90,76)
#585144
(88,81,68)
#4E483C
(78,72,60)
#443F34
(68,63,52)
#3A362C
(58,54,44)
#302D24
(48,45,36)
#26241C
(38,36,28)
#1C1B14
(28,27,20)
#12120C
(18,18,12)
#000000
(0,0,0)

Tints of #766C5C

#766C5C
(118,108,92)
#82796A
(130,121,106)
#8E8678
(142,134,120)
#9A9386
(154,147,134)
#A6A094
(166,160,148)
#B2ADA2
(178,173,162)
#BEBAB0
(190,186,176)
#CAC7BE
(202,199,190)
#D6D4CC
(214,212,204)
#E2E1DA
(226,225,218)
#EEEEE8
(238,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #766C5C color. Also use rgb(118,108,92) instead hex code.

Text Font Color

.myTextColor { color: #766C5C; }

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

This text font color is #766C5C.

Background Color

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

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

This div background color is #766C5C.

Border color

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

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

This div border color is #766C5C.

Opacity

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

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

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

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

This text has shadow with #766C5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #766C5C.

Preview

Color preview on black background

This text has color #766C5C on black background.


Color preview on white background

This text has color #766C5C on white background.


Black color preview on #766C5C background

This text has black color on #766C5C background.


White color preview on #766C5C background

This text has white color on #766C5C background.


Related colors

Complementary color

Complementary color for #hex is #8993A3.


I love getcolorcode.com

Triadic colors

1 #5C766C and #6C5C76 with #766C5C are triadic colors.

2 #5C6C76 and #6C765C with #766C5C are triadic colors.