COLOR #766A6D

HEX: #766A6D RGB: (118,106,109)

Color info

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

RGB color model

#766A6D color RGB value is (118,106,109).

RGB: (118,106,109) (46%, 42%, 43%)

RGB channels and saturation

R 118 of 255 = 46%
G 106 of 255 = 42%
B 109 of 255 = 43%

118
106
109

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

Portions of RGB colors in percentages

R + G + B = 118 + 106 + 109 = 333 (100%)
R 118 of 333 ~ 35.44%
G 106 of 333 ~ 31.83%
B 109 of 333 ~ 32.73'%

%35.44
%31.83
%32.73

CMYK color model

#766A6D color CMYK value is (0,10,8,54).

  • cyan value is 0.00%
  • magenta value is 10.17%
  • yellow value is 7.63%
  • key color value is 53.73%

CMYK: (0,10,8,54)
C0M10Y8K54 (0%, 10%, 8%, 54%)
(0.00 / 0.10 / 0.08 / 0.54)

CMYK percentages

%0
%10.17
%7.63
%53.73

Codes

Color #766A6D in popluar color models

76 6A 6D
RGB 118 106 109
HSL 345° 5.36% 43.92%
HSB/HSV 345° 10.17% 46.27%
CMYK 0.00% 10.17% 7.63%
53.73%

Color #766A6D in popluar number systems.

HEX 76 6A 6D
Decimal 118 106 109
Binary 1110110 1101010 1101101
Octal 166 152 155

Shades and tints

Shades of #766A6D

#766A6D
(118,106,109)
#6C6164
(108,97,100)
#62585B
(98,88,91)
#584F52
(88,79,82)
#4E4649
(78,70,73)
#443D40
(68,61,64)
#3A3437
(58,52,55)
#302B2E
(48,43,46)
#262225
(38,34,37)
#1C191C
(28,25,28)
#121013
(18,16,19)
#000000
(0,0,0)

Tints of #766A6D

#766A6D
(118,106,109)
#82777A
(130,119,122)
#8E8487
(142,132,135)
#9A9194
(154,145,148)
#A69EA1
(166,158,161)
#B2ABAE
(178,171,174)
#BEB8BB
(190,184,187)
#CAC5C8
(202,197,200)
#D6D2D5
(214,210,213)
#E2DFE2
(226,223,226)
#EEECEF
(238,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766A6D; }

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

This text font color is #766A6D.

Background Color

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

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

This div background color is #766A6D.

Border color

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

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

This div border color is #766A6D.

Opacity

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

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

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

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

This text has shadow with #766A6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #766A6D.

Preview

Color preview on black background

This text has color #766A6D on black background.


Color preview on white background

This text has color #766A6D on white background.


Black color preview on #766A6D background

This text has black color on #766A6D background.


White color preview on #766A6D background

This text has white color on #766A6D background.


Related colors

Complementary color

Complementary color for #hex is #899592.


I love getcolorcode.com

Triadic colors

1 #6D766A and #6A6D76 with #766A6D are triadic colors.

2 #6D6A76 and #6A766D with #766A6D are triadic colors.