COLOR #76676E

HEX: #76676E RGB: (118,103,110)

Color info

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

RGB color model

#76676E color RGB value is (118,103,110).

RGB: (118,103,110) (46%, 40%, 43%)

RGB channels and saturation

R 118 of 255 = 46%
G 103 of 255 = 40%
B 110 of 255 = 43%

118
103
110

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

Portions of RGB colors in percentages

R + G + B = 118 + 103 + 110 = 331 (100%)
R 118 of 331 ~ 35.65%
G 103 of 331 ~ 31.12%
B 110 of 331 ~ 33.23'%

%35.65
%31.12
%33.23

CMYK color model

#76676E color CMYK value is (0,13,7,54).

  • cyan value is 0.00%
  • magenta value is 12.71%
  • yellow value is 6.78%
  • key color value is 53.73%

CMYK: (0,13,7,54)
C0M13Y7K54 (0%, 13%, 7%, 54%)
(0.00 / 0.13 / 0.07 / 0.54)

CMYK percentages

%0
%12.71
%6.78
%53.73

Codes

Color #76676E in popluar color models

76 67 6E
RGB 118 103 110
HSL 332° 6.79% 43.33%
HSB/HSV 332° 12.71% 46.27%
CMYK 0.00% 12.71% 6.78%
53.73%

Color #76676E in popluar number systems.

HEX 76 67 6E
Decimal 118 103 110
Binary 1110110 1100111 1101110
Octal 166 147 156

Shades and tints

Shades of #76676E

#76676E
(118,103,110)
#6C5E64
(108,94,100)
#62555A
(98,85,90)
#584C50
(88,76,80)
#4E4346
(78,67,70)
#443A3C
(68,58,60)
#3A3132
(58,49,50)
#302828
(48,40,40)
#261F1E
(38,31,30)
#1C1614
(28,22,20)
#120D0A
(18,13,10)
#000000
(0,0,0)

Tints of #76676E

#76676E
(118,103,110)
#82747B
(130,116,123)
#8E8188
(142,129,136)
#9A8E95
(154,142,149)
#A69BA2
(166,155,162)
#B2A8AF
(178,168,175)
#BEB5BC
(190,181,188)
#CAC2C9
(202,194,201)
#D6CFD6
(214,207,214)
#E2DCE3
(226,220,227)
#EEE9F0
(238,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76676E color. Also use rgb(118,103,110) instead hex code.

Text Font Color

.myTextColor { color: #76676E; }

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

This text font color is #76676E.

Background Color

.myBgColor { background-color: #76676E; }

<div style="background-color:#76676E">Inner text</div>

This div background color is #76676E.

Border color

.myBorderColor { border: 1px solid #76676E; }

<div style="border:3px solid #76676E">Div</div>

This div border color is #76676E.

Opacity

.myOpacity80 { color: #76676E; opacity: 0.8; }

<p style="color:#76676E;opacity:0.8;">80%</p>

Text with #76676E 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 #76676E;}

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

This text has shadow with #76676E color.


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

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

This text has shadow with #76676E primary color and red secondary color.


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

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

This text has shadow with #76676E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #76676E.

Preview

Color preview on black background

This text has color #76676E on black background.


Color preview on white background

This text has color #76676E on white background.


Black color preview on #76676E background

This text has black color on #76676E background.


White color preview on #76676E background

This text has white color on #76676E background.


Related colors

Complementary color

Complementary color for #hex is #899891.


I love getcolorcode.com

Triadic colors

1 #6E7667 and #676E76 with #76676E are triadic colors.

2 #6E6776 and #67766E with #76676E are triadic colors.