COLOR #768B7A

HEX: #768B7A
RGB: (118,139,122)

Color info

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

RGB color model

#768B7A color RGB value is (118,139,122).

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

RGB channels and saturation

R 118 of 255 = 46%
G 139 of 255 = 55%
B 122 of 255 = 48%

118
139
122

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

Portions of RGB colors in percentages

R + G + B =
118 + 139 + 122 = 379 (100%)
R 118 of 379 ~ 31.13%
G 139 of 379 ~ 36.68%
B 122 of 379 ~ 32.19%

%31.13
%36.68
%32.19

CMYK color model

#768B7A color CMYK value is (15,0,12,45).

  • cyan value is 15.11%
  • magenta value is 0.00%
  • yellow value is 12.23%
  • key color value is 45.49%
CMYK:
(15,0,12,45)
C15M0Y12K45 
(15%,0%,12%,45%)
(0.15/0.00/0.12/0.45)	

CMYK percentages

%15.11
%0
%12.23
%45.49

Codes

Color #768B7A in popluar color models

768B7A
RGB118139122
HSL131°8.30%50.39%
HSB/HSV131°15.11%54.51%
CMYK15.11%0.00%12.23%
45.49%

Color #768B7A in popluar number systems.

HEX768B7A
Decimal118139122
Binary1110110100010111111010
Octal166213172

Shades and tints

Shades of #768B7A

#768B7A
(118,139,122)
#6C7F6F
(108,127,111)
#627364
(98,115,100)
#586759
(88,103,89)
#4E5B4E
(78,91,78)
#444F43
(68,79,67)
#3A4338
(58,67,56)
#30372D
(48,55,45)
#262B22
(38,43,34)
#1C1F17
(28,31,23)
#12130C
(18,19,12)
#000000
(0,0,0)

Tints of #768B7A

#768B7A
(118,139,122)
#829586
(130,149,134)
#8E9F92
(142,159,146)
#9AA99E
(154,169,158)
#A6B3AA
(166,179,170)
#B2BDB6
(178,189,182)
#BEC7C2
(190,199,194)
#CAD1CE
(202,209,206)
#D6DBDA
(214,219,218)
#E2E5E6
(226,229,230)
#EEEFF2
(238,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #768B7A; }

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

This text font color is #768B7A.


Background Color

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

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

This div background color is #768B7A.


Border color

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

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

This div border color is #768B7A.


Opacity

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

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

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

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

This text has shadow with #768B7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768B7A on black background.


Color preview on white background

This text has color #768B7A on white background.



Black color preview on #768B7A background

This text has black color on #768B7A background.


White color preview on #768B7A background

This text has white color on #768B7A background.