COLOR #76697C

HEX: #76697C
RGB: (118,105,124)

Color info

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

RGB color model

#76697C color RGB value is (118,105,124).

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

RGB channels and saturation

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

118
105
124

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

Portions of RGB colors in percentages

R + G + B =
118 + 105 + 124 = 347 (100%)
R 118 of 347 ~ 34.01%
G 105 of 347 ~ 30.26%
B 124 of 347 ~ 35.73%

%34.01
%30.26
%35.73

CMYK color model

#76697C color CMYK value is (5,15,0,51).

  • cyan value is 4.84%
  • magenta value is 15.32%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(5,15,0,51)
C5M15Y0K51 
(5%,15%,0%,51%)
(0.05/0.15/0.00/0.51)	

CMYK percentages

%4.84
%15.32
%0
%51.37

Codes

Color #76697C in popluar color models

76697C
RGB118105124
HSL281°8.30%44.90%
HSB/HSV281°15.32%48.63%
CMYK4.84%15.32%0.00%
51.37%

Color #76697C in popluar number systems.

HEX76697C
Decimal118105124
Binary111011011010011111100
Octal166151174

Shades and tints

Shades of #76697C

#76697C
(118,105,124)
#6C6071
(108,96,113)
#625766
(98,87,102)
#584E5B
(88,78,91)
#4E4550
(78,69,80)
#443C45
(68,60,69)
#3A333A
(58,51,58)
#302A2F
(48,42,47)
#262124
(38,33,36)
#1C1819
(28,24,25)
#120F0E
(18,15,14)
#000000
(0,0,0)

Tints of #76697C

#76697C
(118,105,124)
#827687
(130,118,135)
#8E8392
(142,131,146)
#9A909D
(154,144,157)
#A69DA8
(166,157,168)
#B2AAB3
(178,170,179)
#BEB7BE
(190,183,190)
#CAC4C9
(202,196,201)
#D6D1D4
(214,209,212)
#E2DEDF
(226,222,223)
#EEEBEA
(238,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76697C; }

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

This text font color is #76697C.


Background Color

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

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

This div background color is #76697C.


Border color

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

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

This div border color is #76697C.


Opacity

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

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

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

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

This text has shadow with #76697C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76697C on black background.


Color preview on white background

This text has color #76697C on white background.



Black color preview on #76697C background

This text has black color on #76697C background.


White color preview on #76697C background

This text has white color on #76697C background.