COLOR #76707C

HEX: #76707C
RGB: (118,112,124)

Color info

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

RGB color model

#76707C color RGB value is (118,112,124).

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

RGB channels and saturation

R 118 of 255 = 46%
G 112 of 255 = 44%
B 124 of 255 = 49%

118
112
124

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

Portions of RGB colors in percentages

R + G + B =
118 + 112 + 124 = 354 (100%)
R 118 of 354 ~ 33.33%
G 112 of 354 ~ 31.64%
B 124 of 354 ~ 35.03%

%33.33
%31.64
%35.03

CMYK color model

#76707C color CMYK value is (5,10,0,51).

  • cyan value is 4.84%
  • magenta value is 9.68%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(5,10,0,51)
C5M10Y0K51 
(5%,10%,0%,51%)
(0.05/0.10/0.00/0.51)	

CMYK percentages

%4.84
%9.68
%0
%51.37

Codes

Color #76707C in popluar color models

76707C
RGB118112124
HSL270°5.08%46.27%
HSB/HSV270°9.68%48.63%
CMYK4.84%9.68%0.00%
51.37%

Color #76707C in popluar number systems.

HEX76707C
Decimal118112124
Binary111011011100001111100
Octal166160174

Shades and tints

Shades of #76707C

#76707C
(118,112,124)
#6C6671
(108,102,113)
#625C66
(98,92,102)
#58525B
(88,82,91)
#4E4850
(78,72,80)
#443E45
(68,62,69)
#3A343A
(58,52,58)
#302A2F
(48,42,47)
#262024
(38,32,36)
#1C1619
(28,22,25)
#120C0E
(18,12,14)
#000000
(0,0,0)

Tints of #76707C

#76707C
(118,112,124)
#827D87
(130,125,135)
#8E8A92
(142,138,146)
#9A979D
(154,151,157)
#A6A4A8
(166,164,168)
#B2B1B3
(178,177,179)
#BEBEBE
(190,190,190)
#CACBC9
(202,203,201)
#D6D8D4
(214,216,212)
#E2E5DF
(226,229,223)
#EEF2EA
(238,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76707C; }

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

This text font color is #76707C.


Background Color

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

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

This div background color is #76707C.


Border color

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

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

This div border color is #76707C.


Opacity

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

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

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

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

This text has shadow with #76707C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76707C on black background.


Color preview on white background

This text has color #76707C on white background.



Black color preview on #76707C background

This text has black color on #76707C background.


White color preview on #76707C background

This text has white color on #76707C background.