COLOR #76626D

HEX: #76626D
RGB: (118,98,109)

Color info

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

RGB color model

#76626D color RGB value is (118,98,109).

  • red value is 118;
  • green value is 98;
  • blue value is 109.
RGB:
(118,98,109)
(46%,38%,43%)

RGB channels and saturation

R 118 of 255 = 46%
G 98 of 255 = 38%
B 109 of 255 = 43%

118
98
109

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

Portions of RGB colors in percentages

R + G + B =
118 + 98 + 109 = 325 (100%)
R 118 of 325 ~ 36.31%
G 98 of 325 ~ 30.15%
B 109 of 325 ~ 33.54%

%36.31
%30.15
%33.54

CMYK color model

#76626D color CMYK value is (0,17,8,54).

  • cyan value is 0.00%
  • magenta value is 16.95%
  • yellow value is 7.63%
  • key color value is 53.73%
CMYK:
(0,17,8,54)
C0M17Y8K54 
(0%,17%,8%,54%)
(0.00/0.17/0.08/0.54)	

CMYK percentages

%0
%16.95
%7.63
%53.73

Codes

Color #76626D in popluar color models

76626D
RGB11898109
HSL327°9.26%42.35%
HSB/HSV327°16.95%46.27%
CMYK0.00%16.95%7.63%
53.73%

Color #76626D in popluar number systems.

HEX76626D
Decimal11898109
Binary111011011000101101101
Octal166142155

Shades and tints

Shades of #76626D

#76626D
(118,98,109)
#6C5A64
(108,90,100)
#62525B
(98,82,91)
#584A52
(88,74,82)
#4E4249
(78,66,73)
#443A40
(68,58,64)
#3A3237
(58,50,55)
#302A2E
(48,42,46)
#262225
(38,34,37)
#1C1A1C
(28,26,28)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #76626D

#76626D
(118,98,109)
#82707A
(130,112,122)
#8E7E87
(142,126,135)
#9A8C94
(154,140,148)
#A69AA1
(166,154,161)
#B2A8AE
(178,168,174)
#BEB6BB
(190,182,187)
#CAC4C8
(202,196,200)
#D6D2D5
(214,210,213)
#E2E0E2
(226,224,226)
#EEEEEF
(238,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76626D color. Also use rgb(118,98,109) instead hex code.

Text Font Color

.myTextColor { color: #76626D; }

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

This text font color is #76626D.


Background Color

.myBgColor { background-color: #76626D; }

<div style="background-color:#76626D">Inner text</div>

This div background color is #76626D.


Border color

.myBorderColor { border: 1px solid #76626D; }

<div style="border:3px solid #76626D">Div</div>

This div border color is #76626D.


Opacity

.myOpacity80 { color: #76626D; opacity: 0.8; }

<p style="color:#76626D;opacity:0.8;">80%</p>

Text with #76626D 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 #76626D;}

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

This text has shadow with #76626D color.

.textShadow {text-shadow: 3px 3px 1px #76626D, 3px 3px 1px red;}

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

This text has shadow with #76626D primary color and red secondary color.


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

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

This text has shadow with #76626D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76626D on black background.


Color preview on white background

This text has color #76626D on white background.



Black color preview on #76626D background

This text has black color on #76626D background.


White color preview on #76626D background

This text has white color on #76626D background.