COLOR #76687A

HEX: #76687A
RGB: (118,104,122)

Color info

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

RGB color model

#76687A color RGB value is (118,104,122).

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

RGB channels and saturation

R 118 of 255 = 46%
G 104 of 255 = 41%
B 122 of 255 = 48%

118
104
122

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

Portions of RGB colors in percentages

R + G + B =
118 + 104 + 122 = 344 (100%)
R 118 of 344 ~ 34.3%
G 104 of 344 ~ 30.23%
B 122 of 344 ~ 35.47%

%34.3
%30.23
%35.47

CMYK color model

#76687A color CMYK value is (3,15,0,52).

  • cyan value is 3.28%
  • magenta value is 14.75%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(3,15,0,52)
C3M15Y0K52 
(3%,15%,0%,52%)
(0.03/0.15/0.00/0.52)	

CMYK percentages

%3.28
%14.75
%0
%52.16

Codes

Color #76687A in popluar color models

76687A
RGB118104122
HSL287°7.96%44.31%
HSB/HSV287°14.75%47.84%
CMYK3.28%14.75%0.00%
52.16%

Color #76687A in popluar number systems.

HEX76687A
Decimal118104122
Binary111011011010001111010
Octal166150172

Shades and tints

Shades of #76687A

#76687A
(118,104,122)
#6C5F6F
(108,95,111)
#625664
(98,86,100)
#584D59
(88,77,89)
#4E444E
(78,68,78)
#443B43
(68,59,67)
#3A3238
(58,50,56)
#30292D
(48,41,45)
#262022
(38,32,34)
#1C1717
(28,23,23)
#120E0C
(18,14,12)
#000000
(0,0,0)

Tints of #76687A

#76687A
(118,104,122)
#827586
(130,117,134)
#8E8292
(142,130,146)
#9A8F9E
(154,143,158)
#A69CAA
(166,156,170)
#B2A9B6
(178,169,182)
#BEB6C2
(190,182,194)
#CAC3CE
(202,195,206)
#D6D0DA
(214,208,218)
#E2DDE6
(226,221,230)
#EEEAF2
(238,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76687A; }

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

This text font color is #76687A.


Background Color

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

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

This div background color is #76687A.


Border color

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

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

This div border color is #76687A.


Opacity

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

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

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

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

This text has shadow with #76687A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76687A on black background.


Color preview on white background

This text has color #76687A on white background.



Black color preview on #76687A background

This text has black color on #76687A background.


White color preview on #76687A background

This text has white color on #76687A background.