COLOR #768C56

HEX: #768C56
RGB: (118,140,86)

Color info

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

RGB color model

#768C56 color RGB value is (118,140,86).

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

RGB channels and saturation

R 118 of 255 = 46%
G 140 of 255 = 55%
B 86 of 255 = 34%

118
140
86

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

Portions of RGB colors in percentages

R + G + B =
118 + 140 + 86 = 344 (100%)
R 118 of 344 ~ 34.3%
G 140 of 344 ~ 40.7%
B 86 of 344 ~ 25%

%34.3
%40.7
%25

CMYK color model

#768C56 color CMYK value is (16,0,39,45).

  • cyan value is 15.71%
  • magenta value is 0.00%
  • yellow value is 38.57%
  • key color value is 45.10%
CMYK:
(16,0,39,45)
C16M0Y39K45 
(16%,0%,39%,45%)
(0.16/0.00/0.39/0.45)	

CMYK percentages

%15.71
%0
%38.57
%45.1

Codes

Color #768C56 in popluar color models

768C56
RGB11814086
HSL84°23.89%44.31%
HSB/HSV84°38.57%54.90%
CMYK15.71%0.00%38.57%
45.10%

Color #768C56 in popluar number systems.

HEX768C56
Decimal11814086
Binary1110110100011001010110
Octal166214126

Shades and tints

Shades of #768C56

#768C56
(118,140,86)
#6C804F
(108,128,79)
#627448
(98,116,72)
#586841
(88,104,65)
#4E5C3A
(78,92,58)
#445033
(68,80,51)
#3A442C
(58,68,44)
#303825
(48,56,37)
#262C1E
(38,44,30)
#1C2017
(28,32,23)
#121410
(18,20,16)
#000000
(0,0,0)

Tints of #768C56

#768C56
(118,140,86)
#829665
(130,150,101)
#8EA074
(142,160,116)
#9AAA83
(154,170,131)
#A6B492
(166,180,146)
#B2BEA1
(178,190,161)
#BEC8B0
(190,200,176)
#CAD2BF
(202,210,191)
#D6DCCE
(214,220,206)
#E2E6DD
(226,230,221)
#EEF0EC
(238,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #768C56; }

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

This text font color is #768C56.


Background Color

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

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

This div background color is #768C56.


Border color

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

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

This div border color is #768C56.


Opacity

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

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

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

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

This text has shadow with #768C56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768C56 on black background.


Color preview on white background

This text has color #768C56 on white background.



Black color preview on #768C56 background

This text has black color on #768C56 background.


White color preview on #768C56 background

This text has white color on #768C56 background.