COLOR #769F7F

HEX: #769F7F RGB: (118,159,127)

Color info

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

RGB color model

#769F7F color RGB value is (118,159,127).

RGB: (118,159,127) (46%, 62%, 50%)

RGB channels and saturation

R 118 of 255 = 46%
G 159 of 255 = 62%
B 127 of 255 = 50%

118
159
127

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

Portions of RGB colors in percentages

R + G + B = 118 + 159 + 127 = 404 (100%)
R 118 of 404 ~ 29.21%
G 159 of 404 ~ 39.36%
B 127 of 404 ~ 31.44'%

%29.21
%39.36
%31.44

CMYK color model

#769F7F color CMYK value is (26,0,20,38).

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

CMYK: (26,0,20,38)
C26M0Y20K38 (26%, 0%, 20%, 38%)
(0.26 / 0.00 / 0.20 / 0.38)

CMYK percentages

%25.79
%0
%20.13
%37.65

Codes

Color #769F7F in popluar color models

76 9F 7F
RGB 118 159 127
HSL 133° 17.60% 54.31%
HSB/HSV 133° 25.79% 62.35%
CMYK 25.79% 0.00% 20.13%
37.65%

Color #769F7F in popluar number systems.

HEX 76 9F 7F
Decimal 118 159 127
Binary 1110110 10011111 1111111
Octal 166 237 177

Shades and tints

Shades of #769F7F

#769F7F
(118,159,127)
#6C9174
(108,145,116)
#628369
(98,131,105)
#58755E
(88,117,94)
#4E6753
(78,103,83)
#445948
(68,89,72)
#3A4B3D
(58,75,61)
#303D32
(48,61,50)
#262F27
(38,47,39)
#1C211C
(28,33,28)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #769F7F

#769F7F
(118,159,127)
#82A78A
(130,167,138)
#8EAF95
(142,175,149)
#9AB7A0
(154,183,160)
#A6BFAB
(166,191,171)
#B2C7B6
(178,199,182)
#BECFC1
(190,207,193)
#CAD7CC
(202,215,204)
#D6DFD7
(214,223,215)
#E2E7E2
(226,231,226)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #769F7F; }

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

This text font color is #769F7F.

Background Color

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

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

This div background color is #769F7F.

Border color

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

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

This div border color is #769F7F.

Opacity

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

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

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

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

This text has shadow with #769F7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #769F7F.

Preview

Color preview on black background

This text has color #769F7F on black background.


Color preview on white background

This text has color #769F7F on white background.


Black color preview on #769F7F background

This text has black color on #769F7F background.


White color preview on #769F7F background

This text has white color on #769F7F background.


Related colors

Complementary color

Complementary color for #hex is #896080.


I love getcolorcode.com

Triadic colors

1 #7F769F and #9F7F76 with #769F7F are triadic colors.

2 #7F9F76 and #9F767F with #769F7F are triadic colors.