COLOR #768888

HEX: #768888
RGB: (118,136,136)

Color info

#768888 contains red, green and blue colors in about the same proportion. Web safe color of #768888 is #669999 (or #699).

RGB color model

#768888 color RGB value is (118,136,136).

  • red value is 118;
  • green value is 136;
  • blue value is 136.
RGB:
(118,136,136)
(46%,53%,53%)

RGB channels and saturation

R 118 of 255 = 46%
G 136 of 255 = 53%
B 136 of 255 = 53%

118
136
136

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

Portions of RGB colors in percentages

R + G + B =
118 + 136 + 136 = 390 (100%)
R 118 of 390 ~ 30.26%
G 136 of 390 ~ 34.87%
B 136 of 390 ~ 34.87%

%30.26
%34.87
%34.87

CMYK color model

#768888 color CMYK value is (13,0,0,47).

  • cyan value is 13.24%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(13,0,0,47)
C13M0Y0K47 
(13%,0%,0%,47%)
(0.13/0.00/0.00/0.47)	

CMYK percentages

%13.24
%0
%0
%46.67

Codes

Color #768888 in popluar color models

768888
RGB118136136
HSL180°7.09%49.80%
HSB/HSV180°13.24%53.33%
CMYK13.24%0.00%0.00%
46.67%

Color #768888 in popluar number systems.

HEX768888
Decimal118136136
Binary11101101000100010001000
Octal166210210

Shades and tints

Shades of #768888

#768888
(118,136,136)
#6C7C7C
(108,124,124)
#627070
(98,112,112)
#586464
(88,100,100)
#4E5858
(78,88,88)
#444C4C
(68,76,76)
#3A4040
(58,64,64)
#303434
(48,52,52)
#262828
(38,40,40)
#1C1C1C
(28,28,28)
#121010
(18,16,16)
#000000
(0,0,0)

Tints of #768888

#768888
(118,136,136)
#829292
(130,146,146)
#8E9C9C
(142,156,156)
#9AA6A6
(154,166,166)
#A6B0B0
(166,176,176)
#B2BABA
(178,186,186)
#BEC4C4
(190,196,196)
#CACECE
(202,206,206)
#D6D8D8
(214,216,216)
#E2E2E2
(226,226,226)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #768888; }

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

This text font color is #768888.


Background Color

.myBgColor { background-color: #768888; }

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

This div background color is #768888.


Border color

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

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

This div border color is #768888.


Opacity

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

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

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

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

This text has shadow with #768888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768888 on black background.


Color preview on white background

This text has color #768888 on white background.



Black color preview on #768888 background

This text has black color on #768888 background.


White color preview on #768888 background

This text has white color on #768888 background.