COLOR #769B7E

HEX: #769B7E RGB: (118,155,126)

Color info

#769B7E contains red, green and blue colors in about the same proportion. Web safe color of #769B7E is #669966 (or #696).

RGB color model

#769B7E color RGB value is (118,155,126).

RGB: (118,155,126) (46%, 61%, 49%)

RGB channels and saturation

R 118 of 255 = 46%
G 155 of 255 = 61%
B 126 of 255 = 49%

118
155
126

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

Portions of RGB colors in percentages

R + G + B = 118 + 155 + 126 = 399 (100%)
R 118 of 399 ~ 29.57%
G 155 of 399 ~ 38.85%
B 126 of 399 ~ 31.58'%

%29.57
%38.85
%31.58

CMYK color model

#769B7E color CMYK value is (24,0,19,39).

  • cyan value is 23.87%
  • magenta value is 0.00%
  • yellow value is 18.71%
  • key color value is 39.22%

CMYK: (24,0,19,39)
C24M0Y19K39 (24%, 0%, 19%, 39%)
(0.24 / 0.00 / 0.19 / 0.39)

CMYK percentages

%23.87
%0
%18.71
%39.22

Codes

Color #769B7E in popluar color models

76 9B 7E
RGB 118 155 126
HSL 133° 15.61% 53.53%
HSB/HSV 133° 23.87% 60.78%
CMYK 23.87% 0.00% 18.71%
39.22%

Color #769B7E in popluar number systems.

HEX 76 9B 7E
Decimal 118 155 126
Binary 1110110 10011011 1111110
Octal 166 233 176

Shades and tints

Shades of #769B7E

#769B7E
(118,155,126)
#6C8D73
(108,141,115)
#627F68
(98,127,104)
#58715D
(88,113,93)
#4E6352
(78,99,82)
#445547
(68,85,71)
#3A473C
(58,71,60)
#303931
(48,57,49)
#262B26
(38,43,38)
#1C1D1B
(28,29,27)
#120F10
(18,15,16)
#000000
(0,0,0)

Tints of #769B7E

#769B7E
(118,155,126)
#82A489
(130,164,137)
#8EAD94
(142,173,148)
#9AB69F
(154,182,159)
#A6BFAA
(166,191,170)
#B2C8B5
(178,200,181)
#BED1C0
(190,209,192)
#CADACB
(202,218,203)
#D6E3D6
(214,227,214)
#E2ECE1
(226,236,225)
#EEF5EC
(238,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #769B7E color. Also use rgb(118,155,126) instead hex code.

Text Font Color

.myTextColor { color: #769B7E; }

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

This text font color is #769B7E.

Background Color

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

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

This div background color is #769B7E.

Border color

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

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

This div border color is #769B7E.

Opacity

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

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

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

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

This text has shadow with #769B7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #769B7E.

Preview

Color preview on black background

This text has color #769B7E on black background.


Color preview on white background

This text has color #769B7E on white background.


Black color preview on #769B7E background

This text has black color on #769B7E background.


White color preview on #769B7E background

This text has white color on #769B7E background.


Related colors

Complementary color

Complementary color for #hex is #896481.


I love getcolorcode.com

Triadic colors

1 #7E769B and #9B7E76 with #769B7E are triadic colors.

2 #7E9B76 and #9B767E with #769B7E are triadic colors.