COLOR #766F71

HEX: #766F71 RGB: (118,111,113)

Color info

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

RGB color model

#766F71 color RGB value is (118,111,113).

RGB: (118,111,113) (46%, 44%, 44%)

RGB channels and saturation

R 118 of 255 = 46%
G 111 of 255 = 44%
B 113 of 255 = 44%

118
111
113

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

Portions of RGB colors in percentages

R + G + B = 118 + 111 + 113 = 342 (100%)
R 118 of 342 ~ 34.5%
G 111 of 342 ~ 32.46%
B 113 of 342 ~ 33.04'%

%34.5
%32.46
%33.04

CMYK color model

#766F71 color CMYK value is (0,6,4,54).

  • cyan value is 0.00%
  • magenta value is 5.93%
  • yellow value is 4.24%
  • key color value is 53.73%

CMYK: (0,6,4,54)
C0M6Y4K54 (0%, 6%, 4%, 54%)
(0.00 / 0.06 / 0.04 / 0.54)

CMYK percentages

%0
%5.93
%4.24
%53.73

Codes

Color #766F71 in popluar color models

76 6F 71
RGB 118 111 113
HSL 343° 3.06% 44.90%
HSB/HSV 343° 5.93% 46.27%
CMYK 0.00% 5.93% 4.24%
53.73%

Color #766F71 in popluar number systems.

HEX 76 6F 71
Decimal 118 111 113
Binary 1110110 1101111 1110001
Octal 166 157 161

Shades and tints

Shades of #766F71

#766F71
(118,111,113)
#6C6567
(108,101,103)
#625B5D
(98,91,93)
#585153
(88,81,83)
#4E4749
(78,71,73)
#443D3F
(68,61,63)
#3A3335
(58,51,53)
#30292B
(48,41,43)
#261F21
(38,31,33)
#1C1517
(28,21,23)
#120B0D
(18,11,13)
#000000
(0,0,0)

Tints of #766F71

#766F71
(118,111,113)
#827C7D
(130,124,125)
#8E8989
(142,137,137)
#9A9695
(154,150,149)
#A6A3A1
(166,163,161)
#B2B0AD
(178,176,173)
#BEBDB9
(190,189,185)
#CACAC5
(202,202,197)
#D6D7D1
(214,215,209)
#E2E4DD
(226,228,221)
#EEF1E9
(238,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766F71; }

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

This text font color is #766F71.

Background Color

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

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

This div background color is #766F71.

Border color

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

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

This div border color is #766F71.

Opacity

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

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

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

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

This text has shadow with #766F71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #766F71.

Preview

Color preview on black background

This text has color #766F71 on black background.


Color preview on white background

This text has color #766F71 on white background.


Black color preview on #766F71 background

This text has black color on #766F71 background.


White color preview on #766F71 background

This text has white color on #766F71 background.


Related colors

Complementary color

Complementary color for #hex is #89908E.


I love getcolorcode.com

Triadic colors

1 #71766F and #6F7176 with #766F71 are triadic colors.

2 #716F76 and #6F7671 with #766F71 are triadic colors.