COLOR #76656E

HEX: #76656E RGB: (118,101,110)

Color info

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

RGB color model

#76656E color RGB value is (118,101,110).

RGB: (118,101,110) (46%, 40%, 43%)

RGB channels and saturation

R 118 of 255 = 46%
G 101 of 255 = 40%
B 110 of 255 = 43%

118
101
110

R + G + B ~ 43%. #76656E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 118 + 101 + 110 = 329 (100%)
R 118 of 329 ~ 35.87%
G 101 of 329 ~ 30.7%
B 110 of 329 ~ 33.43'%

%35.87
%30.7
%33.43

CMYK color model

#76656E color CMYK value is (0,14,7,54).

  • cyan value is 0.00%
  • magenta value is 14.41%
  • yellow value is 6.78%
  • key color value is 53.73%

CMYK: (0,14,7,54)
C0M14Y7K54 (0%, 14%, 7%, 54%)
(0.00 / 0.14 / 0.07 / 0.54)

CMYK percentages

%0
%14.41
%6.78
%53.73

Codes

Color #76656E in popluar color models

76 65 6E
RGB 118 101 110
HSL 328° 7.76% 42.94%
HSB/HSV 328° 14.41% 46.27%
CMYK 0.00% 14.41% 6.78%
53.73%

Color #76656E in popluar number systems.

HEX 76 65 6E
Decimal 118 101 110
Binary 1110110 1100101 1101110
Octal 166 145 156

Shades and tints

Shades of #76656E

#76656E
(118,101,110)
#6C5C64
(108,92,100)
#62535A
(98,83,90)
#584A50
(88,74,80)
#4E4146
(78,65,70)
#44383C
(68,56,60)
#3A2F32
(58,47,50)
#302628
(48,38,40)
#261D1E
(38,29,30)
#1C1414
(28,20,20)
#120B0A
(18,11,10)
#000000
(0,0,0)

Tints of #76656E

#76656E
(118,101,110)
#82737B
(130,115,123)
#8E8188
(142,129,136)
#9A8F95
(154,143,149)
#A69DA2
(166,157,162)
#B2ABAF
(178,171,175)
#BEB9BC
(190,185,188)
#CAC7C9
(202,199,201)
#D6D5D6
(214,213,214)
#E2E3E3
(226,227,227)
#EEF1F0
(238,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76656E color. Also use rgb(118,101,110) instead hex code.

Text Font Color

.myTextColor { color: #76656E; }

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

This text font color is #76656E.

Background Color

.myBgColor { background-color: #76656E; }

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

This div background color is #76656E.

Border color

.myBorderColor { border: 1px solid #76656E; }

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

This div border color is #76656E.

Opacity

.myOpacity80 { color: #76656E; opacity: 0.8; }

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

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

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

This text has shadow with #76656E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76656E.

Preview

Color preview on black background

This text has color #76656E on black background.


Color preview on white background

This text has color #76656E on white background.


Black color preview on #76656E background

This text has black color on #76656E background.


White color preview on #76656E background

This text has white color on #76656E background.


Related colors

Complementary color

Complementary color for #hex is #899A91.


I love getcolorcode.com

Triadic colors

1 #6E7665 and #656E76 with #76656E are triadic colors.

2 #6E6576 and #65766E with #76656E are triadic colors.