COLOR #767679

HEX: #767679 RGB: (118,118,121)

Color info

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

RGB color model

#767679 color RGB value is (118,118,121).

RGB: (118,118,121) (46%, 46%, 47%)

RGB channels and saturation

R 118 of 255 = 46%
G 118 of 255 = 46%
B 121 of 255 = 47%

118
118
121

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

Portions of RGB colors in percentages

R + G + B = 118 + 118 + 121 = 357 (100%)
R 118 of 357 ~ 33.05%
G 118 of 357 ~ 33.05%
B 121 of 357 ~ 33.89'%

%33.05
%33.05
%33.89

CMYK color model

#767679 color CMYK value is (2,2,0,53).

  • cyan value is 2.48%
  • magenta value is 2.48%
  • yellow value is 0.00%
  • key color value is 52.55%

CMYK: (2,2,0,53)
C2M2Y0K53 (2%, 2%, 0%, 53%)
(0.02 / 0.02 / 0.00 / 0.53)

CMYK percentages

%2.48
%2.48
%0
%52.55

Codes

Color #767679 in popluar color models

76 76 79
RGB 118 118 121
HSL 240° 1.26% 46.86%
HSB/HSV 240° 2.48% 47.45%
CMYK 2.48% 2.48% 0.00%
52.55%

Color #767679 in popluar number systems.

HEX 76 76 79
Decimal 118 118 121
Binary 1110110 1110110 1111001
Octal 166 166 171

Shades and tints

Shades of #767679

#767679
(118,118,121)
#6C6C6E
(108,108,110)
#626263
(98,98,99)
#585858
(88,88,88)
#4E4E4D
(78,78,77)
#444442
(68,68,66)
#3A3A37
(58,58,55)
#30302C
(48,48,44)
#262621
(38,38,33)
#1C1C16
(28,28,22)
#12120B
(18,18,11)
#000000
(0,0,0)

Tints of #767679

#767679
(118,118,121)
#828285
(130,130,133)
#8E8E91
(142,142,145)
#9A9A9D
(154,154,157)
#A6A6A9
(166,166,169)
#B2B2B5
(178,178,181)
#BEBEC1
(190,190,193)
#CACACD
(202,202,205)
#D6D6D9
(214,214,217)
#E2E2E5
(226,226,229)
#EEEEF1
(238,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #767679 color. Also use rgb(118,118,121) instead hex code.

Text Font Color

.myTextColor { color: #767679; }

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

This text font color is #767679.

Background Color

.myBgColor { background-color: #767679; }

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

This div background color is #767679.

Border color

.myBorderColor { border: 1px solid #767679; }

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

This div border color is #767679.

Opacity

.myOpacity80 { color: #767679; opacity: 0.8; }

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

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

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

This text has shadow with #767679 color.


.textShadow {text-shadow: 3px 3px 1px #767679', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #767679; -webkit-box-shadow: 1px 1px 3px 2px #767679; box-shadow:1px 1px 3px 2px #767679;">
Div content here
</div>

This div box has shadow with color #767679.

Preview

Color preview on black background

This text has color #767679 on black background.


Color preview on white background

This text has color #767679 on white background.


Black color preview on #767679 background

This text has black color on #767679 background.


White color preview on #767679 background

This text has white color on #767679 background.


Related colors

Complementary color

Complementary color for #hex is #898986.


I love getcolorcode.com