COLOR #76666F

HEX: #76666F RGB: (118,102,111)

Color info

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

RGB color model

#76666F color RGB value is (118,102,111).

RGB: (118,102,111) (46%, 40%, 44%)

RGB channels and saturation

R 118 of 255 = 46%
G 102 of 255 = 40%
B 111 of 255 = 44%

118
102
111

R + G + B ~ 43%. #76666F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 118 + 102 + 111 = 331 (100%)
R 118 of 331 ~ 35.65%
G 102 of 331 ~ 30.82%
B 111 of 331 ~ 33.53'%

%35.65
%30.82
%33.53

CMYK color model

#76666F color CMYK value is (0,14,6,54).

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

CMYK: (0,14,6,54)
C0M14Y6K54 (0%, 14%, 6%, 54%)
(0.00 / 0.14 / 0.06 / 0.54)

CMYK percentages

%0
%13.56
%5.93
%53.73

Codes

Color #76666F in popluar color models

76 66 6F
RGB 118 102 111
HSL 326° 7.27% 43.14%
HSB/HSV 326° 13.56% 46.27%
CMYK 0.00% 13.56% 5.93%
53.73%

Color #76666F in popluar number systems.

HEX 76 66 6F
Decimal 118 102 111
Binary 1110110 1100110 1101111
Octal 166 146 157

Shades and tints

Shades of #76666F

#76666F
(118,102,111)
#6C5D65
(108,93,101)
#62545B
(98,84,91)
#584B51
(88,75,81)
#4E4247
(78,66,71)
#44393D
(68,57,61)
#3A3033
(58,48,51)
#302729
(48,39,41)
#261E1F
(38,30,31)
#1C1515
(28,21,21)
#120C0B
(18,12,11)
#000000
(0,0,0)

Tints of #76666F

#76666F
(118,102,111)
#82737C
(130,115,124)
#8E8089
(142,128,137)
#9A8D96
(154,141,150)
#A69AA3
(166,154,163)
#B2A7B0
(178,167,176)
#BEB4BD
(190,180,189)
#CAC1CA
(202,193,202)
#D6CED7
(214,206,215)
#E2DBE4
(226,219,228)
#EEE8F1
(238,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76666F color. Also use rgb(118,102,111) instead hex code.

Text Font Color

.myTextColor { color: #76666F; }

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

This text font color is #76666F.

Background Color

.myBgColor { background-color: #76666F; }

<div style="background-color:#76666F">Inner text</div>

This div background color is #76666F.

Border color

.myBorderColor { border: 1px solid #76666F; }

<div style="border:3px solid #76666F">Div</div>

This div border color is #76666F.

Opacity

.myOpacity80 { color: #76666F; opacity: 0.8; }

<p style="color:#76666F;opacity:0.8;">80%</p>

Text with #76666F 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 #76666F;}

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

This text has shadow with #76666F color.


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

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

This text has shadow with #76666F primary color and red secondary color.


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

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

This text has shadow with #76666F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #76666F.

Preview

Color preview on black background

This text has color #76666F on black background.


Color preview on white background

This text has color #76666F on white background.


Black color preview on #76666F background

This text has black color on #76666F background.


White color preview on #76666F background

This text has white color on #76666F background.


Related colors

Complementary color

Complementary color for #hex is #899990.


I love getcolorcode.com

Triadic colors

1 #6F7666 and #666F76 with #76666F are triadic colors.

2 #6F6676 and #66766F with #76666F are triadic colors.