COLOR #766C60

HEX: #766C60 RGB: (118,108,96)

Color info

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

RGB color model

#766C60 color RGB value is (118,108,96).

RGB: (118,108,96) (46%, 42%, 38%)

RGB channels and saturation

R 118 of 255 = 46%
G 108 of 255 = 42%
B 96 of 255 = 38%

118
108
96

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

Portions of RGB colors in percentages

R + G + B = 118 + 108 + 96 = 322 (100%)
R 118 of 322 ~ 36.65%
G 108 of 322 ~ 33.54%
B 96 of 322 ~ 29.81'%

%36.65
%33.54
%29.81

CMYK color model

#766C60 color CMYK value is (0,8,19,54).

  • cyan value is 0.00%
  • magenta value is 8.47%
  • yellow value is 18.64%
  • key color value is 53.73%
CMYK: (0,8,19,54) C0M8Y19K54 (0%,8%,19%,54%) (0.00/0.08/0.19/0.54) 

CMYK percentages

%0
%8.47
%18.64
%53.73

Codes

Color #766C60 in popluar color models

76 6C 60
RGB 118 108 96
HSL 33° 10.28% 41.96%
HSB/HSV 33° 18.64% 46.27%
CMYK 0.00% 8.47% 18.64%
53.73%

Color #766C60 in popluar number systems.

HEX 76 6C 60
Decimal 118 108 96
Binary 1110110 1101100 1100000
Octal 166 154 140

Shades and tints

Shades of #766C60

#766C60
(118,108,96)
#6C6358
(108,99,88)
#625A50
(98,90,80)
#585148
(88,81,72)
#4E4840
(78,72,64)
#443F38
(68,63,56)
#3A3630
(58,54,48)
#302D28
(48,45,40)
#262420
(38,36,32)
#1C1B18
(28,27,24)
#121210
(18,18,16)
#000000
(0,0,0)

Tints of #766C60

#766C60
(118,108,96)
#82796E
(130,121,110)
#8E867C
(142,134,124)
#9A938A
(154,147,138)
#A6A098
(166,160,152)
#B2ADA6
(178,173,166)
#BEBAB4
(190,186,180)
#CAC7C2
(202,199,194)
#D6D4D0
(214,212,208)
#E2E1DE
(226,225,222)
#EEEEEC
(238,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766C60; }

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

This text font color is #766C60.

Background Color

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

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

This div background color is #766C60.

Border color

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

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

This div border color is #766C60.

Opacity

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

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

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

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

This text has shadow with #766C60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #766C60.

Preview

Color preview on black background

This text has color #766C60 on black background.


Color preview on white background

This text has color #766C60 on white background.


Black color preview on #766C60 background

This text has black color on #766C60 background.


White color preview on #766C60 background

This text has white color on #766C60 background.


Related colors

Complementary color

Complementary color for #hex is #89939F.


I love getcolorcode.com

Triadic colors

1 #60766C and #6C6076 with #766C60 are triadic colors.

2 #606C76 and #6C7660 with #766C60 are triadic colors.