COLOR #768A7A

HEX: #768A7A
RGB: (118,138,122)

Color info

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

RGB color model

#768A7A color RGB value is (118,138,122).

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

RGB channels and saturation

R 118 of 255 = 46%
G 138 of 255 = 54%
B 122 of 255 = 48%

118
138
122

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

Portions of RGB colors in percentages

R + G + B =
118 + 138 + 122 = 378 (100%)
R 118 of 378 ~ 31.22%
G 138 of 378 ~ 36.51%
B 122 of 378 ~ 32.28%

%31.22
%36.51
%32.28

CMYK color model

#768A7A color CMYK value is (14,0,12,46).

  • cyan value is 14.49%
  • magenta value is 0.00%
  • yellow value is 11.59%
  • key color value is 45.88%
CMYK:
(14,0,12,46)
C14M0Y12K46 
(14%,0%,12%,46%)
(0.14/0.00/0.12/0.46)	

CMYK percentages

%14.49
%0
%11.59
%45.88

Codes

Color #768A7A in popluar color models

768A7A
RGB118138122
HSL132°7.87%50.20%
HSB/HSV132°14.49%54.12%
CMYK14.49%0.00%11.59%
45.88%

Color #768A7A in popluar number systems.

HEX768A7A
Decimal118138122
Binary1110110100010101111010
Octal166212172

Shades and tints

Shades of #768A7A

#768A7A
(118,138,122)
#6C7E6F
(108,126,111)
#627264
(98,114,100)
#586659
(88,102,89)
#4E5A4E
(78,90,78)
#444E43
(68,78,67)
#3A4238
(58,66,56)
#30362D
(48,54,45)
#262A22
(38,42,34)
#1C1E17
(28,30,23)
#12120C
(18,18,12)
#000000
(0,0,0)

Tints of #768A7A

#768A7A
(118,138,122)
#829486
(130,148,134)
#8E9E92
(142,158,146)
#9AA89E
(154,168,158)
#A6B2AA
(166,178,170)
#B2BCB6
(178,188,182)
#BEC6C2
(190,198,194)
#CAD0CE
(202,208,206)
#D6DADA
(214,218,218)
#E2E4E6
(226,228,230)
#EEEEF2
(238,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #768A7A; }

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

This text font color is #768A7A.


Background Color

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

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

This div background color is #768A7A.


Border color

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

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

This div border color is #768A7A.


Opacity

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

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

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

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

This text has shadow with #768A7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768A7A on black background.


Color preview on white background

This text has color #768A7A on white background.



Black color preview on #768A7A background

This text has black color on #768A7A background.


White color preview on #768A7A background

This text has white color on #768A7A background.