COLOR #76606F

HEX: #76606F RGB: (118,96,111)

Color info

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

RGB color model

#76606F color RGB value is (118,96,111).

RGB: (118,96,111) (46%, 38%, 44%)

RGB channels and saturation

R 118 of 255 = 46%
G 96 of 255 = 38%
B 111 of 255 = 44%

118
96
111

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

Portions of RGB colors in percentages

R + G + B = 118 + 96 + 111 = 325 (100%)
R 118 of 325 ~ 36.31%
G 96 of 325 ~ 29.54%
B 111 of 325 ~ 34.15'%

%36.31
%29.54
%34.15

CMYK color model

#76606F color CMYK value is (0,19,6,54).

  • cyan value is 0.00%
  • magenta value is 18.64%
  • yellow value is 5.93%
  • key color value is 53.73%
CMYK: (0,19,6,54) C0M19Y6K54 (0%,19%,6%,54%) (0.00/0.19/0.06/0.54) 

CMYK percentages

%0
%18.64
%5.93
%53.73

Codes

Color #76606F in popluar color models

76 60 6F
RGB 118 96 111
HSL 319° 10.28% 41.96%
HSB/HSV 319° 18.64% 46.27%
CMYK 0.00% 18.64% 5.93%
53.73%

Color #76606F in popluar number systems.

HEX 76 60 6F
Decimal 118 96 111
Binary 1110110 1100000 1101111
Octal 166 140 157

Shades and tints

Shades of #76606F

#76606F
(118,96,111)
#6C5865
(108,88,101)
#62505B
(98,80,91)
#584851
(88,72,81)
#4E4047
(78,64,71)
#44383D
(68,56,61)
#3A3033
(58,48,51)
#302829
(48,40,41)
#26201F
(38,32,31)
#1C1815
(28,24,21)
#12100B
(18,16,11)
#000000
(0,0,0)

Tints of #76606F

#76606F
(118,96,111)
#826E7C
(130,110,124)
#8E7C89
(142,124,137)
#9A8A96
(154,138,150)
#A698A3
(166,152,163)
#B2A6B0
(178,166,176)
#BEB4BD
(190,180,189)
#CAC2CA
(202,194,202)
#D6D0D7
(214,208,215)
#E2DEE4
(226,222,228)
#EEECF1
(238,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76606F color. Also use rgb(118,96,111) instead hex code.

Text Font Color

.myTextColor { color: #76606F; }

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

This text font color is #76606F.

Background Color

.myBgColor { background-color: #76606F; }

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

This div background color is #76606F.

Border color

.myBorderColor { border: 1px solid #76606F; }

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

This div border color is #76606F.

Opacity

.myOpacity80 { color: #76606F; opacity: 0.8; }

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

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

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

This text has shadow with #76606F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76606F.

Preview

Color preview on black background

This text has color #76606F on black background.


Color preview on white background

This text has color #76606F on white background.


Black color preview on #76606F background

This text has black color on #76606F background.


White color preview on #76606F background

This text has white color on #76606F background.


Related colors

Complementary color

Complementary color for #hex is #899F90.


I love getcolorcode.com

Triadic colors

1 #6F7660 and #606F76 with #76606F are triadic colors.

2 #6F6076 and #60766F with #76606F are triadic colors.