COLOR #768A7F

HEX: #768A7F
RGB: (118,138,127)

Color info

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

RGB color model

#768A7F color RGB value is (118,138,127).

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

RGB channels and saturation

R 118 of 255 = 46%
G 138 of 255 = 54%
B 127 of 255 = 50%

118
138
127

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

Portions of RGB colors in percentages

R + G + B =
118 + 138 + 127 = 383 (100%)
R 118 of 383 ~ 30.81%
G 138 of 383 ~ 36.03%
B 127 of 383 ~ 33.16%

%30.81
%36.03
%33.16

CMYK color model

#768A7F color CMYK value is (14,0,8,46).

  • cyan value is 14.49%
  • magenta value is 0.00%
  • yellow value is 7.97%
  • key color value is 45.88%
CMYK:
(14,0,8,46)
C14M0Y8K46 
(14%,0%,8%,46%)
(0.14/0.00/0.08/0.46)	

CMYK percentages

%14.49
%0
%7.97
%45.88

Codes

Color #768A7F in popluar color models

768A7F
RGB118138127
HSL147°7.87%50.20%
HSB/HSV147°14.49%54.12%
CMYK14.49%0.00%7.97%
45.88%

Color #768A7F in popluar number systems.

HEX768A7F
Decimal118138127
Binary1110110100010101111111
Octal166212177

Shades and tints

Shades of #768A7F

#768A7F
(118,138,127)
#6C7E74
(108,126,116)
#627269
(98,114,105)
#58665E
(88,102,94)
#4E5A53
(78,90,83)
#444E48
(68,78,72)
#3A423D
(58,66,61)
#303632
(48,54,50)
#262A27
(38,42,39)
#1C1E1C
(28,30,28)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #768A7F

#768A7F
(118,138,127)
#82948A
(130,148,138)
#8E9E95
(142,158,149)
#9AA8A0
(154,168,160)
#A6B2AB
(166,178,171)
#B2BCB6
(178,188,182)
#BEC6C1
(190,198,193)
#CAD0CC
(202,208,204)
#D6DAD7
(214,218,215)
#E2E4E2
(226,228,226)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #768A7F; }

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

This text font color is #768A7F.


Background Color

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

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

This div background color is #768A7F.


Border color

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

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

This div border color is #768A7F.


Opacity

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

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

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

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

This text has shadow with #768A7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768A7F on black background.


Color preview on white background

This text has color #768A7F on white background.



Black color preview on #768A7F background

This text has black color on #768A7F background.


White color preview on #768A7F background

This text has white color on #768A7F background.