COLOR #768587

HEX: #768587
RGB: (118,133,135)

Color info

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

RGB color model

#768587 color RGB value is (118,133,135).

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

RGB channels and saturation

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

118
133
135

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

Portions of RGB colors in percentages

R + G + B =
118 + 133 + 135 = 386 (100%)
R 118 of 386 ~ 30.57%
G 133 of 386 ~ 34.46%
B 135 of 386 ~ 34.97%

%30.57
%34.46
%34.97

CMYK color model

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

  • cyan value is 12.59%
  • magenta value is 1.48%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(13,1,0,47)
C13M1Y0K47 
(13%,1%,0%,47%)
(0.13/0.01/0.00/0.47)	

CMYK percentages

%12.59
%1.48
%0
%47.06

Codes

Color #768587 in popluar color models

768587
RGB118133135
HSL187°6.72%49.61%
HSB/HSV187°12.59%52.94%
CMYK12.59%1.48%0.00%
47.06%

Color #768587 in popluar number systems.

HEX768587
Decimal118133135
Binary11101101000010110000111
Octal166205207

Shades and tints

Shades of #768587

#768587
(118,133,135)
#6C797B
(108,121,123)
#626D6F
(98,109,111)
#586163
(88,97,99)
#4E5557
(78,85,87)
#44494B
(68,73,75)
#3A3D3F
(58,61,63)
#303133
(48,49,51)
#262527
(38,37,39)
#1C191B
(28,25,27)
#120D0F
(18,13,15)
#000000
(0,0,0)

Tints of #768587

#768587
(118,133,135)
#829091
(130,144,145)
#8E9B9B
(142,155,155)
#9AA6A5
(154,166,165)
#A6B1AF
(166,177,175)
#B2BCB9
(178,188,185)
#BEC7C3
(190,199,195)
#CAD2CD
(202,210,205)
#D6DDD7
(214,221,215)
#E2E8E1
(226,232,225)
#EEF3EB
(238,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #768587; }

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

This text font color is #768587.


Background Color

.myBgColor { background-color: #768587; }

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

This div background color is #768587.


Border color

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

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

This div border color is #768587.


Opacity

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

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

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

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

This text has shadow with #768587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768587 on black background.


Color preview on white background

This text has color #768587 on white background.



Black color preview on #768587 background

This text has black color on #768587 background.


White color preview on #768587 background

This text has white color on #768587 background.