COLOR #768488

HEX: #768488
RGB: (118,132,136)

Color info

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

RGB color model

#768488 color RGB value is (118,132,136).

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

RGB channels and saturation

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

118
132
136

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

Portions of RGB colors in percentages

R + G + B =
118 + 132 + 136 = 386 (100%)
R 118 of 386 ~ 30.57%
G 132 of 386 ~ 34.2%
B 136 of 386 ~ 35.23%

%30.57
%34.2
%35.23

CMYK color model

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

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

CMYK percentages

%13.24
%2.94
%0
%46.67

Codes

Color #768488 in popluar color models

768488
RGB118132136
HSL193°7.09%49.80%
HSB/HSV193°13.24%53.33%
CMYK13.24%2.94%0.00%
46.67%

Color #768488 in popluar number systems.

HEX768488
Decimal118132136
Binary11101101000010010001000
Octal166204210

Shades and tints

Shades of #768488

#768488
(118,132,136)
#6C787C
(108,120,124)
#626C70
(98,108,112)
#586064
(88,96,100)
#4E5458
(78,84,88)
#44484C
(68,72,76)
#3A3C40
(58,60,64)
#303034
(48,48,52)
#262428
(38,36,40)
#1C181C
(28,24,28)
#120C10
(18,12,16)
#000000
(0,0,0)

Tints of #768488

#768488
(118,132,136)
#828F92
(130,143,146)
#8E9A9C
(142,154,156)
#9AA5A6
(154,165,166)
#A6B0B0
(166,176,176)
#B2BBBA
(178,187,186)
#BEC6C4
(190,198,196)
#CAD1CE
(202,209,206)
#D6DCD8
(214,220,216)
#E2E7E2
(226,231,226)
#EEF2EC
(238,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #768488; }

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

This text font color is #768488.


Background Color

.myBgColor { background-color: #768488; }

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

This div background color is #768488.


Border color

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

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

This div border color is #768488.


Opacity

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

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

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

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

This text has shadow with #768488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768488 on black background.


Color preview on white background

This text has color #768488 on white background.



Black color preview on #768488 background

This text has black color on #768488 background.


White color preview on #768488 background

This text has white color on #768488 background.