COLOR #766868

HEX: #766868 RGB: (118,104,104)

Color info

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

RGB color model

#766868 color RGB value is (118,104,104).

RGB: (118,104,104) (46%, 41%, 41%)

RGB channels and saturation

R 118 of 255 = 46%
G 104 of 255 = 41%
B 104 of 255 = 41%

118
104
104

R + G + B ~ 43%. #766868 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 118 + 104 + 104 = 326 (100%)
R 118 of 326 ~ 36.2%
G 104 of 326 ~ 31.9%
B 104 of 326 ~ 31.9'%

%36.2
%31.9
%31.9

CMYK color model

#766868 color CMYK value is (0,12,12,54).

  • cyan value is 0.00%
  • magenta value is 11.86%
  • yellow value is 11.86%
  • key color value is 53.73%

CMYK: (0,12,12,54)
C0M12Y12K54 (0%, 12%, 12%, 54%)
(0.00 / 0.12 / 0.12 / 0.54)

CMYK percentages

%0
%11.86
%11.86
%53.73

Codes

Color #766868 in popluar color models

76 68 68
RGB 118 104 104
HSL 6.31% 43.53%
HSB/HSV 11.86% 46.27%
CMYK 0.00% 11.86% 11.86%
53.73%

Color #766868 in popluar number systems.

HEX 76 68 68
Decimal 118 104 104
Binary 1110110 1101000 1101000
Octal 166 150 150

Shades and tints

Shades of #766868

#766868
(118,104,104)
#6C5F5F
(108,95,95)
#625656
(98,86,86)
#584D4D
(88,77,77)
#4E4444
(78,68,68)
#443B3B
(68,59,59)
#3A3232
(58,50,50)
#302929
(48,41,41)
#262020
(38,32,32)
#1C1717
(28,23,23)
#120E0E
(18,14,14)
#000000
(0,0,0)

Tints of #766868

#766868
(118,104,104)
#827575
(130,117,117)
#8E8282
(142,130,130)
#9A8F8F
(154,143,143)
#A69C9C
(166,156,156)
#B2A9A9
(178,169,169)
#BEB6B6
(190,182,182)
#CAC3C3
(202,195,195)
#D6D0D0
(214,208,208)
#E2DDDD
(226,221,221)
#EEEAEA
(238,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #766868 color. Also use rgb(118,104,104) instead hex code.

Text Font Color

.myTextColor { color: #766868; }

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

This text font color is #766868.

Background Color

.myBgColor { background-color: #766868; }

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

This div background color is #766868.

Border color

.myBorderColor { border: 1px solid #766868; }

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

This div border color is #766868.

Opacity

.myOpacity80 { color: #766868; opacity: 0.8; }

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

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

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

This text has shadow with #766868 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #766868.

Preview

Color preview on black background

This text has color #766868 on black background.


Color preview on white background

This text has color #766868 on white background.


Black color preview on #766868 background

This text has black color on #766868 background.


White color preview on #766868 background

This text has white color on #766868 background.


Related colors

Complementary color

Complementary color for #hex is #899797.


I love getcolorcode.com