COLOR #769F84

HEX: #769F84 RGB: (118,159,132)

Color info

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

RGB color model

#769F84 color RGB value is (118,159,132).

RGB: (118,159,132) (46%, 62%, 52%)

RGB channels and saturation

R 118 of 255 = 46%
G 159 of 255 = 62%
B 132 of 255 = 52%

118
159
132

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

Portions of RGB colors in percentages

R + G + B = 118 + 159 + 132 = 409 (100%)
R 118 of 409 ~ 28.85%
G 159 of 409 ~ 38.88%
B 132 of 409 ~ 32.27'%

%28.85
%38.88
%32.27

CMYK color model

#769F84 color CMYK value is (26,0,17,38).

  • cyan value is 25.79%
  • magenta value is 0.00%
  • yellow value is 16.98%
  • key color value is 37.65%

CMYK: (26,0,17,38)
C26M0Y17K38 (26%, 0%, 17%, 38%)
(0.26 / 0.00 / 0.17 / 0.38)

CMYK percentages

%25.79
%0
%16.98
%37.65

Codes

Color #769F84 in popluar color models

76 9F 84
RGB 118 159 132
HSL 140° 17.60% 54.31%
HSB/HSV 140° 25.79% 62.35%
CMYK 25.79% 0.00% 16.98%
37.65%

Color #769F84 in popluar number systems.

HEX 76 9F 84
Decimal 118 159 132
Binary 1110110 10011111 10000100
Octal 166 237 204

Shades and tints

Shades of #769F84

#769F84
(118,159,132)
#6C9178
(108,145,120)
#62836C
(98,131,108)
#587560
(88,117,96)
#4E6754
(78,103,84)
#445948
(68,89,72)
#3A4B3C
(58,75,60)
#303D30
(48,61,48)
#262F24
(38,47,36)
#1C2118
(28,33,24)
#12130C
(18,19,12)
#000000
(0,0,0)

Tints of #769F84

#769F84
(118,159,132)
#82A78F
(130,167,143)
#8EAF9A
(142,175,154)
#9AB7A5
(154,183,165)
#A6BFB0
(166,191,176)
#B2C7BB
(178,199,187)
#BECFC6
(190,207,198)
#CAD7D1
(202,215,209)
#D6DFDC
(214,223,220)
#E2E7E7
(226,231,231)
#EEEFF2
(238,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #769F84; }

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

This text font color is #769F84.

Background Color

.myBgColor { background-color: #769F84; }

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

This div background color is #769F84.

Border color

.myBorderColor { border: 1px solid #769F84; }

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

This div border color is #769F84.

Opacity

.myOpacity80 { color: #769F84; opacity: 0.8; }

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

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

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

This text has shadow with #769F84 color.


.textShadow {text-shadow: 3px 3px 1px #769F84', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #769F84; -webkit-box-shadow: 1px 1px 3px 2px #769F84; box-shadow:1px 1px 3px 2px #769F84;">
Div content here
</div>

This div box has shadow with color #769F84.

Preview

Color preview on black background

This text has color #769F84 on black background.


Color preview on white background

This text has color #769F84 on white background.


Black color preview on #769F84 background

This text has black color on #769F84 background.


White color preview on #769F84 background

This text has white color on #769F84 background.


Related colors

Complementary color

Complementary color for #hex is #89607B.


I love getcolorcode.com

Triadic colors

1 #84769F and #9F8476 with #769F84 are triadic colors.

2 #849F76 and #9F7684 with #769F84 are triadic colors.