COLOR #769987

HEX: #769987
RGB: (118,153,135)

Color info

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

RGB color model

#769987 color RGB value is (118,153,135).

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

RGB channels and saturation

R 118 of 255 = 46%
G 153 of 255 = 60%
B 135 of 255 = 53%

118
153
135

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

Portions of RGB colors in percentages

R + G + B =
118 + 153 + 135 = 406 (100%)
R 118 of 406 ~ 29.06%
G 153 of 406 ~ 37.68%
B 135 of 406 ~ 33.25%

%29.06
%37.68
%33.25

CMYK color model

#769987 color CMYK value is (23,0,12,40).

  • cyan value is 22.88%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 40.00%
CMYK:
(23,0,12,40)
C23M0Y12K40 
(23%,0%,12%,40%)
(0.23/0.00/0.12/0.40)	

CMYK percentages

%22.88
%0
%11.76
%40

Codes

Color #769987 in popluar color models

769987
RGB118153135
HSL149°14.64%53.14%
HSB/HSV149°22.88%60.00%
CMYK22.88%0.00%11.76%
40.00%

Color #769987 in popluar number systems.

HEX769987
Decimal118153135
Binary11101101001100110000111
Octal166231207

Shades and tints

Shades of #769987

#769987
(118,153,135)
#6C8C7B
(108,140,123)
#627F6F
(98,127,111)
#587263
(88,114,99)
#4E6557
(78,101,87)
#44584B
(68,88,75)
#3A4B3F
(58,75,63)
#303E33
(48,62,51)
#263127
(38,49,39)
#1C241B
(28,36,27)
#12170F
(18,23,15)
#000000
(0,0,0)

Tints of #769987

#769987
(118,153,135)
#82A291
(130,162,145)
#8EAB9B
(142,171,155)
#9AB4A5
(154,180,165)
#A6BDAF
(166,189,175)
#B2C6B9
(178,198,185)
#BECFC3
(190,207,195)
#CAD8CD
(202,216,205)
#D6E1D7
(214,225,215)
#E2EAE1
(226,234,225)
#EEF3EB
(238,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #769987; }

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

This text font color is #769987.


Background Color

.myBgColor { background-color: #769987; }

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

This div background color is #769987.


Border color

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

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

This div border color is #769987.


Opacity

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

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

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

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

This text has shadow with #769987 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #769987 on black background.


Color preview on white background

This text has color #769987 on white background.



Black color preview on #769987 background

This text has black color on #769987 background.


White color preview on #769987 background

This text has white color on #769987 background.