COLOR #76626A

HEX: #76626A
RGB: (118,98,106)

Color info

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

RGB color model

#76626A color RGB value is (118,98,106).

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

RGB channels and saturation

R 118 of 255 = 46%
G 98 of 255 = 38%
B 106 of 255 = 42%

118
98
106

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

Portions of RGB colors in percentages

R + G + B =
118 + 98 + 106 = 322 (100%)
R 118 of 322 ~ 36.65%
G 98 of 322 ~ 30.43%
B 106 of 322 ~ 32.92%

%36.65
%30.43
%32.92

CMYK color model

#76626A color CMYK value is (0,17,10,54).

  • cyan value is 0.00%
  • magenta value is 16.95%
  • yellow value is 10.17%
  • key color value is 53.73%
CMYK:
(0,17,10,54)
C0M17Y10K54 
(0%,17%,10%,54%)
(0.00/0.17/0.10/0.54)	

CMYK percentages

%0
%16.95
%10.17
%53.73

Codes

Color #76626A in popluar color models

76626A
RGB11898106
HSL336°9.26%42.35%
HSB/HSV336°16.95%46.27%
CMYK0.00%16.95%10.17%
53.73%

Color #76626A in popluar number systems.

HEX76626A
Decimal11898106
Binary111011011000101101010
Octal166142152

Shades and tints

Shades of #76626A

#76626A
(118,98,106)
#6C5A61
(108,90,97)
#625258
(98,82,88)
#584A4F
(88,74,79)
#4E4246
(78,66,70)
#443A3D
(68,58,61)
#3A3234
(58,50,52)
#302A2B
(48,42,43)
#262222
(38,34,34)
#1C1A19
(28,26,25)
#121210
(18,18,16)
#000000
(0,0,0)

Tints of #76626A

#76626A
(118,98,106)
#827077
(130,112,119)
#8E7E84
(142,126,132)
#9A8C91
(154,140,145)
#A69A9E
(166,154,158)
#B2A8AB
(178,168,171)
#BEB6B8
(190,182,184)
#CAC4C5
(202,196,197)
#D6D2D2
(214,210,210)
#E2E0DF
(226,224,223)
#EEEEEC
(238,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76626A; }

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

This text font color is #76626A.


Background Color

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

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

This div background color is #76626A.


Border color

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

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

This div border color is #76626A.


Opacity

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

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

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

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

This text has shadow with #76626A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76626A on black background.


Color preview on white background

This text has color #76626A on white background.



Black color preview on #76626A background

This text has black color on #76626A background.


White color preview on #76626A background

This text has white color on #76626A background.