COLOR #769787

HEX: #769787
RGB: (118,151,135)

Color info

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

RGB color model

#769787 color RGB value is (118,151,135).

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

RGB channels and saturation

R 118 of 255 = 46%
G 151 of 255 = 59%
B 135 of 255 = 53%

118
151
135

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

Portions of RGB colors in percentages

R + G + B =
118 + 151 + 135 = 404 (100%)
R 118 of 404 ~ 29.21%
G 151 of 404 ~ 37.38%
B 135 of 404 ~ 33.42%

%29.21
%37.38
%33.42

CMYK color model

#769787 color CMYK value is (22,0,11,41).

  • cyan value is 21.85%
  • magenta value is 0.00%
  • yellow value is 10.60%
  • key color value is 40.78%
CMYK:
(22,0,11,41)
C22M0Y11K41 
(22%,0%,11%,41%)
(0.22/0.00/0.11/0.41)	

CMYK percentages

%21.85
%0
%10.6
%40.78

Codes

Color #769787 in popluar color models

769787
RGB118151135
HSL151°13.69%52.75%
HSB/HSV151°21.85%59.22%
CMYK21.85%0.00%10.60%
40.78%

Color #769787 in popluar number systems.

HEX769787
Decimal118151135
Binary11101101001011110000111
Octal166227207

Shades and tints

Shades of #769787

#769787
(118,151,135)
#6C8A7B
(108,138,123)
#627D6F
(98,125,111)
#587063
(88,112,99)
#4E6357
(78,99,87)
#44564B
(68,86,75)
#3A493F
(58,73,63)
#303C33
(48,60,51)
#262F27
(38,47,39)
#1C221B
(28,34,27)
#12150F
(18,21,15)
#000000
(0,0,0)

Tints of #769787

#769787
(118,151,135)
#82A091
(130,160,145)
#8EA99B
(142,169,155)
#9AB2A5
(154,178,165)
#A6BBAF
(166,187,175)
#B2C4B9
(178,196,185)
#BECDC3
(190,205,195)
#CAD6CD
(202,214,205)
#D6DFD7
(214,223,215)
#E2E8E1
(226,232,225)
#EEF1EB
(238,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #769787; }

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

This text font color is #769787.


Background Color

.myBgColor { background-color: #769787; }

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

This div background color is #769787.


Border color

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

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

This div border color is #769787.


Opacity

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

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

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

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

This text has shadow with #769787 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #769787 on black background.


Color preview on white background

This text has color #769787 on white background.



Black color preview on #769787 background

This text has black color on #769787 background.


White color preview on #769787 background

This text has white color on #769787 background.