COLOR #768866

HEX: #768866
RGB: (118,136,102)

Color info

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

RGB color model

#768866 color RGB value is (118,136,102).

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

RGB channels and saturation

R 118 of 255 = 46%
G 136 of 255 = 53%
B 102 of 255 = 40%

118
136
102

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

Portions of RGB colors in percentages

R + G + B =
118 + 136 + 102 = 356 (100%)
R 118 of 356 ~ 33.15%
G 136 of 356 ~ 38.2%
B 102 of 356 ~ 28.65%

%33.15
%38.2
%28.65

CMYK color model

#768866 color CMYK value is (13,0,25,47).

  • cyan value is 13.24%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 46.67%
CMYK:
(13,0,25,47)
C13M0Y25K47 
(13%,0%,25%,47%)
(0.13/0.00/0.25/0.47)	

CMYK percentages

%13.24
%0
%25
%46.67

Codes

Color #768866 in popluar color models

768866
RGB118136102
HSL92°14.29%46.67%
HSB/HSV92°25.00%53.33%
CMYK13.24%0.00%25.00%
46.67%

Color #768866 in popluar number systems.

HEX768866
Decimal118136102
Binary1110110100010001100110
Octal166210146

Shades and tints

Shades of #768866

#768866
(118,136,102)
#6C7C5D
(108,124,93)
#627054
(98,112,84)
#58644B
(88,100,75)
#4E5842
(78,88,66)
#444C39
(68,76,57)
#3A4030
(58,64,48)
#303427
(48,52,39)
#26281E
(38,40,30)
#1C1C15
(28,28,21)
#12100C
(18,16,12)
#000000
(0,0,0)

Tints of #768866

#768866
(118,136,102)
#829273
(130,146,115)
#8E9C80
(142,156,128)
#9AA68D
(154,166,141)
#A6B09A
(166,176,154)
#B2BAA7
(178,186,167)
#BEC4B4
(190,196,180)
#CACEC1
(202,206,193)
#D6D8CE
(214,216,206)
#E2E2DB
(226,226,219)
#EEECE8
(238,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #768866; }

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

This text font color is #768866.


Background Color

.myBgColor { background-color: #768866; }

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

This div background color is #768866.


Border color

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

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

This div border color is #768866.


Opacity

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

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

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

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

This text has shadow with #768866 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768866 on black background.


Color preview on white background

This text has color #768866 on white background.



Black color preview on #768866 background

This text has black color on #768866 background.


White color preview on #768866 background

This text has white color on #768866 background.