COLOR #768966

HEX: #768966
RGB: (118,137,102)

Color info

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

RGB color model

#768966 color RGB value is (118,137,102).

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

RGB channels and saturation

R 118 of 255 = 46%
G 137 of 255 = 54%
B 102 of 255 = 40%

118
137
102

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

Portions of RGB colors in percentages

R + G + B =
118 + 137 + 102 = 357 (100%)
R 118 of 357 ~ 33.05%
G 137 of 357 ~ 38.38%
B 102 of 357 ~ 28.57%

%33.05
%38.38
%28.57

CMYK color model

#768966 color CMYK value is (14,0,26,46).

  • cyan value is 13.87%
  • magenta value is 0.00%
  • yellow value is 25.55%
  • key color value is 46.27%
CMYK:
(14,0,26,46)
C14M0Y26K46 
(14%,0%,26%,46%)
(0.14/0.00/0.26/0.46)	

CMYK percentages

%13.87
%0
%25.55
%46.27

Codes

Color #768966 in popluar color models

768966
RGB118137102
HSL93°14.64%46.86%
HSB/HSV93°25.55%53.73%
CMYK13.87%0.00%25.55%
46.27%

Color #768966 in popluar number systems.

HEX768966
Decimal118137102
Binary1110110100010011100110
Octal166211146

Shades and tints

Shades of #768966

#768966
(118,137,102)
#6C7D5D
(108,125,93)
#627154
(98,113,84)
#58654B
(88,101,75)
#4E5942
(78,89,66)
#444D39
(68,77,57)
#3A4130
(58,65,48)
#303527
(48,53,39)
#26291E
(38,41,30)
#1C1D15
(28,29,21)
#12110C
(18,17,12)
#000000
(0,0,0)

Tints of #768966

#768966
(118,137,102)
#829373
(130,147,115)
#8E9D80
(142,157,128)
#9AA78D
(154,167,141)
#A6B19A
(166,177,154)
#B2BBA7
(178,187,167)
#BEC5B4
(190,197,180)
#CACFC1
(202,207,193)
#D6D9CE
(214,217,206)
#E2E3DB
(226,227,219)
#EEEDE8
(238,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #768966; }

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

This text font color is #768966.


Background Color

.myBgColor { background-color: #768966; }

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

This div background color is #768966.


Border color

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

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

This div border color is #768966.


Opacity

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

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

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

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

This text has shadow with #768966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768966 on black background.


Color preview on white background

This text has color #768966 on white background.



Black color preview on #768966 background

This text has black color on #768966 background.


White color preview on #768966 background

This text has white color on #768966 background.