COLOR #769E67

HEX: #769E67 RGB: (118,158,103)

Color info

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

RGB color model

#769E67 color RGB value is (118,158,103).

RGB: (118,158,103) (46%, 62%, 40%)

RGB channels and saturation

R 118 of 255 = 46%
G 158 of 255 = 62%
B 103 of 255 = 40%

118
158
103

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

Portions of RGB colors in percentages

R + G + B = 118 + 158 + 103 = 379 (100%)
R 118 of 379 ~ 31.13%
G 158 of 379 ~ 41.69%
B 103 of 379 ~ 27.18'%

%31.13
%41.69
%27.18

CMYK color model

#769E67 color CMYK value is (25,0,35,38).

  • cyan value is 25.32%
  • magenta value is 0.00%
  • yellow value is 34.81%
  • key color value is 38.04%

CMYK: (25,0,35,38)
C25M0Y35K38 (25%, 0%, 35%, 38%)
(0.25 / 0.00 / 0.35 / 0.38)

CMYK percentages

%25.32
%0
%34.81
%38.04

Codes

Color #769E67 in popluar color models

76 9E 67
RGB 118 158 103
HSL 104° 22.09% 51.18%
HSB/HSV 104° 34.81% 61.96%
CMYK 25.32% 0.00% 34.81%
38.04%

Color #769E67 in popluar number systems.

HEX 76 9E 67
Decimal 118 158 103
Binary 1110110 10011110 1100111
Octal 166 236 147

Shades and tints

Shades of #769E67

#769E67
(118,158,103)
#6C905E
(108,144,94)
#628255
(98,130,85)
#58744C
(88,116,76)
#4E6643
(78,102,67)
#44583A
(68,88,58)
#3A4A31
(58,74,49)
#303C28
(48,60,40)
#262E1F
(38,46,31)
#1C2016
(28,32,22)
#12120D
(18,18,13)
#000000
(0,0,0)

Tints of #769E67

#769E67
(118,158,103)
#82A674
(130,166,116)
#8EAE81
(142,174,129)
#9AB68E
(154,182,142)
#A6BE9B
(166,190,155)
#B2C6A8
(178,198,168)
#BECEB5
(190,206,181)
#CAD6C2
(202,214,194)
#D6DECF
(214,222,207)
#E2E6DC
(226,230,220)
#EEEEE9
(238,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #769E67 color. Also use rgb(118,158,103) instead hex code.

Text Font Color

.myTextColor { color: #769E67; }

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

This text font color is #769E67.

Background Color

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

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

This div background color is #769E67.

Border color

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

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

This div border color is #769E67.

Opacity

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

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

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

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

This text has shadow with #769E67 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #769E67.

Preview

Color preview on black background

This text has color #769E67 on black background.


Color preview on white background

This text has color #769E67 on white background.


Black color preview on #769E67 background

This text has black color on #769E67 background.


White color preview on #769E67 background

This text has white color on #769E67 background.


Related colors

Complementary color

Complementary color for #hex is #896198.


I love getcolorcode.com

Triadic colors

1 #67769E and #9E6776 with #769E67 are triadic colors.

2 #679E76 and #9E7667 with #769E67 are triadic colors.