COLOR #768377

HEX: #768377
RGB: (118,131,119)

Color info

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

RGB color model

#768377 color RGB value is (118,131,119).

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

RGB channels and saturation

R 118 of 255 = 46%
G 131 of 255 = 51%
B 119 of 255 = 47%

118
131
119

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

Portions of RGB colors in percentages

R + G + B =
118 + 131 + 119 = 368 (100%)
R 118 of 368 ~ 32.07%
G 131 of 368 ~ 35.6%
B 119 of 368 ~ 32.34%

%32.07
%35.6
%32.34

CMYK color model

#768377 color CMYK value is (10,0,9,49).

  • cyan value is 9.92%
  • magenta value is 0.00%
  • yellow value is 9.16%
  • key color value is 48.63%
CMYK:
(10,0,9,49)
C10M0Y9K49 
(10%,0%,9%,49%)
(0.10/0.00/0.09/0.49)	

CMYK percentages

%9.92
%0
%9.16
%48.63

Codes

Color #768377 in popluar color models

768377
RGB118131119
HSL125°5.22%48.82%
HSB/HSV125°9.92%51.37%
CMYK9.92%0.00%9.16%
48.63%

Color #768377 in popluar number systems.

HEX768377
Decimal118131119
Binary1110110100000111110111
Octal166203167

Shades and tints

Shades of #768377

#768377
(118,131,119)
#6C786D
(108,120,109)
#626D63
(98,109,99)
#586259
(88,98,89)
#4E574F
(78,87,79)
#444C45
(68,76,69)
#3A413B
(58,65,59)
#303631
(48,54,49)
#262B27
(38,43,39)
#1C201D
(28,32,29)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #768377

#768377
(118,131,119)
#828E83
(130,142,131)
#8E998F
(142,153,143)
#9AA49B
(154,164,155)
#A6AFA7
(166,175,167)
#B2BAB3
(178,186,179)
#BEC5BF
(190,197,191)
#CAD0CB
(202,208,203)
#D6DBD7
(214,219,215)
#E2E6E3
(226,230,227)
#EEF1EF
(238,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #768377; }

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

This text font color is #768377.


Background Color

.myBgColor { background-color: #768377; }

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

This div background color is #768377.


Border color

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

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

This div border color is #768377.


Opacity

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

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

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

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

This text has shadow with #768377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768377 on black background.


Color preview on white background

This text has color #768377 on white background.



Black color preview on #768377 background

This text has black color on #768377 background.


White color preview on #768377 background

This text has white color on #768377 background.