COLOR #766B81

HEX: #766B81 RGB: (118,107,129)

Color info

#766B81 contains red, green and blue colors in about the same proportion. Web safe color of #766B81 is #666699 (or #669).

RGB color model

#766B81 color RGB value is (118,107,129).

RGB: (118,107,129) (46%, 42%, 51%)

RGB channels and saturation

R 118 of 255 = 46%
G 107 of 255 = 42%
B 129 of 255 = 51%

118
107
129

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

Portions of RGB colors in percentages

R + G + B = 118 + 107 + 129 = 354 (100%)
R 118 of 354 ~ 33.33%
G 107 of 354 ~ 30.23%
B 129 of 354 ~ 36.44'%

%33.33
%30.23
%36.44

CMYK color model

#766B81 color CMYK value is (9,17,0,49).

  • cyan value is 8.53%
  • magenta value is 17.05%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK: (9,17,0,49) C9M17Y0K49 (9%,17%,0%,49%) (0.09/0.17/0.00/0.49) 

CMYK percentages

%8.53
%17.05
%0
%49.41

Codes

Color #766B81 in popluar color models

76 6B 81
RGB 118 107 129
HSL 270° 9.32% 46.27%
HSB/HSV 270° 17.05% 50.59%
CMYK 8.53% 17.05% 0.00%
49.41%

Color #766B81 in popluar number systems.

HEX 76 6B 81
Decimal 118 107 129
Binary 1110110 1101011 10000001
Octal 166 153 201

Shades and tints

Shades of #766B81

#766B81
(118,107,129)
#6C6276
(108,98,118)
#62596B
(98,89,107)
#585060
(88,80,96)
#4E4755
(78,71,85)
#443E4A
(68,62,74)
#3A353F
(58,53,63)
#302C34
(48,44,52)
#262329
(38,35,41)
#1C1A1E
(28,26,30)
#121113
(18,17,19)
#000000
(0,0,0)

Tints of #766B81

#766B81
(118,107,129)
#82788C
(130,120,140)
#8E8597
(142,133,151)
#9A92A2
(154,146,162)
#A69FAD
(166,159,173)
#B2ACB8
(178,172,184)
#BEB9C3
(190,185,195)
#CAC6CE
(202,198,206)
#D6D3D9
(214,211,217)
#E2E0E4
(226,224,228)
#EEEDEF
(238,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766B81; }

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

This text font color is #766B81.

Background Color

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

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

This div background color is #766B81.

Border color

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

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

This div border color is #766B81.

Opacity

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

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

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

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

This text has shadow with #766B81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #766B81.

Preview

Color preview on black background

This text has color #766B81 on black background.


Color preview on white background

This text has color #766B81 on white background.


Black color preview on #766B81 background

This text has black color on #766B81 background.


White color preview on #766B81 background

This text has white color on #766B81 background.


Related colors

Complementary color

Complementary color for #hex is #89947E.


I love getcolorcode.com

Triadic colors

1 #81766B and #6B8176 with #766B81 are triadic colors.

2 #816B76 and #6B7681 with #766B81 are triadic colors.