COLOR #769B79

HEX: #769B79
RGB: (118,155,121)

Color info

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

RGB color model

#769B79 color RGB value is (118,155,121).

  • red value is 118;
  • green value is 155;
  • blue value is 121.
RGB:
(118,155,121)
(46%,61%,47%)

RGB channels and saturation

R 118 of 255 = 46%
G 155 of 255 = 61%
B 121 of 255 = 47%

118
155
121

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

Portions of RGB colors in percentages

R + G + B =
118 + 155 + 121 = 394 (100%)
R 118 of 394 ~ 29.95%
G 155 of 394 ~ 39.34%
B 121 of 394 ~ 30.71%

%29.95
%39.34
%30.71

CMYK color model

#769B79 color CMYK value is (24,0,22,39).

  • cyan value is 23.87%
  • magenta value is 0.00%
  • yellow value is 21.94%
  • key color value is 39.22%
CMYK:
(24,0,22,39)
C24M0Y22K39 
(24%,0%,22%,39%)
(0.24/0.00/0.22/0.39)	

CMYK percentages

%23.87
%0
%21.94
%39.22

Codes

Color #769B79 in popluar color models

769B79
RGB118155121
HSL125°15.61%53.53%
HSB/HSV125°23.87%60.78%
CMYK23.87%0.00%21.94%
39.22%

Color #769B79 in popluar number systems.

HEX769B79
Decimal118155121
Binary1110110100110111111001
Octal166233171

Shades and tints

Shades of #769B79

#769B79
(118,155,121)
#6C8D6E
(108,141,110)
#627F63
(98,127,99)
#587158
(88,113,88)
#4E634D
(78,99,77)
#445542
(68,85,66)
#3A4737
(58,71,55)
#30392C
(48,57,44)
#262B21
(38,43,33)
#1C1D16
(28,29,22)
#120F0B
(18,15,11)
#000000
(0,0,0)

Tints of #769B79

#769B79
(118,155,121)
#82A485
(130,164,133)
#8EAD91
(142,173,145)
#9AB69D
(154,182,157)
#A6BFA9
(166,191,169)
#B2C8B5
(178,200,181)
#BED1C1
(190,209,193)
#CADACD
(202,218,205)
#D6E3D9
(214,227,217)
#E2ECE5
(226,236,229)
#EEF5F1
(238,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #769B79; }

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

This text font color is #769B79.


Background Color

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

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

This div background color is #769B79.


Border color

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

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

This div border color is #769B79.


Opacity

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

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

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

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

This text has shadow with #769B79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #769B79 on black background.


Color preview on white background

This text has color #769B79 on white background.



Black color preview on #769B79 background

This text has black color on #769B79 background.


White color preview on #769B79 background

This text has white color on #769B79 background.