COLOR #76646C

HEX: #76646C
RGB: (118,100,108)

Color info

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

RGB color model

#76646C color RGB value is (118,100,108).

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

RGB channels and saturation

R 118 of 255 = 46%
G 100 of 255 = 39%
B 108 of 255 = 42%

118
100
108

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

Portions of RGB colors in percentages

R + G + B =
118 + 100 + 108 = 326 (100%)
R 118 of 326 ~ 36.2%
G 100 of 326 ~ 30.67%
B 108 of 326 ~ 33.13%

%36.2
%30.67
%33.13

CMYK color model

#76646C color CMYK value is (0,15,8,54).

  • cyan value is 0.00%
  • magenta value is 15.25%
  • yellow value is 8.47%
  • key color value is 53.73%
CMYK:
(0,15,8,54)
C0M15Y8K54 
(0%,15%,8%,54%)
(0.00/0.15/0.08/0.54)	

CMYK percentages

%0
%15.25
%8.47
%53.73

Codes

Color #76646C in popluar color models

76646C
RGB118100108
HSL333°8.26%42.75%
HSB/HSV333°15.25%46.27%
CMYK0.00%15.25%8.47%
53.73%

Color #76646C in popluar number systems.

HEX76646C
Decimal118100108
Binary111011011001001101100
Octal166144154

Shades and tints

Shades of #76646C

#76646C
(118,100,108)
#6C5B63
(108,91,99)
#62525A
(98,82,90)
#584951
(88,73,81)
#4E4048
(78,64,72)
#44373F
(68,55,63)
#3A2E36
(58,46,54)
#30252D
(48,37,45)
#261C24
(38,28,36)
#1C131B
(28,19,27)
#120A12
(18,10,18)
#000000
(0,0,0)

Tints of #76646C

#76646C
(118,100,108)
#827279
(130,114,121)
#8E8086
(142,128,134)
#9A8E93
(154,142,147)
#A69CA0
(166,156,160)
#B2AAAD
(178,170,173)
#BEB8BA
(190,184,186)
#CAC6C7
(202,198,199)
#D6D4D4
(214,212,212)
#E2E2E1
(226,226,225)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76646C; }

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

This text font color is #76646C.


Background Color

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

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

This div background color is #76646C.


Border color

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

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

This div border color is #76646C.


Opacity

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

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

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

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

This text has shadow with #76646C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76646C on black background.


Color preview on white background

This text has color #76646C on white background.



Black color preview on #76646C background

This text has black color on #76646C background.


White color preview on #76646C background

This text has white color on #76646C background.