COLOR #766F7F

HEX: #766F7F RGB: (118,111,127)

Color info

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

RGB color model

#766F7F color RGB value is (118,111,127).

RGB: (118,111,127) (46%, 44%, 50%)

RGB channels and saturation

R 118 of 255 = 46%
G 111 of 255 = 44%
B 127 of 255 = 50%

118
111
127

R + G + B ~ 47%. #766F7F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 118 + 111 + 127 = 356 (100%)
R 118 of 356 ~ 33.15%
G 111 of 356 ~ 31.18%
B 127 of 356 ~ 35.67'%

%33.15
%31.18
%35.67

CMYK color model

#766F7F color CMYK value is (7,13,0,50).

  • cyan value is 7.09%
  • magenta value is 12.60%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (7,13,0,50)
C7M13Y0K50 (7%, 13%, 0%, 50%)
(0.07 / 0.13 / 0.00 / 0.50)

CMYK percentages

%7.09
%12.6
%0
%50.2

Codes

Color #766F7F in popluar color models

76 6F 7F
RGB 118 111 127
HSL 266° 6.72% 46.67%
HSB/HSV 266° 12.60% 49.80%
CMYK 7.09% 12.60% 0.00%
50.20%

Color #766F7F in popluar number systems.

HEX 76 6F 7F
Decimal 118 111 127
Binary 1110110 1101111 1111111
Octal 166 157 177

Shades and tints

Shades of #766F7F

#766F7F
(118,111,127)
#6C6574
(108,101,116)
#625B69
(98,91,105)
#58515E
(88,81,94)
#4E4753
(78,71,83)
#443D48
(68,61,72)
#3A333D
(58,51,61)
#302932
(48,41,50)
#261F27
(38,31,39)
#1C151C
(28,21,28)
#120B11
(18,11,17)
#000000
(0,0,0)

Tints of #766F7F

#766F7F
(118,111,127)
#827C8A
(130,124,138)
#8E8995
(142,137,149)
#9A96A0
(154,150,160)
#A6A3AB
(166,163,171)
#B2B0B6
(178,176,182)
#BEBDC1
(190,189,193)
#CACACC
(202,202,204)
#D6D7D7
(214,215,215)
#E2E4E2
(226,228,226)
#EEF1ED
(238,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #766F7F color. Also use rgb(118,111,127) instead hex code.

Text Font Color

.myTextColor { color: #766F7F; }

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

This text font color is #766F7F.

Background Color

.myBgColor { background-color: #766F7F; }

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

This div background color is #766F7F.

Border color

.myBorderColor { border: 1px solid #766F7F; }

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

This div border color is #766F7F.

Opacity

.myOpacity80 { color: #766F7F; opacity: 0.8; }

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

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

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

This text has shadow with #766F7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #766F7F.

Preview

Color preview on black background

This text has color #766F7F on black background.


Color preview on white background

This text has color #766F7F on white background.


Black color preview on #766F7F background

This text has black color on #766F7F background.


White color preview on #766F7F background

This text has white color on #766F7F background.


Related colors

Complementary color

Complementary color for #hex is #899080.


I love getcolorcode.com

Triadic colors

1 #7F766F and #6F7F76 with #766F7F are triadic colors.

2 #7F6F76 and #6F767F with #766F7F are triadic colors.