COLOR #766B7A

HEX: #766B7A RGB: (118,107,122)

Color info

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

RGB color model

#766B7A color RGB value is (118,107,122).

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

RGB channels and saturation

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

118
107
122

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

Portions of RGB colors in percentages

R + G + B = 118 + 107 + 122 = 347 (100%)
R 118 of 347 ~ 34.01%
G 107 of 347 ~ 30.84%
B 122 of 347 ~ 35.16'%

%34.01
%30.84
%35.16

CMYK color model

#766B7A color CMYK value is (3,12,0,52).

  • cyan value is 3.28%
  • magenta value is 12.30%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (3,12,0,52)
C3M12Y0K52 (3%, 12%, 0%, 52%)
(0.03 / 0.12 / 0.00 / 0.52)

CMYK percentages

%3.28
%12.3
%0
%52.16

Codes

Color #766B7A in popluar color models

76 6B 7A
RGB 118 107 122
HSL 284° 6.55% 44.90%
HSB/HSV 284° 12.30% 47.84%
CMYK 3.28% 12.30% 0.00%
52.16%

Color #766B7A in popluar number systems.

HEX 76 6B 7A
Decimal 118 107 122
Binary 1110110 1101011 1111010
Octal 166 153 172

Shades and tints

Shades of #766B7A

#766B7A
(118,107,122)
#6C626F
(108,98,111)
#625964
(98,89,100)
#585059
(88,80,89)
#4E474E
(78,71,78)
#443E43
(68,62,67)
#3A3538
(58,53,56)
#302C2D
(48,44,45)
#262322
(38,35,34)
#1C1A17
(28,26,23)
#12110C
(18,17,12)
#000000
(0,0,0)

Tints of #766B7A

#766B7A
(118,107,122)
#827886
(130,120,134)
#8E8592
(142,133,146)
#9A929E
(154,146,158)
#A69FAA
(166,159,170)
#B2ACB6
(178,172,182)
#BEB9C2
(190,185,194)
#CAC6CE
(202,198,206)
#D6D3DA
(214,211,218)
#E2E0E6
(226,224,230)
#EEEDF2
(238,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766B7A; }

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

This text font color is #766B7A.

Background Color

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

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

This div background color is #766B7A.

Border color

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

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

This div border color is #766B7A.

Opacity

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

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

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

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

This text has shadow with #766B7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #766B7A.

Preview

Color preview on black background

This text has color #766B7A on black background.


Color preview on white background

This text has color #766B7A on white background.


Black color preview on #766B7A background

This text has black color on #766B7A background.


White color preview on #766B7A background

This text has white color on #766B7A background.


Related colors

Complementary color

Complementary color for #hex is #899485.


I love getcolorcode.com

Triadic colors

1 #7A766B and #6B7A76 with #766B7A are triadic colors.

2 #7A6B76 and #6B767A with #766B7A are triadic colors.