COLOR #76687C

HEX: #76687C
RGB: (118,104,124)

Color info

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

RGB color model

#76687C color RGB value is (118,104,124).

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

RGB channels and saturation

R 118 of 255 = 46%
G 104 of 255 = 41%
B 124 of 255 = 49%

118
104
124

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

Portions of RGB colors in percentages

R + G + B =
118 + 104 + 124 = 346 (100%)
R 118 of 346 ~ 34.1%
G 104 of 346 ~ 30.06%
B 124 of 346 ~ 35.84%

%34.1
%30.06
%35.84

CMYK color model

#76687C color CMYK value is (5,16,0,51).

  • cyan value is 4.84%
  • magenta value is 16.13%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(5,16,0,51)
C5M16Y0K51 
(5%,16%,0%,51%)
(0.05/0.16/0.00/0.51)	

CMYK percentages

%4.84
%16.13
%0
%51.37

Codes

Color #76687C in popluar color models

76687C
RGB118104124
HSL282°8.77%44.71%
HSB/HSV282°16.13%48.63%
CMYK4.84%16.13%0.00%
51.37%

Color #76687C in popluar number systems.

HEX76687C
Decimal118104124
Binary111011011010001111100
Octal166150174

Shades and tints

Shades of #76687C

#76687C
(118,104,124)
#6C5F71
(108,95,113)
#625666
(98,86,102)
#584D5B
(88,77,91)
#4E4450
(78,68,80)
#443B45
(68,59,69)
#3A323A
(58,50,58)
#30292F
(48,41,47)
#262024
(38,32,36)
#1C1719
(28,23,25)
#120E0E
(18,14,14)
#000000
(0,0,0)

Tints of #76687C

#76687C
(118,104,124)
#827587
(130,117,135)
#8E8292
(142,130,146)
#9A8F9D
(154,143,157)
#A69CA8
(166,156,168)
#B2A9B3
(178,169,179)
#BEB6BE
(190,182,190)
#CAC3C9
(202,195,201)
#D6D0D4
(214,208,212)
#E2DDDF
(226,221,223)
#EEEAEA
(238,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76687C; }

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

This text font color is #76687C.


Background Color

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

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

This div background color is #76687C.


Border color

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

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

This div border color is #76687C.


Opacity

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

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

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

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

This text has shadow with #76687C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76687C on black background.


Color preview on white background

This text has color #76687C on white background.



Black color preview on #76687C background

This text has black color on #76687C background.


White color preview on #76687C background

This text has white color on #76687C background.