COLOR #769377

HEX: #769377
RGB: (118,147,119)

Color info

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

RGB color model

#769377 color RGB value is (118,147,119).

  • red value is 118;
  • green value is 147;
  • blue value is 119.
RGB:
(118,147,119)
(46%,58%,47%)

RGB channels and saturation

R 118 of 255 = 46%
G 147 of 255 = 58%
B 119 of 255 = 47%

118
147
119

R + G + B ~ 50%. #769377 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 147 + 119 = 384 (100%)
R 118 of 384 ~ 30.73%
G 147 of 384 ~ 38.28%
B 119 of 384 ~ 30.99%

%30.73
%38.28
%30.99

CMYK color model

#769377 color CMYK value is (20,0,19,42).

  • cyan value is 19.73%
  • magenta value is 0.00%
  • yellow value is 19.05%
  • key color value is 42.35%
CMYK:
(20,0,19,42)
C20M0Y19K42 
(20%,0%,19%,42%)
(0.20/0.00/0.19/0.42)	

CMYK percentages

%19.73
%0
%19.05
%42.35

Codes

Color #769377 in popluar color models

769377
RGB118147119
HSL122°11.84%51.96%
HSB/HSV122°19.73%57.65%
CMYK19.73%0.00%19.05%
42.35%

Color #769377 in popluar number systems.

HEX769377
Decimal118147119
Binary1110110100100111110111
Octal166223167

Shades and tints

Shades of #769377

#769377
(118,147,119)
#6C866D
(108,134,109)
#627963
(98,121,99)
#586C59
(88,108,89)
#4E5F4F
(78,95,79)
#445245
(68,82,69)
#3A453B
(58,69,59)
#303831
(48,56,49)
#262B27
(38,43,39)
#1C1E1D
(28,30,29)
#121113
(18,17,19)
#000000
(0,0,0)

Tints of #769377

#769377
(118,147,119)
#829C83
(130,156,131)
#8EA58F
(142,165,143)
#9AAE9B
(154,174,155)
#A6B7A7
(166,183,167)
#B2C0B3
(178,192,179)
#BEC9BF
(190,201,191)
#CAD2CB
(202,210,203)
#D6DBD7
(214,219,215)
#E2E4E3
(226,228,227)
#EEEDEF
(238,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #769377 color. Also use rgb(118,147,119) instead hex code.

Text Font Color

.myTextColor { color: #769377; }

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

This text font color is #769377.


Background Color

.myBgColor { background-color: #769377; }

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

This div background color is #769377.


Border color

.myBorderColor { border: 1px solid #769377; }

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

This div border color is #769377.


Opacity

.myOpacity80 { color: #769377; opacity: 0.8; }

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

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

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

This text has shadow with #769377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #769377 on black background.


Color preview on white background

This text has color #769377 on white background.



Black color preview on #769377 background

This text has black color on #769377 background.


White color preview on #769377 background

This text has white color on #769377 background.