COLOR #768166

HEX: #768166
RGB: (118,129,102)

Color info

#768166 contains red, green and blue colors in about the same proportion. Web safe color of #768166 is #669966 (or #696).

RGB color model

#768166 color RGB value is (118,129,102).

  • red value is 118;
  • green value is 129;
  • blue value is 102.
RGB:
(118,129,102)
(46%,51%,40%)

RGB channels and saturation

R 118 of 255 = 46%
G 129 of 255 = 51%
B 102 of 255 = 40%

118
129
102

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

Portions of RGB colors in percentages

R + G + B =
118 + 129 + 102 = 349 (100%)
R 118 of 349 ~ 33.81%
G 129 of 349 ~ 36.96%
B 102 of 349 ~ 29.23%

%33.81
%36.96
%29.23

CMYK color model

#768166 color CMYK value is (9,0,21,49).

  • cyan value is 8.53%
  • magenta value is 0.00%
  • yellow value is 20.93%
  • key color value is 49.41%
CMYK:
(9,0,21,49)
C9M0Y21K49 
(9%,0%,21%,49%)
(0.09/0.00/0.21/0.49)	

CMYK percentages

%8.53
%0
%20.93
%49.41

Codes

Color #768166 in popluar color models

768166
RGB118129102
HSL84°11.69%45.29%
HSB/HSV84°20.93%50.59%
CMYK8.53%0.00%20.93%
49.41%

Color #768166 in popluar number systems.

HEX768166
Decimal118129102
Binary1110110100000011100110
Octal166201146

Shades and tints

Shades of #768166

#768166
(118,129,102)
#6C765D
(108,118,93)
#626B54
(98,107,84)
#58604B
(88,96,75)
#4E5542
(78,85,66)
#444A39
(68,74,57)
#3A3F30
(58,63,48)
#303427
(48,52,39)
#26291E
(38,41,30)
#1C1E15
(28,30,21)
#12130C
(18,19,12)
#000000
(0,0,0)

Tints of #768166

#768166
(118,129,102)
#828C73
(130,140,115)
#8E9780
(142,151,128)
#9AA28D
(154,162,141)
#A6AD9A
(166,173,154)
#B2B8A7
(178,184,167)
#BEC3B4
(190,195,180)
#CACEC1
(202,206,193)
#D6D9CE
(214,217,206)
#E2E4DB
(226,228,219)
#EEEFE8
(238,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #768166; }

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

This text font color is #768166.


Background Color

.myBgColor { background-color: #768166; }

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

This div background color is #768166.


Border color

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

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

This div border color is #768166.


Opacity

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

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

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

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

This text has shadow with #768166 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768166 on black background.


Color preview on white background

This text has color #768166 on white background.



Black color preview on #768166 background

This text has black color on #768166 background.


White color preview on #768166 background

This text has white color on #768166 background.