COLOR #76626F

HEX: #76626F
RGB: (118,98,111)

Color info

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

RGB color model

#76626F color RGB value is (118,98,111).

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

RGB channels and saturation

R 118 of 255 = 46%
G 98 of 255 = 38%
B 111 of 255 = 44%

118
98
111

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

Portions of RGB colors in percentages

R + G + B =
118 + 98 + 111 = 327 (100%)
R 118 of 327 ~ 36.09%
G 98 of 327 ~ 29.97%
B 111 of 327 ~ 33.94%

%36.09
%29.97
%33.94

CMYK color model

#76626F color CMYK value is (0,17,6,54).

  • cyan value is 0.00%
  • magenta value is 16.95%
  • yellow value is 5.93%
  • key color value is 53.73%
CMYK:
(0,17,6,54)
C0M17Y6K54 
(0%,17%,6%,54%)
(0.00/0.17/0.06/0.54)	

CMYK percentages

%0
%16.95
%5.93
%53.73

Codes

Color #76626F in popluar color models

76626F
RGB11898111
HSL321°9.26%42.35%
HSB/HSV321°16.95%46.27%
CMYK0.00%16.95%5.93%
53.73%

Color #76626F in popluar number systems.

HEX76626F
Decimal11898111
Binary111011011000101101111
Octal166142157

Shades and tints

Shades of #76626F

#76626F
(118,98,111)
#6C5A65
(108,90,101)
#62525B
(98,82,91)
#584A51
(88,74,81)
#4E4247
(78,66,71)
#443A3D
(68,58,61)
#3A3233
(58,50,51)
#302A29
(48,42,41)
#26221F
(38,34,31)
#1C1A15
(28,26,21)
#12120B
(18,18,11)
#000000
(0,0,0)

Tints of #76626F

#76626F
(118,98,111)
#82707C
(130,112,124)
#8E7E89
(142,126,137)
#9A8C96
(154,140,150)
#A69AA3
(166,154,163)
#B2A8B0
(178,168,176)
#BEB6BD
(190,182,189)
#CAC4CA
(202,196,202)
#D6D2D7
(214,210,215)
#E2E0E4
(226,224,228)
#EEEEF1
(238,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76626F; }

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

This text font color is #76626F.


Background Color

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

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

This div background color is #76626F.


Border color

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

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

This div border color is #76626F.


Opacity

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

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

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

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

This text has shadow with #76626F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76626F on black background.


Color preview on white background

This text has color #76626F on white background.



Black color preview on #76626F background

This text has black color on #76626F background.


White color preview on #76626F background

This text has white color on #76626F background.