COLOR #76676C

HEX: #76676C
RGB: (118,103,108)

Color info

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

RGB color model

#76676C color RGB value is (118,103,108).

  • red value is 118;
  • green value is 103;
  • blue value is 108.
RGB:
(118,103,108)
(46%,40%,42%)

RGB channels and saturation

R 118 of 255 = 46%
G 103 of 255 = 40%
B 108 of 255 = 42%

118
103
108

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

Portions of RGB colors in percentages

R + G + B =
118 + 103 + 108 = 329 (100%)
R 118 of 329 ~ 35.87%
G 103 of 329 ~ 31.31%
B 108 of 329 ~ 32.83%

%35.87
%31.31
%32.83

CMYK color model

#76676C color CMYK value is (0,13,8,54).

  • cyan value is 0.00%
  • magenta value is 12.71%
  • yellow value is 8.47%
  • key color value is 53.73%
CMYK:
(0,13,8,54)
C0M13Y8K54 
(0%,13%,8%,54%)
(0.00/0.13/0.08/0.54)	

CMYK percentages

%0
%12.71
%8.47
%53.73

Codes

Color #76676C in popluar color models

76676C
RGB118103108
HSL340°6.79%43.33%
HSB/HSV340°12.71%46.27%
CMYK0.00%12.71%8.47%
53.73%

Color #76676C in popluar number systems.

HEX76676C
Decimal118103108
Binary111011011001111101100
Octal166147154

Shades and tints

Shades of #76676C

#76676C
(118,103,108)
#6C5E63
(108,94,99)
#62555A
(98,85,90)
#584C51
(88,76,81)
#4E4348
(78,67,72)
#443A3F
(68,58,63)
#3A3136
(58,49,54)
#30282D
(48,40,45)
#261F24
(38,31,36)
#1C161B
(28,22,27)
#120D12
(18,13,18)
#000000
(0,0,0)

Tints of #76676C

#76676C
(118,103,108)
#827479
(130,116,121)
#8E8186
(142,129,134)
#9A8E93
(154,142,147)
#A69BA0
(166,155,160)
#B2A8AD
(178,168,173)
#BEB5BA
(190,181,186)
#CAC2C7
(202,194,199)
#D6CFD4
(214,207,212)
#E2DCE1
(226,220,225)
#EEE9EE
(238,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76676C; }

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

This text font color is #76676C.


Background Color

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

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

This div background color is #76676C.


Border color

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

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

This div border color is #76676C.


Opacity

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

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

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

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

This text has shadow with #76676C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76676C on black background.


Color preview on white background

This text has color #76676C on white background.



Black color preview on #76676C background

This text has black color on #76676C background.


White color preview on #76676C background

This text has white color on #76676C background.