COLOR #768C5F

HEX: #768C5F
RGB: (118,140,95)

Color info

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

RGB color model

#768C5F color RGB value is (118,140,95).

  • red value is 118;
  • green value is 140;
  • blue value is 95.
RGB:
(118,140,95)
(46%,55%,37%)

RGB channels and saturation

R 118 of 255 = 46%
G 140 of 255 = 55%
B 95 of 255 = 37%

118
140
95

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

Portions of RGB colors in percentages

R + G + B =
118 + 140 + 95 = 353 (100%)
R 118 of 353 ~ 33.43%
G 140 of 353 ~ 39.66%
B 95 of 353 ~ 26.91%

%33.43
%39.66
%26.91

CMYK color model

#768C5F color CMYK value is (16,0,32,45).

  • cyan value is 15.71%
  • magenta value is 0.00%
  • yellow value is 32.14%
  • key color value is 45.10%
CMYK:
(16,0,32,45)
C16M0Y32K45 
(16%,0%,32%,45%)
(0.16/0.00/0.32/0.45)	

CMYK percentages

%15.71
%0
%32.14
%45.1

Codes

Color #768C5F in popluar color models

768C5F
RGB11814095
HSL89°19.15%46.08%
HSB/HSV89°32.14%54.90%
CMYK15.71%0.00%32.14%
45.10%

Color #768C5F in popluar number systems.

HEX768C5F
Decimal11814095
Binary1110110100011001011111
Octal166214137

Shades and tints

Shades of #768C5F

#768C5F
(118,140,95)
#6C8057
(108,128,87)
#62744F
(98,116,79)
#586847
(88,104,71)
#4E5C3F
(78,92,63)
#445037
(68,80,55)
#3A442F
(58,68,47)
#303827
(48,56,39)
#262C1F
(38,44,31)
#1C2017
(28,32,23)
#12140F
(18,20,15)
#000000
(0,0,0)

Tints of #768C5F

#768C5F
(118,140,95)
#82966D
(130,150,109)
#8EA07B
(142,160,123)
#9AAA89
(154,170,137)
#A6B497
(166,180,151)
#B2BEA5
(178,190,165)
#BEC8B3
(190,200,179)
#CAD2C1
(202,210,193)
#D6DCCF
(214,220,207)
#E2E6DD
(226,230,221)
#EEF0EB
(238,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #768C5F color. Also use rgb(118,140,95) instead hex code.

Text Font Color

.myTextColor { color: #768C5F; }

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

This text font color is #768C5F.


Background Color

.myBgColor { background-color: #768C5F; }

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

This div background color is #768C5F.


Border color

.myBorderColor { border: 1px solid #768C5F; }

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

This div border color is #768C5F.


Opacity

.myOpacity80 { color: #768C5F; opacity: 0.8; }

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

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

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

This text has shadow with #768C5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768C5F on black background.


Color preview on white background

This text has color #768C5F on white background.



Black color preview on #768C5F background

This text has black color on #768C5F background.


White color preview on #768C5F background

This text has white color on #768C5F background.