COLOR #768D7A

HEX: #768D7A
RGB: (118,141,122)

Color info

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

RGB color model

#768D7A color RGB value is (118,141,122).

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

RGB channels and saturation

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

118
141
122

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

Portions of RGB colors in percentages

R + G + B =
118 + 141 + 122 = 381 (100%)
R 118 of 381 ~ 30.97%
G 141 of 381 ~ 37.01%
B 122 of 381 ~ 32.02%

%30.97
%37.01
%32.02

CMYK color model

#768D7A color CMYK value is (16,0,13,45).

  • cyan value is 16.31%
  • magenta value is 0.00%
  • yellow value is 13.48%
  • key color value is 44.71%
CMYK:
(16,0,13,45)
C16M0Y13K45 
(16%,0%,13%,45%)
(0.16/0.00/0.13/0.45)	

CMYK percentages

%16.31
%0
%13.48
%44.71

Codes

Color #768D7A in popluar color models

768D7A
RGB118141122
HSL130°9.16%50.78%
HSB/HSV130°16.31%55.29%
CMYK16.31%0.00%13.48%
44.71%

Color #768D7A in popluar number systems.

HEX768D7A
Decimal118141122
Binary1110110100011011111010
Octal166215172

Shades and tints

Shades of #768D7A

#768D7A
(118,141,122)
#6C816F
(108,129,111)
#627564
(98,117,100)
#586959
(88,105,89)
#4E5D4E
(78,93,78)
#445143
(68,81,67)
#3A4538
(58,69,56)
#30392D
(48,57,45)
#262D22
(38,45,34)
#1C2117
(28,33,23)
#12150C
(18,21,12)
#000000
(0,0,0)

Tints of #768D7A

#768D7A
(118,141,122)
#829786
(130,151,134)
#8EA192
(142,161,146)
#9AAB9E
(154,171,158)
#A6B5AA
(166,181,170)
#B2BFB6
(178,191,182)
#BEC9C2
(190,201,194)
#CAD3CE
(202,211,206)
#D6DDDA
(214,221,218)
#E2E7E6
(226,231,230)
#EEF1F2
(238,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #768D7A; }

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

This text font color is #768D7A.


Background Color

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

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

This div background color is #768D7A.


Border color

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

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

This div border color is #768D7A.


Opacity

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

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

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

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

This text has shadow with #768D7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768D7A on black background.


Color preview on white background

This text has color #768D7A on white background.



Black color preview on #768D7A background

This text has black color on #768D7A background.


White color preview on #768D7A background

This text has white color on #768D7A background.