COLOR #768487

HEX: #768487
RGB: (118,132,135)

Color info

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

RGB color model

#768487 color RGB value is (118,132,135).

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

RGB channels and saturation

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

118
132
135

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

Portions of RGB colors in percentages

R + G + B =
118 + 132 + 135 = 385 (100%)
R 118 of 385 ~ 30.65%
G 132 of 385 ~ 34.29%
B 135 of 385 ~ 35.06%

%30.65
%34.29
%35.06

CMYK color model

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

  • cyan value is 12.59%
  • magenta value is 2.22%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(13,2,0,47)
C13M2Y0K47 
(13%,2%,0%,47%)
(0.13/0.02/0.00/0.47)	

CMYK percentages

%12.59
%2.22
%0
%47.06

Codes

Color #768487 in popluar color models

768487
RGB118132135
HSL191°6.72%49.61%
HSB/HSV191°12.59%52.94%
CMYK12.59%2.22%0.00%
47.06%

Color #768487 in popluar number systems.

HEX768487
Decimal118132135
Binary11101101000010010000111
Octal166204207

Shades and tints

Shades of #768487

#768487
(118,132,135)
#6C787B
(108,120,123)
#626C6F
(98,108,111)
#586063
(88,96,99)
#4E5457
(78,84,87)
#44484B
(68,72,75)
#3A3C3F
(58,60,63)
#303033
(48,48,51)
#262427
(38,36,39)
#1C181B
(28,24,27)
#120C0F
(18,12,15)
#000000
(0,0,0)

Tints of #768487

#768487
(118,132,135)
#828F91
(130,143,145)
#8E9A9B
(142,154,155)
#9AA5A5
(154,165,165)
#A6B0AF
(166,176,175)
#B2BBB9
(178,187,185)
#BEC6C3
(190,198,195)
#CAD1CD
(202,209,205)
#D6DCD7
(214,220,215)
#E2E7E1
(226,231,225)
#EEF2EB
(238,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #768487; }

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

This text font color is #768487.


Background Color

.myBgColor { background-color: #768487; }

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

This div background color is #768487.


Border color

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

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

This div border color is #768487.


Opacity

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

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

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

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

This text has shadow with #768487 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768487 on black background.


Color preview on white background

This text has color #768487 on white background.



Black color preview on #768487 background

This text has black color on #768487 background.


White color preview on #768487 background

This text has white color on #768487 background.