COLOR #766B77

HEX: #766B77
RGB: (118,107,119)

Color info

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

RGB color model

#766B77 color RGB value is (118,107,119).

  • red value is 118;
  • green value is 107;
  • blue value is 119.
RGB: (118,107,119) (46%,42%,47%)

RGB channels and saturation

R 118 of 255 = 46%
G 107 of 255 = 42%
B 119 of 255 = 47%

118
107
119

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

Portions of RGB colors in percentages

R + G + B =
118 + 107 + 119 = 344 (100%)
R 118 of 344 ~ 34.3%
G 107 of 344 ~ 31.1%
B 119 of 344 ~ 34.59%

%34.3
%31.1
%34.59

CMYK color model

#766B77 color CMYK value is (1,10,0,53).

  • cyan value is 0.84%
  • magenta value is 10.08%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK: (1,10,0,53) C1M10Y0K53 (1%,10%,0%,53%) (0.01/0.10/0.00/0.53)

CMYK percentages

%0.84
%10.08
%0
%53.33

Codes

Color #766B77 in popluar color models

766B77
RGB118107119
HSL295°5.31%44.31%
HSB/HSV295°10.08%46.67%
CMYK0.84%10.08%0.00%
53.33%

Color #766B77 in popluar number systems.

HEX766B77
Decimal118107119
Binary111011011010111110111
Octal166153167

Shades and tints

Shades of #766B77

#766B77
(118,107,119)
#6C626D
(108,98,109)
#625963
(98,89,99)
#585059
(88,80,89)
#4E474F
(78,71,79)
#443E45
(68,62,69)
#3A353B
(58,53,59)
#302C31
(48,44,49)
#262327
(38,35,39)
#1C1A1D
(28,26,29)
#121113
(18,17,19)
#000000
(0,0,0)

Tints of #766B77

#766B77
(118,107,119)
#827883
(130,120,131)
#8E858F
(142,133,143)
#9A929B
(154,146,155)
#A69FA7
(166,159,167)
#B2ACB3
(178,172,179)
#BEB9BF
(190,185,191)
#CAC6CB
(202,198,203)
#D6D3D7
(214,211,215)
#E2E0E3
(226,224,227)
#EEEDEF
(238,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #766B77 color. Also use rgb(118,107,119) instead hex code.

Text Font Color

.myTextColor { color: #766B77; }

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

This text font color is #766B77.


Background Color

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

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

This div background color is #766B77.


Border color

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

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

This div border color is #766B77.


Opacity

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

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

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

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

This text has shadow with #766B77 color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #766B77; -webkit-box-shadow:	1px 1px 3px 2px #766B77; box-shadow:	1px 1px 3px 2px #766B77; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #766B77; -webkit-box-shadow: 1px 1px 3px 2px #766B77; box-shadow:1px 1px 3px 2px #766B77;">
Div content here</div>
This div box has shadow with color #766B77.

Preview

Color preview on black background

This text has color #766B77 on black background.


Color preview on white background

This text has color #766B77 on white background.



Black color preview on #766B77 background

This text has black color on #766B77 background.


White color preview on #766B77 background

This text has white color on #766B77 background.