COLOR #768B65

HEX: #768B65
RGB: (118,139,101)

Color info

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

RGB color model

#768B65 color RGB value is (118,139,101).

  • red value is 118;
  • green value is 139;
  • blue value is 101.
RGB:
(118,139,101)
(46%,55%,40%)

RGB channels and saturation

R 118 of 255 = 46%
G 139 of 255 = 55%
B 101 of 255 = 40%

118
139
101

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

Portions of RGB colors in percentages

R + G + B =
118 + 139 + 101 = 358 (100%)
R 118 of 358 ~ 32.96%
G 139 of 358 ~ 38.83%
B 101 of 358 ~ 28.21%

%32.96
%38.83
%28.21

CMYK color model

#768B65 color CMYK value is (15,0,27,45).

  • cyan value is 15.11%
  • magenta value is 0.00%
  • yellow value is 27.34%
  • key color value is 45.49%
CMYK:
(15,0,27,45)
C15M0Y27K45 
(15%,0%,27%,45%)
(0.15/0.00/0.27/0.45)	

CMYK percentages

%15.11
%0
%27.34
%45.49

Codes

Color #768B65 in popluar color models

768B65
RGB118139101
HSL93°15.83%47.06%
HSB/HSV93°27.34%54.51%
CMYK15.11%0.00%27.34%
45.49%

Color #768B65 in popluar number systems.

HEX768B65
Decimal118139101
Binary1110110100010111100101
Octal166213145

Shades and tints

Shades of #768B65

#768B65
(118,139,101)
#6C7F5C
(108,127,92)
#627353
(98,115,83)
#58674A
(88,103,74)
#4E5B41
(78,91,65)
#444F38
(68,79,56)
#3A432F
(58,67,47)
#303726
(48,55,38)
#262B1D
(38,43,29)
#1C1F14
(28,31,20)
#12130B
(18,19,11)
#000000
(0,0,0)

Tints of #768B65

#768B65
(118,139,101)
#829573
(130,149,115)
#8E9F81
(142,159,129)
#9AA98F
(154,169,143)
#A6B39D
(166,179,157)
#B2BDAB
(178,189,171)
#BEC7B9
(190,199,185)
#CAD1C7
(202,209,199)
#D6DBD5
(214,219,213)
#E2E5E3
(226,229,227)
#EEEFF1
(238,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #768B65 color. Also use rgb(118,139,101) instead hex code.

Text Font Color

.myTextColor { color: #768B65; }

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

This text font color is #768B65.


Background Color

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

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

This div background color is #768B65.


Border color

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

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

This div border color is #768B65.


Opacity

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

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

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

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

This text has shadow with #768B65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768B65 on black background.


Color preview on white background

This text has color #768B65 on white background.



Black color preview on #768B65 background

This text has black color on #768B65 background.


White color preview on #768B65 background

This text has white color on #768B65 background.