COLOR #768A6F

HEX: #768A6F
RGB: (118,138,111)

Color info

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

RGB color model

#768A6F color RGB value is (118,138,111).

  • red value is 118;
  • green value is 138;
  • blue value is 111.
RGB:
(118,138,111)
(46%,54%,44%)

RGB channels and saturation

R 118 of 255 = 46%
G 138 of 255 = 54%
B 111 of 255 = 44%

118
138
111

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

Portions of RGB colors in percentages

R + G + B =
118 + 138 + 111 = 367 (100%)
R 118 of 367 ~ 32.15%
G 138 of 367 ~ 37.6%
B 111 of 367 ~ 30.25%

%32.15
%37.6
%30.25

CMYK color model

#768A6F color CMYK value is (14,0,20,46).

  • cyan value is 14.49%
  • magenta value is 0.00%
  • yellow value is 19.57%
  • key color value is 45.88%
CMYK:
(14,0,20,46)
C14M0Y20K46 
(14%,0%,20%,46%)
(0.14/0.00/0.20/0.46)	

CMYK percentages

%14.49
%0
%19.57
%45.88

Codes

Color #768A6F in popluar color models

768A6F
RGB118138111
HSL104°10.84%48.82%
HSB/HSV104°19.57%54.12%
CMYK14.49%0.00%19.57%
45.88%

Color #768A6F in popluar number systems.

HEX768A6F
Decimal118138111
Binary1110110100010101101111
Octal166212157

Shades and tints

Shades of #768A6F

#768A6F
(118,138,111)
#6C7E65
(108,126,101)
#62725B
(98,114,91)
#586651
(88,102,81)
#4E5A47
(78,90,71)
#444E3D
(68,78,61)
#3A4233
(58,66,51)
#303629
(48,54,41)
#262A1F
(38,42,31)
#1C1E15
(28,30,21)
#12120B
(18,18,11)
#000000
(0,0,0)

Tints of #768A6F

#768A6F
(118,138,111)
#82947C
(130,148,124)
#8E9E89
(142,158,137)
#9AA896
(154,168,150)
#A6B2A3
(166,178,163)
#B2BCB0
(178,188,176)
#BEC6BD
(190,198,189)
#CAD0CA
(202,208,202)
#D6DAD7
(214,218,215)
#E2E4E4
(226,228,228)
#EEEEF1
(238,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #768A6F color. Also use rgb(118,138,111) instead hex code.

Text Font Color

.myTextColor { color: #768A6F; }

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

This text font color is #768A6F.


Background Color

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

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

This div background color is #768A6F.


Border color

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

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

This div border color is #768A6F.


Opacity

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

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

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

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

This text has shadow with #768A6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768A6F on black background.


Color preview on white background

This text has color #768A6F on white background.



Black color preview on #768A6F background

This text has black color on #768A6F background.


White color preview on #768A6F background

This text has white color on #768A6F background.