COLOR #76636E

HEX: #76636E
RGB: (118,99,110)

Color info

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

RGB color model

#76636E color RGB value is (118,99,110).

  • red value is 118;
  • green value is 99;
  • blue value is 110.
RGB:
(118,99,110)
(46%,39%,43%)

RGB channels and saturation

R 118 of 255 = 46%
G 99 of 255 = 39%
B 110 of 255 = 43%

118
99
110

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

Portions of RGB colors in percentages

R + G + B =
118 + 99 + 110 = 327 (100%)
R 118 of 327 ~ 36.09%
G 99 of 327 ~ 30.28%
B 110 of 327 ~ 33.64%

%36.09
%30.28
%33.64

CMYK color model

#76636E color CMYK value is (0,16,7,54).

  • cyan value is 0.00%
  • magenta value is 16.10%
  • yellow value is 6.78%
  • key color value is 53.73%
CMYK:
(0,16,7,54)
C0M16Y7K54 
(0%,16%,7%,54%)
(0.00/0.16/0.07/0.54)	

CMYK percentages

%0
%16.1
%6.78
%53.73

Codes

Color #76636E in popluar color models

76636E
RGB11899110
HSL325°8.76%42.55%
HSB/HSV325°16.10%46.27%
CMYK0.00%16.10%6.78%
53.73%

Color #76636E in popluar number systems.

HEX76636E
Decimal11899110
Binary111011011000111101110
Octal166143156

Shades and tints

Shades of #76636E

#76636E
(118,99,110)
#6C5A64
(108,90,100)
#62515A
(98,81,90)
#584850
(88,72,80)
#4E3F46
(78,63,70)
#44363C
(68,54,60)
#3A2D32
(58,45,50)
#302428
(48,36,40)
#261B1E
(38,27,30)
#1C1214
(28,18,20)
#12090A
(18,9,10)
#000000
(0,0,0)

Tints of #76636E

#76636E
(118,99,110)
#82717B
(130,113,123)
#8E7F88
(142,127,136)
#9A8D95
(154,141,149)
#A69BA2
(166,155,162)
#B2A9AF
(178,169,175)
#BEB7BC
(190,183,188)
#CAC5C9
(202,197,201)
#D6D3D6
(214,211,214)
#E2E1E3
(226,225,227)
#EEEFF0
(238,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76636E color. Also use rgb(118,99,110) instead hex code.

Text Font Color

.myTextColor { color: #76636E; }

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

This text font color is #76636E.


Background Color

.myBgColor { background-color: #76636E; }

<div style="background-color:#76636E">Inner text</div>

This div background color is #76636E.


Border color

.myBorderColor { border: 1px solid #76636E; }

<div style="border:3px solid #76636E">Div</div>

This div border color is #76636E.


Opacity

.myOpacity80 { color: #76636E; opacity: 0.8; }

<p style="color:#76636E;opacity:0.8;">80%</p>

Text with #76636E 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 #76636E;}

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

This text has shadow with #76636E color.

.textShadow {text-shadow: 3px 3px 1px #76636E, 3px 3px 1px red;}

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

This text has shadow with #76636E primary color and red secondary color.


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

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

This text has shadow with #76636E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76636E on black background.


Color preview on white background

This text has color #76636E on white background.



Black color preview on #76636E background

This text has black color on #76636E background.


White color preview on #76636E background

This text has white color on #76636E background.