COLOR #766B7B

HEX: #766B7B RGB: (118,107,123)

Color info

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

RGB color model

#766B7B color RGB value is (118,107,123).

RGB: (118,107,123) (46%, 42%, 48%)

RGB channels and saturation

R 118 of 255 = 46%
G 107 of 255 = 42%
B 123 of 255 = 48%

118
107
123

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

Portions of RGB colors in percentages

R + G + B = 118 + 107 + 123 = 348 (100%)
R 118 of 348 ~ 33.91%
G 107 of 348 ~ 30.75%
B 123 of 348 ~ 35.34'%

%33.91
%30.75
%35.34

CMYK color model

#766B7B color CMYK value is (4,13,0,52).

  • cyan value is 4.07%
  • magenta value is 13.01%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (4,13,0,52)
C4M13Y0K52 (4%, 13%, 0%, 52%)
(0.04 / 0.13 / 0.00 / 0.52)

CMYK percentages

%4.07
%13.01
%0
%51.76

Codes

Color #766B7B in popluar color models

76 6B 7B
RGB 118 107 123
HSL 281° 6.96% 45.10%
HSB/HSV 281° 13.01% 48.24%
CMYK 4.07% 13.01% 0.00%
51.76%

Color #766B7B in popluar number systems.

HEX 76 6B 7B
Decimal 118 107 123
Binary 1110110 1101011 1111011
Octal 166 153 173

Shades and tints

Shades of #766B7B

#766B7B
(118,107,123)
#6C6270
(108,98,112)
#625965
(98,89,101)
#58505A
(88,80,90)
#4E474F
(78,71,79)
#443E44
(68,62,68)
#3A3539
(58,53,57)
#302C2E
(48,44,46)
#262323
(38,35,35)
#1C1A18
(28,26,24)
#12110D
(18,17,13)
#000000
(0,0,0)

Tints of #766B7B

#766B7B
(118,107,123)
#827887
(130,120,135)
#8E8593
(142,133,147)
#9A929F
(154,146,159)
#A69FAB
(166,159,171)
#B2ACB7
(178,172,183)
#BEB9C3
(190,185,195)
#CAC6CF
(202,198,207)
#D6D3DB
(214,211,219)
#E2E0E7
(226,224,231)
#EEEDF3
(238,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766B7B; }

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

This text font color is #766B7B.

Background Color

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

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

This div background color is #766B7B.

Border color

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

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

This div border color is #766B7B.

Opacity

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

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

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

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

This text has shadow with #766B7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #766B7B.

Preview

Color preview on black background

This text has color #766B7B on black background.


Color preview on white background

This text has color #766B7B on white background.


Black color preview on #766B7B background

This text has black color on #766B7B background.


White color preview on #766B7B background

This text has white color on #766B7B background.


Related colors

Complementary color

Complementary color for #hex is #899484.


I love getcolorcode.com

Triadic colors

1 #7B766B and #6B7B76 with #766B7B are triadic colors.

2 #7B6B76 and #6B767B with #766B7B are triadic colors.