COLOR #76757C

HEX: #76757C
RGB: (118,117,124)

Color info

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

RGB color model

#76757C color RGB value is (118,117,124).

  • red value is 118;
  • green value is 117;
  • blue value is 124.
RGB:
(118,117,124)
(46%,46%,49%)

RGB channels and saturation

R 118 of 255 = 46%
G 117 of 255 = 46%
B 124 of 255 = 49%

118
117
124

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

Portions of RGB colors in percentages

R + G + B =
118 + 117 + 124 = 359 (100%)
R 118 of 359 ~ 32.87%
G 117 of 359 ~ 32.59%
B 124 of 359 ~ 34.54%

%32.87
%32.59
%34.54

CMYK color model

#76757C color CMYK value is (5,6,0,51).

  • cyan value is 4.84%
  • magenta value is 5.65%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(5,6,0,51)
C5M6Y0K51 
(5%,6%,0%,51%)
(0.05/0.06/0.00/0.51)	

CMYK percentages

%4.84
%5.65
%0
%51.37

Codes

Color #76757C in popluar color models

76757C
RGB118117124
HSL249°2.90%47.25%
HSB/HSV249°5.65%48.63%
CMYK4.84%5.65%0.00%
51.37%

Color #76757C in popluar number systems.

HEX76757C
Decimal118117124
Binary111011011101011111100
Octal166165174

Shades and tints

Shades of #76757C

#76757C
(118,117,124)
#6C6B71
(108,107,113)
#626166
(98,97,102)
#58575B
(88,87,91)
#4E4D50
(78,77,80)
#444345
(68,67,69)
#3A393A
(58,57,58)
#302F2F
(48,47,47)
#262524
(38,37,36)
#1C1B19
(28,27,25)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #76757C

#76757C
(118,117,124)
#828187
(130,129,135)
#8E8D92
(142,141,146)
#9A999D
(154,153,157)
#A6A5A8
(166,165,168)
#B2B1B3
(178,177,179)
#BEBDBE
(190,189,190)
#CAC9C9
(202,201,201)
#D6D5D4
(214,213,212)
#E2E1DF
(226,225,223)
#EEEDEA
(238,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76757C color. Also use rgb(118,117,124) instead hex code.

Text Font Color

.myTextColor { color: #76757C; }

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

This text font color is #76757C.


Background Color

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

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

This div background color is #76757C.


Border color

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

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

This div border color is #76757C.


Opacity

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

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

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

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

This text has shadow with #76757C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76757C on black background.


Color preview on white background

This text has color #76757C on white background.



Black color preview on #76757C background

This text has black color on #76757C background.


White color preview on #76757C background

This text has white color on #76757C background.