COLOR #768081

HEX: #768081
RGB: (118,128,129)

Color info

#768081 contains red, green and blue colors in about the same proportion. Web safe color of #768081 is #666699 (or #669).

RGB color model

#768081 color RGB value is (118,128,129).

  • red value is 118;
  • green value is 128;
  • blue value is 129.
RGB:
(118,128,129)
(46%,50%,51%)

RGB channels and saturation

R 118 of 255 = 46%
G 128 of 255 = 50%
B 129 of 255 = 51%

118
128
129

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

Portions of RGB colors in percentages

R + G + B =
118 + 128 + 129 = 375 (100%)
R 118 of 375 ~ 31.47%
G 128 of 375 ~ 34.13%
B 129 of 375 ~ 34.4%

%31.47
%34.13
%34.4

CMYK color model

#768081 color CMYK value is (9,1,0,49).

  • cyan value is 8.53%
  • magenta value is 0.78%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(9,1,0,49)
C9M1Y0K49 
(9%,1%,0%,49%)
(0.09/0.01/0.00/0.49)	

CMYK percentages

%8.53
%0.78
%0
%49.41

Codes

Color #768081 in popluar color models

768081
RGB118128129
HSL185°4.45%48.43%
HSB/HSV185°8.53%50.59%
CMYK8.53%0.78%0.00%
49.41%

Color #768081 in popluar number systems.

HEX768081
Decimal118128129
Binary11101101000000010000001
Octal166200201

Shades and tints

Shades of #768081

#768081
(118,128,129)
#6C7576
(108,117,118)
#626A6B
(98,106,107)
#585F60
(88,95,96)
#4E5455
(78,84,85)
#44494A
(68,73,74)
#3A3E3F
(58,62,63)
#303334
(48,51,52)
#262829
(38,40,41)
#1C1D1E
(28,29,30)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #768081

#768081
(118,128,129)
#828B8C
(130,139,140)
#8E9697
(142,150,151)
#9AA1A2
(154,161,162)
#A6ACAD
(166,172,173)
#B2B7B8
(178,183,184)
#BEC2C3
(190,194,195)
#CACDCE
(202,205,206)
#D6D8D9
(214,216,217)
#E2E3E4
(226,227,228)
#EEEEEF
(238,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #768081 color. Also use rgb(118,128,129) instead hex code.

Text Font Color

.myTextColor { color: #768081; }

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

This text font color is #768081.


Background Color

.myBgColor { background-color: #768081; }

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

This div background color is #768081.


Border color

.myBorderColor { border: 1px solid #768081; }

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

This div border color is #768081.


Opacity

.myOpacity80 { color: #768081; opacity: 0.8; }

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

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

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

This text has shadow with #768081 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768081 on black background.


Color preview on white background

This text has color #768081 on white background.



Black color preview on #768081 background

This text has black color on #768081 background.


White color preview on #768081 background

This text has white color on #768081 background.