COLOR #768B6A

HEX: #768B6A
RGB: (118,139,106)

Color info

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

RGB color model

#768B6A color RGB value is (118,139,106).

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

RGB channels and saturation

R 118 of 255 = 46%
G 139 of 255 = 55%
B 106 of 255 = 42%

118
139
106

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

Portions of RGB colors in percentages

R + G + B =
118 + 139 + 106 = 363 (100%)
R 118 of 363 ~ 32.51%
G 139 of 363 ~ 38.29%
B 106 of 363 ~ 29.2%

%32.51
%38.29
%29.2

CMYK color model

#768B6A color CMYK value is (15,0,24,45).

  • cyan value is 15.11%
  • magenta value is 0.00%
  • yellow value is 23.74%
  • key color value is 45.49%
CMYK:
(15,0,24,45)
C15M0Y24K45 
(15%,0%,24%,45%)
(0.15/0.00/0.24/0.45)	

CMYK percentages

%15.11
%0
%23.74
%45.49

Codes

Color #768B6A in popluar color models

768B6A
RGB118139106
HSL98°13.47%48.04%
HSB/HSV98°23.74%54.51%
CMYK15.11%0.00%23.74%
45.49%

Color #768B6A in popluar number systems.

HEX768B6A
Decimal118139106
Binary1110110100010111101010
Octal166213152

Shades and tints

Shades of #768B6A

#768B6A
(118,139,106)
#6C7F61
(108,127,97)
#627358
(98,115,88)
#58674F
(88,103,79)
#4E5B46
(78,91,70)
#444F3D
(68,79,61)
#3A4334
(58,67,52)
#30372B
(48,55,43)
#262B22
(38,43,34)
#1C1F19
(28,31,25)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #768B6A

#768B6A
(118,139,106)
#829577
(130,149,119)
#8E9F84
(142,159,132)
#9AA991
(154,169,145)
#A6B39E
(166,179,158)
#B2BDAB
(178,189,171)
#BEC7B8
(190,199,184)
#CAD1C5
(202,209,197)
#D6DBD2
(214,219,210)
#E2E5DF
(226,229,223)
#EEEFEC
(238,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #768B6A; }

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

This text font color is #768B6A.


Background Color

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

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

This div background color is #768B6A.


Border color

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

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

This div border color is #768B6A.


Opacity

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

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

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

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

This text has shadow with #768B6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768B6A on black background.


Color preview on white background

This text has color #768B6A on white background.



Black color preview on #768B6A background

This text has black color on #768B6A background.


White color preview on #768B6A background

This text has white color on #768B6A background.