COLOR #76687D

HEX: #76687D RGB: (118,104,125)

Color info

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

RGB color model

#76687D color RGB value is (118,104,125).

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

RGB channels and saturation

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

118
104
125

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

Portions of RGB colors in percentages

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

%34.01
%29.97
%36.02

CMYK color model

#76687D color CMYK value is (6,17,0,51).

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

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

CMYK percentages

%5.6
%16.8
%0
%50.98

Codes

Color #76687D in popluar color models

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

Color #76687D in popluar number systems.

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

Shades and tints

Shades of #76687D

#76687D
(118,104,125)
#6C5F72
(108,95,114)
#625667
(98,86,103)
#584D5C
(88,77,92)
#4E4451
(78,68,81)
#443B46
(68,59,70)
#3A323B
(58,50,59)
#302930
(48,41,48)
#262025
(38,32,37)
#1C171A
(28,23,26)
#120E0F
(18,14,15)
#000000
(0,0,0)

Tints of #76687D

#76687D
(118,104,125)
#827588
(130,117,136)
#8E8293
(142,130,147)
#9A8F9E
(154,143,158)
#A69CA9
(166,156,169)
#B2A9B4
(178,169,180)
#BEB6BF
(190,182,191)
#CAC3CA
(202,195,202)
#D6D0D5
(214,208,213)
#E2DDE0
(226,221,224)
#EEEAEB
(238,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76687D; }

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

This text font color is #76687D.

Background Color

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

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

This div background color is #76687D.

Border color

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

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

This div border color is #76687D.

Opacity

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

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

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

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

This text has shadow with #76687D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76687D.

Preview

Color preview on black background

This text has color #76687D on black background.


Color preview on white background

This text has color #76687D on white background.


Black color preview on #76687D background

This text has black color on #76687D background.


White color preview on #76687D background

This text has white color on #76687D background.


Related colors

Complementary color

Complementary color for #hex is #899782.


I love getcolorcode.com

Triadic colors

1 #7D7668 and #687D76 with #76687D are triadic colors.

2 #7D6876 and #68767D with #76687D are triadic colors.