COLOR #767D68

HEX: #767D68 RGB: (118,125,104)

Color info

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

RGB color model

#767D68 color RGB value is (118,125,104).

RGB: (118,125,104) (46%, 49%, 41%)

RGB channels and saturation

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

118
125
104

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

Portions of RGB colors in percentages

R + G + B = 118 + 125 + 104 = 347 (100%)
R 118 of 347 ~ 34.01%
G 125 of 347 ~ 36.02%
B 104 of 347 ~ 29.97'%

%34.01
%36.02
%29.97

CMYK color model

#767D68 color CMYK value is (6,0,17,51).

  • cyan value is 5.60%
  • magenta value is 0.00%
  • yellow value is 16.80%
  • key color value is 50.98%

CMYK: (6,0,17,51)
C6M0Y17K51 (6%, 0%, 17%, 51%)
(0.06 / 0.00 / 0.17 / 0.51)

CMYK percentages

%5.6
%0
%16.8
%50.98

Codes

Color #767D68 in popluar color models

76 7D 68
RGB 118 125 104
HSL 80° 9.17% 44.90%
HSB/HSV 80° 16.80% 49.02%
CMYK 5.60% 0.00% 16.80%
50.98%

Color #767D68 in popluar number systems.

HEX 76 7D 68
Decimal 118 125 104
Binary 1110110 1111101 1101000
Octal 166 175 150

Shades and tints

Shades of #767D68

#767D68
(118,125,104)
#6C725F
(108,114,95)
#626756
(98,103,86)
#585C4D
(88,92,77)
#4E5144
(78,81,68)
#44463B
(68,70,59)
#3A3B32
(58,59,50)
#303029
(48,48,41)
#262520
(38,37,32)
#1C1A17
(28,26,23)
#120F0E
(18,15,14)
#000000
(0,0,0)

Tints of #767D68

#767D68
(118,125,104)
#828875
(130,136,117)
#8E9382
(142,147,130)
#9A9E8F
(154,158,143)
#A6A99C
(166,169,156)
#B2B4A9
(178,180,169)
#BEBFB6
(190,191,182)
#CACAC3
(202,202,195)
#D6D5D0
(214,213,208)
#E2E0DD
(226,224,221)
#EEEBEA
(238,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #767D68 color. Also use rgb(118,125,104) instead hex code.

Text Font Color

.myTextColor { color: #767D68; }

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

This text font color is #767D68.

Background Color

.myBgColor { background-color: #767D68; }

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

This div background color is #767D68.

Border color

.myBorderColor { border: 1px solid #767D68; }

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

This div border color is #767D68.

Opacity

.myOpacity80 { color: #767D68; opacity: 0.8; }

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

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

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

This text has shadow with #767D68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #767D68.

Preview

Color preview on black background

This text has color #767D68 on black background.


Color preview on white background

This text has color #767D68 on white background.


Black color preview on #767D68 background

This text has black color on #767D68 background.


White color preview on #767D68 background

This text has white color on #767D68 background.


Related colors

Complementary color

Complementary color for #hex is #898297.


I love getcolorcode.com

Triadic colors

1 #68767D and #7D6876 with #767D68 are triadic colors.

2 #687D76 and #7D7668 with #767D68 are triadic colors.